|
Try specifying the contexts ... just an
idea… exten =>
1,4,VoiceMail([EMAIL PROTECTED]&[EMAIL PROTECTED]) -E From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rick Harby 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 [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. |
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
