Rick Harby
2005-Mar-09 15:52 UTC
[Asterisk-Users] Problems with new install voicemail broadcast
Have a fair amount of asterisk experience, but this one is blowing my mind..
I have a context setup as follows:
[department-listing]
exten => s,1,Background(custom/6000)
exten => s,2,DigitTimeout,5
exten => s,3,ResponseTimeout,30
;
exten => 1,1,Answer
exten => 1,2,Wait(1)
exten => 1,3,Background(pls-wait-connect-call)
exten => 1,4,VoiceMail(u620&122)
exten => 1,5,Hangup
So basically, when they press 1, it should leave voicemail in box 620 and
122. Here is my voicemail conf:
[default]
122=>2301,Sales Guy,,,tz=eastern
620=>2301,General Sales Mailbox,,,delete=yes|tz=eastern
I've modified the VoiceMail account to just me Voicemail(u620) and it works
fine, and I've tried Voicemail(u122) and it works, but when this is in
there, and someone does '1' this is the what happens:
Executing BackGround("Zap/2-1", "pls-wait-connect-call") in
new stack
-- Playing 'pls-wait-connect-call' (language 'en')
-- Executing VoiceMail("Zap/2-1", "u620&122") in new
stack
Mar 9 17:33:08 WARNING[-1396851792]: app_voicemail.c:1518 leave_voicemail:
No entry in voicemail config file for '620&122'
Executing Hangup("Zap/2-1", "") in new stack
Any ideas would be greatly appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050309/a33fd947/attachment.htm
Eric_Doiron
2005-Mar-09 21:14 UTC
[Asterisk-Users] Problems with new install voicemail broadcast
Try specifying the contexts ... just an idea.
exten => 1,4,VoiceMail(u620@context&u122@context)
-E
_____
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Rick Harby
Sent: Wednesday, March 09, 2005 5:53 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Problems with new install voicemail broadcast
Have a fair amount of asterisk experience, but this one is blowing my mind..
I have a context setup as follows:
[department-listing]
exten => s,1,Background(custom/6000)
exten => s,2,DigitTimeout,5
exten => s,3,ResponseTimeout,30
;
exten => 1,1,Answer
exten => 1,2,Wait(1)
exten => 1,3,Background(pls-wait-connect-call)
exten => 1,4,VoiceMail(u620&122)
exten => 1,5,Hangup
So basically, when they press 1, it should leave voicemail in box 620 and
122. Here is my voicemail conf:
[default]
122=>2301,Sales Guy,,,tz=eastern
620=>2301,General Sales Mailbox,,,delete=yes|tz=eastern
I've modified the VoiceMail account to just me Voicemail(u620) and it works
fine, and I've tried Voicemail(u122) and it works, but when this is in
there, and someone does '1' this is the what happens:
Executing BackGround("Zap/2-1", "pls-wait-connect-call") in
new stack
-- Playing 'pls-wait-connect-call' (language 'en')
-- Executing VoiceMail("Zap/2-1", "u620&122") in new
stack
Mar 9 17:33:08 WARNING[-1396851792]: app_voicemail.c:1518 leave_voicemail:
No entry in voicemail config file for '620&122'
Executing Hangup("Zap/2-1", "") in new stack
Any ideas would be greatly appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050309/e4423197/attachment.htm
Eric Wieling
2005-Mar-09 22:24 UTC
[Asterisk-Users] Problems with new install voicemail broadcast
Eric_Doiron wrote:> Try specifying the contexts ... just an idea. > > exten => 1,4,VoiceMail(u620@context&u122@context)Remember these are voicemail.conf contexts, not extensions.conf contexts.
Rick Harby
2005-Mar-10 11:22 UTC
[Asterisk-Users] Problems with new install voicemail broadcast
Yeah, did that and not having any luck.. Rick -----Original Message----- From: Eric Wieling [mailto:eric@fnords.org] Sent: Thursday, March 10, 2005 12:24 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Problems with new install voicemail broadcast Eric_Doiron wrote:> Try specifying the contexts ... just an idea. > > exten => 1,4,VoiceMail(u620@context&u122@context)Remember these are voicemail.conf contexts, not extensions.conf contexts. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users