Tim Thompson
2003-Nov-24 08:41 UTC
[Asterisk-Users] Pressing 0 in Voicemail causes * to hangup
I tried it w/ mine as well and it hung up on me because I just have
Voicemail running not Voicemail2.
It seems as though you have Voicemail2 because it's trying to play the
Unavialable message.
Just a thought though.
Does it do the samething w/
[qout-phillyq]
exten => 0,1,Voicemail(u1)
exten => 0,2,Goto(default,s,1)
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
-----Original Message-----
From: Todd Lieberman [mailto:todd@tlsolutions.net]
Sent: Monday, November 24, 2003 9:18 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Pressing 0 in Voicemail causes * to hangup
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
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
Brian West
2003-Nov-24 10:54 UTC
[Asterisk-Users] Pressing 0 in Voicemail causes * to hangup
Voicemail1 is gone. Voicemail2 replaced voicemail early this month. bkw On Mon, 24 Nov 2003, Tim Thompson wrote:> I tried it w/ mine as well and it hung up on me because I just have > Voicemail running not Voicemail2. > > It seems as though you have Voicemail2 because it's trying to play the > Unavialable message. > > Just a thought though. > > Does it do the samething w/ > > > > [qout-phillyq] > exten => 0,1,Voicemail(u1) > exten => 0,2,Goto(default,s,1) > > > > Tim Thompson > http://www.amatechtel.com > (806) 722-2227 > > > -----Original Message----- > From: Todd Lieberman [mailto:todd@tlsolutions.net] > Sent: Monday, November 24, 2003 9:18 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Pressing 0 in Voicemail causes * to hangup > > > 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 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >