Re: [Freeswitch-users] IVR Problem

2009-07-30 Thread Anthony Minessale
i think you mean $conn->setEventLock("true"); which should only have to be set once and all the commands will then queue up until you set it back to "false" On Thu, Jul 30, 2009 at 10:25 AM, Michael Collins wrote: > > > On Thu, Jul 30, 2009 at 3:26 AM, Brian West wrote: > >> Remove async from t

Re: [Freeswitch-users] IVR Problem

2009-07-30 Thread Michael Collins
On Thu, Jul 30, 2009 at 3:26 AM, Brian West wrote: > Remove async from the options list on the socket. > See the notes and info about async mode on this page: http://wiki.freeswitch.org/wiki/Event_socket_outbound#Configuration It should help shed some light on the various options. Keep plugging

Re: [Freeswitch-users] IVR Problem

2009-07-30 Thread Brian West
Remove async from the options list on the socket. /b On Jul 30, 2009, at 2:12 AM, Thangappan.M wrote: >But it is not play backed the sound in order. Why? ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.fre

[Freeswitch-users] IVR Problem

2009-07-30 Thread Thangappan.M
Dear all, I am in the process of implementing an IVR using event outbound socket. In the dial plan I used the following statement. I implemented a Perl script which is listening on the dial plan specified IP address and PORT ( In this case 127.0.0.1 and 500