FreeSwitch-为拨号计划使用mod_xml_curl

FreeSwitch-为拨号计划使用mod_xml_curl,xml,freeswitch,Xml,Freeswitch,我正在使用mod_xml_curl在FreeSwitch服务器上注册SIP用户。我可以从我的SQL数据库中获取用户信息,现在我的FreeSwitch拨号计划有问题。当我打电话给另一个注册用户时,它会发出hold_音乐声音 它不会呼叫其他注册用户 Case 1 * No mod_xml_curl for directory * No mod_xml_curl for dialplan Result - It works fine, but I cannot use user informatio

我正在使用mod_xml_curl在FreeSwitch服务器上注册SIP用户。我可以从我的SQL数据库中获取用户信息,现在我的FreeSwitch拨号计划有问题。当我打电话给另一个注册用户时,它会发出hold_音乐声音

它不会呼叫其他注册用户

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\u curl
作为拨号计划时,您将为拨号计划返回什么?如果您返回的拨号计划播放的音乐处于暂停状态,则该拨号计划有效

您可以使用命令
xml\u curl debug\u on
在freeswitch中启用调试,以查看web服务器返回的拨号计划