[Asterisk-Users] Pressing 0 in Voicemail causes * to hangup

Todd Lieberman todd at tlsolutions.net
Mon Nov 24 08:17:51 MST 2003


The Problem:  When a call gets into voicemail from Queue and presses 0
before leaving a message * will issue a Hangup.  I'm sure it's a context
thing I just don't know where it is.  Any suggestions would be appreciated.
Regards, TL

    -- Playing 'vm/1/unavail' (language 'en')
    -- Hungup 'Zap/2-1'

Here is a snip-it from my extentions.conf

[qout-phillyq]
exten => 0,1,Voicemail2(u1)
exten => 0,2,Goto(default,s,1)

[open]
; goto philly q
exten => 1,1,Answer
exten => 1,2,Background(wrn-phillyq)
exten => 1,3,Queue,phillyq
exten => 1,4,WaitMusicOnHold(20)
exten => 1,5,Voicemail2(u1)
exten => 1,6,Playback(vm-goodbye)
exten => 1,7,Hangup


************************************************

Here is my queues.conf

[general]
;
; Global settings for call queues
;   (none exist currently)

[phillyq]
music = default
announce = queue-phillyq
context = qout-phillyq
timeout = 15
retry = 5
maxlen = 0


--
Todd Lieberman
215-500-6913




More information about the asterisk-users mailing list