[asterisk-users] After call into console/dsp hangup hear ringing

Jerry Geis geisj at pagestation.com
Sat Oct 3 19:05:00 CDT 2009


I am running asterisk 1.4.26.1 and using ALSA not oss
dahdi 2.2.0
and libpri-1.4.10

I am calling into console/dsp I hear the audio just fine then after the 
hangup I hear ringing
on the console/dsp.

Why would that be?

I found this bug for OSS https://issues.asterisk.org/view.php?id=13686
Does the same thing exist in ALSA???

some traces below

Jerry

  == Parsing '/etc/asterisk/asterisk.conf': Found
  == Parsing '/etc/asterisk/extconfig.conf': Found
Connected to Asterisk 1.4.26.1 currently running on ebox3850 (pid = 3902)
Verbosity was 0 and is now 5
    -- Executing [mediaport_audio_visual at smvoice-mediaport:1] 
Goto("SIP/devcentos5x64_to_ebox3850-0837c170", 
"smvoice-mediaport-audio-visual|s|1") in new stack
    -- Goto (smvoice-mediaport-audio-visual,s,1)
    -- Executing [s at smvoice-mediaport-audio-visual:1] 
ChanIsAvail("SIP/devcentos5x64_to_ebox3850-0837c170", "Console/Dsp") in 
new stack
 << Hangup on console >>
    -- Executing [s at smvoice-mediaport-audio-visual:2] 
GotoIf("SIP/devcentos5x64_to_ebox3850-0837c170", "0?smvoice-busy|s|1") 
in new stack
    -- Executing [s at smvoice-mediaport-audio-visual:3] 
Playback("SIP/devcentos5x64_to_ebox3850-0837c170", "beep") in new stack
    -- <SIP/devcentos5x64_to_ebox3850-0837c170> Playing 'beep' (language 
'en')
    -- Executing [s at smvoice-mediaport-audio-visual:4] 
Dial("SIP/devcentos5x64_to_ebox3850-0837c170", "Console/dsp") in new stack
 << Call placed to 'dsp' on console >>
 << Auto-answered >>
    -- Called dsp
    -- ALSA/default answered SIP/devcentos5x64_to_ebox3850-0837c170
 << Hangup on console >>
  == Spawn extension (smvoice-mediaport-audio-visual, s, 4) exited 
non-zero on 'SIP/devcentos5x64_to_ebox3850-0837c170'



[smvoice-mediaport-audio-visual]
exten => s,1,ChanIsAvail(Console/Dsp)
exten => s,n,GotoIf($["${AVAILCHAN}" = ""]?smvoice-busy,s,1)
exten => s,n,Playback(beep)
exten => s,n,Dial(Console/dsp)
exten => s,n,Hangup




More information about the asterisk-users mailing list