[Freeswitch-users] Need Help In IVR
Thangappan.M
thangappan143 at gmail.com
Mon Aug 3 00:12:14 PDT 2009
Dear all,
I am in the process of implementing IVR in Perl using outbound socket.
In the case of the XML macro I can easily specify the timeout,inter digit
timeout value as
<menu name="demo_ivr"
greet-long="phrase:demo_ivr_main_menu"
greet-short="phrase:demo_ivr_main_menu_short"
invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
exit-sound="voicemail/vm-goodbye.wav"
timeout ="10000"
inter-digit-timeout="2000"
max-failures="3"
max-timeouts="3"
digit-len="4">
<entry action="menu-exec-app" digits="1" param="bridge
sofia/$${domain}/888 at conference.freeswitch.org"/>
</menu>
Is there any way for Perl to configure this values. Where are the variables
resides?
I am struggling to implement this?
--
Regards,
Thangappan.M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090803/150d86e1/attachment-0002.html
More information about the FreeSWITCH-users
mailing list