Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Michael Jerris
What errors do you get? Mike On Sep 4, 2009, at 8:35 AM, Muhammad Shahzad wrote: Hi, i am have FS SVN revision 14760, i am trying to use mod_xml_curl against mod_dingaling. When i call xml_curl url in browser i get mod_dingaling configuration correctly, also when i do reload

Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Muhammad Shahzad
actually, mod_dingaling is not reading configuration from xml_curl unless we reload mod_dingaling, which obviously fails if dingaling profile is in call etc. So, i am writing a patch right now to enable this functionality, almost finished just to perfect some memory management things. Thank you.

Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Brian West
Also for tests make sure you fuzz test it also .. giving it invalid data shouldn't crash ... so try that when you're done too. /b On Sep 11, 2009, at 12:18 PM, Muhammad Shahzad wrote: actually, mod_dingaling is not reading configuration from xml_curl unless we reload mod_dingaling, which

Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Muhammad Shahzad
sure, i have a full QA department who will take case of all possible cases. Then it can be tested by our community. Thank you. On Fri, Sep 11, 2009 at 11:51 PM, Brian West br...@freeswitch.org wrote: Also for tests make sure you fuzz test it also .. giving it invalid data shouldn't crash ...

Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Brian West
Kewl I have a fuzz test I do also thats automated that throws all kinds of crazy stuff at all the api's. /b On Sep 11, 2009, at 2:52 PM, Muhammad Shahzad wrote: sure, i have a full QA department who will take case of all possible cases. Then it can be tested by our community. Thank you.

Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Muhammad Shahzad
great, can you share it with me? Thank you. On Sat, Sep 12, 2009 at 2:16 AM, Brian West br...@freeswitch.org wrote: Kewl I have a fuzz test I do also thats automated that throws all kinds of crazy stuff at all the api's. /b On Sep 11, 2009, at 2:52 PM, Muhammad Shahzad wrote: sure, i

Re: [Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-11 Thread Brian West
I'll dig it up this weekend and get you a copy of it.. its a perl script that writes out some js that I run via jsrun /b On Sep 11, 2009, at 3:42 PM, Muhammad Shahzad wrote: great, can you share it with me? Thank you. ___ FreeSWITCH-users

[Freeswitch-users] mod_dingaling: dl_login command syntax

2009-09-04 Thread Muhammad Shahzad
Hi, i am have FS SVN revision 14760, i am trying to use mod_xml_curl against mod_dingaling. When i call xml_curl url in browser i get mod_dingaling configuration correctly, also when i do reload mod_dingaling it fetches its configuration from xml_curl correctly. BUT when i try to use dl_login