try removing the > after async?

*<action application="socket" data="127.0.0.1:5000 async*>* full"/>

vs

**<action application="socket" data="127.0.0.1:5000 async** full"/>
*



On Sat, Aug 1, 2009 at 12:35 AM, Thangappan.M <thangappan...@gmail.com>wrote:

> Dial plan string:
>
> * <action application="socket" data="127.0.0.1:5000 async*>* full"/>
>
> *In Perl code:
>
> At first I am sending
> $conn->sendRecv("myevents")
>
> $conn->execute("answer")
> $conn->setEventLock("true")
>
> Playing welcome messages
> Playing main menus
>
> But I am not able to do the action after getting the DTMF value.
>
>
> I need to do the following things
>
>       * While playing welcome message the DTMF key should not be processed at 
> that time or future.
>       * While playing main menu it should process the DTMF key immediately..
>       * In the case of XML macro , I can specify the timout value,
>
> interdigit time out value, invlalid sound files.How can I handle  in
> the Perl script.Is there any default variables or methods to handle it ?
>
>
>
>
> On Sat, Aug 1, 2009 at 10:16 AM, Thangappan.M <thangappan...@gmail.com>wrote:
>
>> Dear all,
>>
>> $conn->SetEventLock("true") ;
>> After this line only I played all the voice files(welcome messages, main
>> menu).
>> First the welcome message is played in order and also main menu options
>> are played in  order.While playing the message there is no prob.
>> But the problem is that, it is not responding the DTMF keys.
>>
>> I need to handle the following things.
>>       * While playing welcome message the DTMF key should not be processed
>> at that time or future.
>>       * While playing main menu it should process the DTMF key
>> immediately..
>>       * In the case of XML macro , I can specify the timout value,
>> interdigit time out value, invlalid sound files.How can I handle  in the
>> Perl script.Is there any default variables or methods to handle it ?
>>
>> Please help me.
>>
>> --
>> Regards,
>> Thangappan.M
>>
>
>
>
> --
> Regards,
> Thangappan.M
>
> _______________________________________________
> 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
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com <msn%3aanthony_miness...@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com<paypal%3aanthony.miness...@gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org <sip%3a...@conference.freeswitch.org>
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org<googletalk%3aconf%2b...@conference.freeswitch.org>
pstn:213-799-1400
_______________________________________________
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

Reply via email to