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

[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:

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

2009-03-01 Thread Ken Rice
: [Freeswitch-users] To do telephony functions from web page 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

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
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 would

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 rex.alex...@yahoo.com 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