xml - FreeSwitch - using mod_xml_curl for Dialplan -
I am using mod_xml_curl to register SIP users on the FreeSwitch server. I could get the user's information from the MySQL database, and now I have a problem with free switches dial-up. When I call any other registered user, it makes the hold_magic sound
it does not call other registered users. No mod_xml_curl for dialing * no mod_xml_curl results for the directory <1> *
case 1 * - this works fine, but I can not use user information in the MySQL database. Case 2 * Use mod_xml_curl for directory. * There is no mod_xml_curl for the result of dialplan - Registration is using the MySQL database, but the call has failed. Case 3 * Using mod_xml_curl * for the directory using mod_xml_curl for the result of dialplan - The registration is using the MySQL database but makes the call hold_music sound
Thank you. When you use xml_curl
for
dialplan what do you return to dialplan Are you? If you are returning a dialup that holds the music in hand, then it works.
You can enable debugging in the fretsuit using the xml_curl debug_on
command to see the dialplan web server returned.
Comments
Post a Comment