[asterisk-users] Ringing after console dsp hangup
Jerry Geis
geisj at pagestation.com
Thu Sep 25 07:52:48 CDT 2008
I have a simple context that connects to the console dsp which works,
but then after I hangup I hear ringing on the console dsp. It rings
until I stop asterisk.
Why is that and how can I stop it?
Thanks,
Jerry
[paging]
exten => s,1,Answer
exten => s,n,Playback(beep)
exten => s,n,Dial(Console/dsp)
exten => s,n,Hangup
exten => h,1,Hangup
-- Executing [s at paging:1] Answer("SIP/192.168.1.8-089177a8", "") in
new stack
-- Executing [s at paging:2] Playback("SIP/192.168.1.8-089177a8",
"beep") in new stack
-- <SIP/192.168.1.8-089177a8> Playing 'beep' (language 'en')
-- Executing [s at paging:3] Dial("SIP/192.168.1.8-089177a8",
"Console/dsp") in new stack
<< Call placed to 'dsp' on console >>
<< Auto-answered >>
-- Called dsp
-- ALSA/default answered SIP/192.168.1.8-089177a8
<< Hangup on console >>
== Spawn extension (paging, s, 3) exited non-zero on
'SIP/192.168.1.8-089177a8'
-- Executing [h at paging:1] Hangup("SIP/192.168.1.8-089177a8", "") in
new stack
== Spawn extension (paging, h, 1) exited non-zero on
'SIP/192.168.1.8-089177a8'
More information about the asterisk-users
mailing list