[Freeswitch-users] Perl event socket library problem
Anthony Minessale
anthony.minessale at gmail.com
Wed Oct 14 13:01:30 PDT 2009
That's what asynchronous means "do not block"
try $con->setEventLock("true"); with the socket in async mode, then your
requests will stack in order.
On Wed, Oct 14, 2009 at 12:50 AM, velusamy velu <velu.technical at gmail.com>wrote:
> Dear All,
> I am implementing an IVR framework using Perl event socket
> libraries. At first I set socket mode async full. I have faced problem that
> the Perl statements executing before dailplan execution. So, I couldn't
> control my process.
>
> Next I have tried without async mode, it solved that race condition
> problem. I had another requirement that while executing external application
> I need to play some voice file some time limit. When I played that voice
> file in playback, the playback application blocked. So, I can't break that
> playback application after some time limit.
>
> I am hanging on this problem for past one week. Please any one help
> me to solve above problems...
>
> Thanks,
> Velusamy.
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire
AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091014/c608df80/attachment-0002.html
More information about the FreeSWITCH-users
mailing list