Re: [Freeswitch-users] mod_php needed

2009-08-08 Thread William Suffill
http://wiki.freeswitch.org/wiki/PHP_ESL Formatting could use a bit of help just exported my working document to MediaWiki. Hope to add some more information to ESL as I continue to do more with it. I'm going to start a page on fs_ivrd as well. Feedback welcome. -- W IRC: wsuff on freenode

Re: [Freeswitch-users] mod_php needed

2009-08-08 Thread Diego Viola
Damn, looks like we need to learn some formatting =D. I made some changes on that article to fix the formatting a bit, lets take care of the wiki as we care about the software :). On Sat, Aug 8, 2009 at 2:34 PM, William Suffill william.suff...@gmail.comwrote:

Re: [Freeswitch-users] mod_php needed

2009-08-08 Thread Michael Giagnocavo
: [Freeswitch-users] mod_php needed http://wiki.freeswitch.org/wiki/PHP_ESL Formatting could use a bit of help just exported my working document to MediaWiki. Hope to add some more information to ESL as I continue to do more with it. I'm going to start a page on fs_ivrd as well. Feedback welcome. -- W

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Christian Löschenkohl
Of *Michael Collins *Sent:* 13 June 2009 21:57 *To:* freeswitch-users@lists.freeswitch.org *Subject:* Re: [Freeswitch-users] mod_php needed Perhaps you should look at controlling calls via the FreeSWITCH event socket instead of from the dialplan. The nice thing about the event socket

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Anthony Minessale
] *On Behalf Of *Michael Collins *Sent:* 13 June 2009 21:57 *To:* freeswitch-users@lists.freeswitch.org *Subject:* Re: [Freeswitch-users] mod_php needed Perhaps you should look at controlling calls via the FreeSWITCH event socket instead of from the dialplan. The nice thing about

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Mitul Limbani
...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Michael Collins *Sent:* 13 June 2009 21:57 *To:* freeswitch-users@lists.freeswitch.org *Subject:* Re: [Freeswitch-users] mod_php needed Perhaps you should look at controlling calls via the FreeSWITCH event

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Christian Löschenkohl
...@lists.freeswitch.org mailto:freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Michael Collins *Sent:* 13 June 2009 21:57 *To:* freeswitch-users@lists.freeswitch.org mailto:freeswitch-users@lists.freeswitch.org *Subject:* Re: [Freeswitch-users

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Anthony Minessale
mailto:freeswitch-users@lists.freeswitch.org *Subject:* Re: [Freeswitch-users] mod_php needed Perhaps you should look at controlling calls via the FreeSWITCH event socket instead of from the dialplan. The nice thing about the event socket is that your call control can

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread William Suffill
Any suggestions of what would be a good example in PHP using ESL to document? I'll take a stab at writing something up this week but it would help to have some idea what would be useful. I've used it and got it working but rather document a generic real life example versus my unique use cases. --

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Anthony Minessale
A good start would probably be: example of making an inbound connection from script to FS and execute a FSAPI command, like status or show channels. example of making an inbound connection and listening for events and printing them serialized. example of an outbound socket connection where the

Re: [Freeswitch-users] mod_php needed

2009-06-15 Thread Christian Löschenkohl
hi could you provide me a simple example? - connect with esl - get uuid - set a variable (e.g. codec_string=PCMA) - answer the channel - playback a file the script ist called from ivrd, if i get it right in the dialplan it's action application=set

[Freeswitch-users] mod_php needed

2009-06-13 Thread Christian Löschenkohl
hello i am working for an austrian voip carrier. for a few months i work with freeswitch and it is simply great. it solves our needs in many places (high volume, flexible, stable). the only thing i really miss is the avalibilty of php as a call control language. mod_php or mod_freehp are not

Re: [Freeswitch-users] mod_php needed

2009-06-13 Thread Michael Collins
Perhaps you should look at controlling calls via the FreeSWITCH event socket instead of from the dialplan. The nice thing about the event socket is that your call control can happen on a separate machine. There is a PHP module for the ESL (event socket library) and it would be relatively easy for

Re: [Freeswitch-users] mod_php needed

2009-06-13 Thread Nik Middleton
-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Collins Sent: 13 June 2009 21:57 To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] mod_php needed Perhaps you should look at controlling calls via