I am using mod_xml_curl to register SIP users on FreeSwitch server. I could get user information from My-SQL database, and now I have a problem with FreeSwitch dialplan. When I make a call to another registered user, it makes hold_music sound.
It doesn't make a call to other registered user.
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.
Is there any information when I use xml_curl for dialplan?
Thank you.