Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_SIPPorotocol > RfcComponents_SIPServer >
RfcComponents_SIPServer_Init

函数

RfcComponents_SIPServer_Init

功能

初始化SIP服务器

语法

BOOL RfcComponents_SIPServer_Init(LPCSTR lpszDomain, BOOL bAnonymous = FALSE)

参数

 参数.一:lpszDomain
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入服务器的地址或者域名
 参数.二:bAnonymous
  In/Out:In
  类型:逻辑型
  可空:Y
  意思:是否允许匿名注册

返回值

类型:逻辑型
意思:是否成功

备注

注意,此模块不包含网络服务

示例