Re: [Freeswitch-users] xml_curl dynamically register users problem

2009-04-22 Thread JuanMa
Peter Thanks for your reply: I did what you said but FS still with the same problem, cant found the user. This is my reply to registration request ?xml version=1.0 encoding=UTF-8 standalone=no? document type=freeswitch/xml section name=directory domain name=$${domain}

Re: [Freeswitch-users] xml_curl dynamically register users problem

2009-04-22 Thread Michael Jerris
$${domain} (or any other preprocessor vars) will not be expanded on an xml_curl return. Mike On Apr 22, 2009, at 12:31 PM, JuanMa wrote: Peter Thanks for your reply: I did what you said but FS still with the same problem, cant found the user. This is my reply to registration request

Re: [Freeswitch-users] xml_curl dynamically register users problem

2009-04-22 Thread Juan Manuel Vicente
Yes, I saw that after send that email. This is the corrected one ?xml version=1.0 encoding=UTF-8 standalone=no? document type=freeswitch/xml section name=directory domain name=200.49.25.11 params param name=dial-string value={presence_id=${dialed_us...@${dialed_domain},transfer

[Freeswitch-users] xml_curl dynamically register users problem

2009-04-20 Thread JuanMa
Brian thx for you help. 404 was my mistake it is user not found 2009-04-20 12:16:24 [WARNING] mod_dptools.c:2171 user_outgoing_channel() Can't find user [4...@200.49.25.11] To explain better my problem: i have two users, one 1000 and another 4000,the user 1000 is physically in the user

Re: [Freeswitch-users] xml_curl dynamically register users problem

2009-04-20 Thread Peter P GMX
I had the same problem some time ago. Setting the param name=dial-string value={presence_id=${dialed_us...@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_us...@${dialed_domain})}/ in the xml-curl answer solved my problem. In the config files this is set in

[Freeswitch-users] xml_curl dynamically register users problem

2009-04-17 Thread JuanMa
Hi, I am using xml_curl, and what I'm trying to do is dynamically register the users to the platform, instead of bulking all the users on the FS boot time. So far I have successfully register the users and also make calls through gateways or to static users (those users that are in the

Re: [Freeswitch-users] xml_curl dynamically register users problem

2009-04-17 Thread Brian West
On Apr 17, 2009, at 12:07 PM, JuanMa wrote: Hi, I am using xml_curl, and what I'm trying to do is dynamically register the users to the platform, instead of bulking all the users on the FS boot time. So far I have successfully register the users and also make calls through gateways or to