Re: [Freeswitch-users] To do telephony functions from web page

2009-03-02 Thread Gopalakrishnan A.N
Hi Rex, Please find the attached file for the PHP script. This script has been executed in FS 1.0.2. put these two scripts in htdocs directory. access the http://localhost/sample2.php so that two text box will appear. you can able to give the extension number and mobile number to dial. Try this :

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Michael Jerris
There are examples on the wiki for this. Mike On Mar 1, 2009, at 3:10 PM, Rex_Alex wrote: > > Hi Shelby Ramsey, > > I would like to do the same in php script. > > Please post me a sample. > > Thanks, > Rex. > > > Shelby Ramsey wrote: >> >> Rex: >> >> The basis for xml_rpc or mod_event is someth

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Shelby Ramsey
Rex, I've never actually used PHP for this type of thing ... but you might want to start by looking here: http://fisheye.freeswitch.org/browse/FreeSWITCH/libs/esl/php/single_command.php?r=12216 or http://wiki.freeswitch.org/wiki/PHP_Event_Socket Good luck. I'm sure some other folks here who u

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Rex_Alex
Hi Shelby Ramsey, I would like to do the same in php script. Please post me a sample. Thanks, Rex. Shelby Ramsey wrote: > > Rex: > > The basis for xml_rpc or mod_event is something along the lines of: > > api $command > > As an example to originate a call (using xml_rpc or mod_event) you

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Shelby Ramsey
Rex: The basis for xml_rpc or mod_event is something along the lines of: api $command As an example to originate a call (using xml_rpc or mod_event) you would do: api originate sofia/external/$some...@$ip:$PORT $EXTENSION xml $context What language are you trying to do this in? SDR __

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Rex_Alex
you can use mod_xml_rpc to control > things Both methods work well > > K > > > > From: Rex_Alex > Reply-To: > Date: Sun, 1 Mar 2009 11:13:34 -0800 (PST) > To: > Subject: [Freeswitch-users] To do telephony functions from web page > > Hi All, I am tryin

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Ken Rice
Check out ESL for PHP, Perl etc, or you can use mod_xml_rpc to control things Both methods work well K From: Rex_Alex Reply-To: Date: Sun, 1 Mar 2009 11:13:34 -0800 (PST) To: Subject: [Freeswitch-users] To do telephony functions from web page Hi All, I am trying to do the telephonic

[Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Rex_Alex
Hi All, I am trying to do the telephonic functions(like dial, hangup, conference and etc.) from a webpage (for a customization) rather than doing it from a soft phone. What would be the optimal way of doing it? Please suggest. Thanks, Rex. -- View this message in context: http://n2.nabble.co