【问题标题】:FreeSwitch - using mod_xml_curl for DialplanFreeSwitch - 使用 mod_xml_curl 进行拨号计划
【发布时间】:2014-02-18 01:59:51
【问题描述】:

我正在使用 mod_xml_curl 在 FreeSwitch 服务器上注册 SIP 用户。我可以从 My-SQL 数据库中获取用户信息,但现在我遇到了 FreeSwitch 拨号方案的问题。当我打电话给另一个注册用户时,它会发出 hold_music 声音。

它不会调用其他注册用户。

Case 1
* No mod_xml_curl for directory
* No mod_xml_curl for dialplan 
Result - It works fine, but I cannot use user information in My-SQL database.

Case 2
* using mod_xml_curl for directory
* No mod_xml_curl for Dialplan
Result - Registeration is working using My-SQL database, but call is failed.

Case 3
* using mod_xml_curl for directory
* using mod_xml_curl for Dialplan
Result - Registeration is working using My-SQL database, but call makes hold_music sound.

当我使用 xml_curl 进行拨号计划时,有什么信息吗?

谢谢。

【问题讨论】:

    标签: xml freeswitch


    【解决方案1】:

    当使用xml_curl 进行拨号计划时,您为拨号计划返回什么?如果您返回的拨号方案会播放暂停的音乐,那么它可以工作。

    您可以在 freeswitch 中使用命令xml_curl debug_on 启用调试,以查看 Web 服务器返回的拨号方案。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多