search for: __orig_exten

Displaying 1 result from an estimated 1 matches for "__orig_exten".

2007 May 16
0
AGI "record_file" issue... bug?
...); $AGI->exec('AGI',"festival.pl|\"O k\""); $AGI->stream_file('/tmp/test_audio','#'); $AGI->exec('AGI',"festival.pl|\"Done.\""); And it is called like this: [incoming] exten => _XX.,1,Set(__ORIG_EXTEN=${EXTEN}) exten => _XX.,n,Goto(RealEstate,s,1) [RealEstate] exten => s,1,Set(TIMEOUT(digit)=2) exten => s,n,AGI(/etc/asterisk/agi/rephone.agi,${ORIG_EXTEN}) exten => s,n,Hangup() --------------- Then it works, to the extent that I hear the festival messages, and it waits 5 seconds d...