我正在使用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进行拨号方案时是否有任何信息?
谢谢。
答案 0 :(得分:-1)
在拨号方案中使用xml_curl
时,您为拨号方案返回了什么?如果您正在返回一个播放音乐的拨号方案,那么它可以正常工作。
您可以使用命令xml_curl debug_on
在freeswitch中启用调试,以查看Web服务器返回的拨号方案。