search for: testagi

Displaying 2 results from an estimated 2 matches for "testagi".

2011 Jun 06
4
AGI STREAM FILE not working?
Hello, using 1.8.4. using a very simple local AGI script in bash which has only one line in it: echo -e 'STREAM FILE welcome 123 \n' dialplan: exten => 5150,1,Answer() same => n,Set(CHANNEL(language)=en_AU) same => n,AGI(testagi.sh) same => n,Hangup console output: -- Executing [5150 at AllPhones:1] Answer("SIP/PBX-00000024", "") in new stack -- Executing [5150 at AllPhones:2] Set("SIP/PBX-00000024", "CHANNEL(language)=en_AU") in new stack -- Executing [5150 at AllP...
2003 Jul 12
1
AGI script sample using bash shell script
...aynumber' ..." >&2 echo "SAY NUMBER 192837465 \"\"" checkresults echo "5. Testing 'waitdtmf' ..." >&2 echo "WAIT FOR DIGIT 1000" checkresults echo "6. Testing 'record' ..." >&2 echo "RECORD FILE testagi gsm 1234 3000" checkresults echo "6a. Testing 'record' playback" >&2 echo "STREAM FILE testagi \"\" " checkresults echo "=================== Complete ====================" >&2 =========================== agi-test-bash.agi ======...