Dear All,

       I am in the process of doing IVR development on FreeSWITCH. I am
having doubt in the play_and_get_digits application. I am  using Perl
language for handling IVR.

     How can I play more than one sound file in play_get_digits application?
     For an example,

$conn->execute("play_and_get_digit", 1 1 1000 #
/usr/local/freeswitch/en/us/callie/sounds/ivr/please.wav ,
/usr/local/freeswitch/en/us/callie/sounds/ivr/press-1.wav
/usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);

Is the above statement is right?  Can I use more than one file in it?

OR

Can I use the play_get_digits as following?

$conn->execute("play_and_get_digit", 1 1 1000 #
/usr/local/freeswitch/en/us/callie/sounds/ivr/please.av
/usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);

$conn->execute("play_and_get_digit", 1 1 1000 #
/usr/local/freeswitch/en/us/callie/sounds/ivr/press-1.wav
/usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);

In the above statements how can I assure that the first  application or
second application is executed?

When the digit is get while playing the first application the second
application should not be played. How Can I do that?

Is this my understanding wrong?
Correct me If I am wrong?


Please help me?
_______________________________________________
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