Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-24 Thread Costa Zikalala
Hi Gabe Thanks for you response to this question. Do you perhaps have a link to an example (or just further detail) to what you've descibed below. I guess one would also use a similar setup to generate dialplans from web forms. Thanks again, Costa 2009/9/24 Gabriel Gunderson g...@gundy.org

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-24 Thread Michael Jerris
There are a number of examples out there such as: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib/intralanman/PHP/fs_curl/ Mike On Sep 24, 2009, at 7:02 AM, Costa Zikalala wrote: Hi Gabe Thanks for you response to this question. Do you perhaps have a link to an example (or just

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-23 Thread Anil Kumar S. R.
I didn't get much help for my problem with XML CURL. What I meant to say is, suppose I want to have some 1 users on freeswitch. Do we have to create some many xml files in the directory or is there some way in which the users can be put in the db ? Also. my another question is, what is the

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-23 Thread Michael Jerris
There are tons of details on this at http://wiki.freeswitch.org/wiki/Mod_xml_curl Are you having an issue? Mike On Sep 23, 2009, at 2:37 PM, Anil Kumar S. R. wrote: I didn't get much help for my problem with XML CURL. What I meant to say is, suppose I want to have some 1 users on

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-23 Thread Gabriel Gunderson
On Wed, Sep 23, 2009 at 12:37 PM, Anil Kumar S. R. sra...@gmail.com wrote: I didn't get much help for my problem with XML CURL. What I meant to say is, suppose I want to have some 1 users on freeswitch. Do we have to create some many xml files in the directory or is there some way in which

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-21 Thread Brian West
You can't put the users directly into a db with FreeSWITCH you'll have to serve up the XML document via XML CURL or write your own module to do so via the module interfaces provided. /b On Sep 20, 2009, at 10:44 PM, Mitul Limbani wrote: Yes use odbc in fs Thanks Regards, Mitul Limbani,

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-21 Thread Muhammad Shahzad
Yes, XML CURL is really cool. I once bombed FS with 12,000 wrong registrations (bad username or password) in less then 50 seconds (49496 ms to be exact) and it processed all of them and gave correct responses using XML CURL. I am willing to do this test again soon, with correct registration data

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-21 Thread Muhammad Shahzad
I searched my sent emails and found the results, copying it below (after removing some sensitive info), 1,000 Calls == Total 1000 REGISTER calls sent in 890 ms at rate of 1123/sec Total 1000 responses receieved in 4516 ms at rate of 221/sec:

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-21 Thread demuel
Whoah what a term - ONCE BOMBED FS... Yes, XML CURL is really cool. I once bombed FS with 12,000 wrong registrations (bad username or password) in less then 50 seconds (49496 ms to be exact) and it processed all of them and gave correct responses using XML CURL. I am willing to do this

[Freeswitch-users] User Creation with DB in Freeswitch

2009-09-20 Thread Anil Kumar S. R.
Hi All, Is there any way in which user information can be stored in database instead of the xml files. Regards, Anil -- Anil Kumar S. R. http://sranil.googlepages.com/ The best way to succeed in this world is to act on the advice you give to others.

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-20 Thread Brian West
Using XML CURL http://wiki.freeswitch.org/wiki/Mod_xml_curl /b On Sep 20, 2009, at 3:13 PM, Anil Kumar S. R. wrote: Hi All, Is there any way in which user information can be stored in database instead of the xml files. Regards, Anil -- Anil Kumar S. R. http://sranil.googlepages.com/