Package com.bytedesk.call.gateway
Class CallGatewayEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.gateway.CallGatewayEntity
- All Implemented Interfaces:
Serializable
Call网关实体
对应数据库表:freeswitch_gateways
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String扩展配置(JSON格式)private String网关描述private Boolean是否启用private String从域名private String从号码private String网关名称private String密码private StringSIP服务器地址private String域private Boolean注册private String注册传输协议private String备注private String网关状态private String用户名 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
gatewayName
网关名称 -
description
网关描述 -
proxy
SIP服务器地址 -
username
用户名 -
password
密码 -
realm
域 -
fromUser
从号码 -
fromDomain
从域名 -
register
注册 -
registerTransport
注册传输协议 -
status
网关状态 -
enabled
是否启用 -
configJson
扩展配置(JSON格式) -
remarks
备注
-
-
Constructor Details
-
CallGatewayEntity
public CallGatewayEntity()
-
-
Method Details
-
isOnline
public boolean isOnline()检查网关是否在线 -
getFullProxy
获取完整的代理地址
-