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}/[email protected]"/>
    </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
_______________________________________________
FreeSWITCH-users mailing list
[email protected]
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