Hi, does anyone have an example of a simple PHP socket script that
will listen and spawn of a process that handles the incoming call?
I understand the inbound socket and code such as this
http://wiki.freeswitch.org/wiki/PHP_Event_Socket
that will let me initiate operations. It's the constantly running php
socket program that I can't get my head around, and how it will spawn
another php script that will be able to do things like answer the
session, get dtmf, etc.
--
Greg
On Aug 2, 2009, at 6:35 PM, Michael Collins wrote:
On Sun, Aug 2, 2009 at 12:38 PM, Nik Middleton <nik.middle...@noblesolutions.co.uk
> wrote:
Hi Guys,
I’m using an outbound socket to control calls, and it works a
charm. However, what I’d like to do is send a custom event
regarding the call on hang-up. The way I see things happening at
the moment, and I could be wrong, is that the socket is closed when
a hang-up occurs, so am I taking a chance trying to send the event
then? (try to sneak out the event before socket closure happens)
The other option is of course to open an inbound socket and send the
event, but I’d rather not do that if possible.
Nik,
Perhaps the "linger" event socket command will do what you need?
Check out this commit:
http://lists.freeswitch.org/pipermail/freeswitch-svn/2009-January/009391.html
Let me know if it works for you and I'll be sure to get it
documented properly. If you get it working I'd love to see a code
snippet so we can wikify this knowledge. :)
Thanks,
MC
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org