Displaying 1 result from an estimated 1 matches for "audioprompt".
2007 Oct 03
0
app_read prematurely bridges channels
...the results. An example of the behaviour:
Calling party on channel SIP/YYY dials XXX, hits dialplan:
exten => XXX,1,Dial(SIP/ZZZ,,mM(mymacro))
Macro looks something like:
[macro-mymacro]
exten => s,1,Playback(somefile) ;This plays fine on channel SIP/ZZZ
exten => s,n,Read(somevar,audioprompt) ;audioprompt plays fine,
then immediately after playing the prompt, channel SIP/ZZZ starts
hearing audio data from SIP/YYY, moh stops on SIP/YYY, however no audio
from SIP/ZZZ is sent to SIP/YYY until the macro exits
exten => s,n,Playback(someotherfile) ;This and subsequent audio
from...