thangappan143 at gmail... Guest
|
Posted: Mon Aug 03, 2009 2:20 am Post subject: [Freeswitch-users] Need Help In IVR |
|
|
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@conference.freeswitch.org (888@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 |
|