search for: waitdtmf

Displaying 5 results from an estimated 5 matches for "waitdtmf".

2004 Dec 21
1
HELP: agi-test.agi does not return any DTMF!
Hi all, Tiny, but very important question for me: what it can be when standard agi-test.agi script, like: print STDERR "Testing 'waitdtmf'..."; print "WAIT FOR DIGIT 10000\n"; my $result = <STDIN>; &checkresult($result); on the call from KPhone application does NOT return any DTMF code back (I use dtmfmode=inband in sip.conf): Testing 'waitdtmf'...PASS (0) Does anyone could give me a little hel...
2003 Oct 10
1
Asterisk crash on AGI
...ext'...PASS (0) 3. Testing 'sendimage'...PASS (0) -- Playing 'digits/1'. -- Playing 'digits/hundred' -- Playing 'digits/90' == Spawn extension (default, 147, 2) exited non-zero on 'H323/ip$192.168.0.100:3016/2107' PASS (-1) 5. Testing 'waitdtmf'...FAIL (unexpected result '') 6. Testing 'record'...FAIL (unexpected result '') 6a. Testing 'record' playback...FAIL (unexpected result '') ================== Complete ====================== 7 tests completed, 4 passed, 3 failed =======================...
2004 Jan 13
6
SIP and AGI crash...
...@10.10.3.6 for seqno 102 (Request) == Spawn extension (sip-gw, 126, 5) exited non-zero on 'SIP/-08135e80' -- Executing Hangup("SIP/-08135e80", "") in new stack == Spawn extension (sip-gw, h, 1) exited non-zero on 'SIP/-08135e80' PASS (-1) 5. Testing 'waitdtmf'...FAIL (unexpected result '') 6. Testing 'record'...FAIL (unexpected result '') 6a. Testing 'record' playback...FAIL (unexpected result '') ================== Complete ====================== 7 tests completed, 4 passed, 3 failed =======================...
2003 Oct 12
1
AGI Test Fails
...been using RH9, but was told * had problems with RH9) and downloaded the latest Asterisk CVS to install. I then downloaded and installed perl-asterisk-0.08. I have extension 502 pointed at EAGI(agi-test.agi). When I call that extension I receive the following to <STDER>: 5. Testing 'waitdtmf'...FAIL (unexpected result '') 6. Testing 'record'...FAIL (unexpected result '') 6a. Testing 'record' playback...FAIL (unexpected result '') ================== Complete ====================== 7 tests completed, 4 passed, 3 failed =======================...
2003 Jul 12
1
AGI script sample using bash shell script
..." checkresults echo "3. Testing 'sendmage' ..." >&2 echo "SEND IMAGE asterisk-image" checkresults echo "4. Testing 'saynumber' ..." >&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 testag...