Page 1 of 1

interrupt Voice

PostPosted: Wed Aug 15, 2007 6:45 am
by tommi
Hello, I´m from germany, and my english is not the best :wink:

My Question is, how i can interrupt the voice while a key is pressed?
Now it´s so, that the person who´s called the asterisk, must wait while asterisk ist spoken the text every time...
I hope you understand what i mean

With friendly greetings

Tommi

PostPosted: Mon Aug 20, 2007 8:47 am
by jleoni
You would have to create a custom modification to the existing app_swift.so or res_cepstral.so (which ever one your using) respectively to allow for DTMF input during TTS playback.

Or you could create an AGI script that created a file with a specific name and then use the Background() or Read() dial plan functions to play back said file.

PostPosted: Fri Feb 15, 2008 3:10 pm
by isgur513
What would the syntax for this be?

And where would you put it?