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 [EMAIL PROTECTED]:1] Answer("SIP/192.168.1.8-089177a8", "") in 
new stack
    -- Executing [EMAIL PROTECTED]:2] Playback("SIP/192.168.1.8-089177a8", 
"beep") in new stack
    -- <SIP/192.168.1.8-089177a8> Playing 'beep' (language 'en')
    -- Executing [EMAIL PROTECTED]: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 [EMAIL PROTECTED]: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'


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to