Displaying 1 result from an estimated 1 matches for "backtround".
Did you mean:
background
2005 Mar 26
1
DTMF tones not working
...[202]
type=peer
context=test
secret=xxxx
dtmfmode=rfc2833
username=Bob
disallow=all
allow=ulaw
progressinband=no
host=dynamic
mailbox=202
callerid="Bob" 202
host=dynamic
and in extensions:
[test]
exten => s,1,Answer()
exten => s,2,Backtround(menu)
exten => s,3,Hangup()
exten => 2,1,Playback(success)
exten => 2,2,Goto(test,s,1)
(test context created specifically so i can test this dtmf problem)
Then in the console here is what I see:
Executing Answer("SIP/201-3db8", "") in new stack
Launching 'BackGr...