Jean-Marc V. Liotier
2003-Sep-10 10:12 UTC
[Asterisk-Users] Voicemail notification email with no attachment despite attach=yes
The demo 1235 extension that Asterisk ships with works fine and the messages are sent to the address I set in voicemail.conf. I guess that means that my configuration is working perfectly so far. But when I set up another extension with a voicemailbox, no mail is sent when a message is left, although I can dial voicemail and listen to the message just fine which I guess rules out voicemailbox misconfiguration. The strange thing is that both extensions and mailboxes are configured exactly the same : in extensions.conf : exten => 1235,1,Voicemail(u1234) ; Right to voicemail exten => 6004,1,Voicemail(u6004) in voicemail.conf : 1234 => 4242,Test mailbox,jim@jipo.com 6004 => 4242;Other test mailbox,jim@jipo.com I don't understand why these two seemingly identical configuration yield different results. I guess that I must have missed something that was included in the example and not in my new mailbox. Could somebody give me a hint about what it could be ?
Tilghman Lesher
2003-Sep-10 10:25 UTC
[Asterisk-Users] Voicemail notification email with no attachment despite attach=yes
On Wednesday 10 September 2003 12:12 pm, Jean-Marc V. Liotier wrote:> The demo 1235 extension that Asterisk ships with works fine and the > messages are sent to the address I set in voicemail.conf. I guess > that means that my configuration is working perfectly so far. > > But when I set up another extension with a voicemailbox, no mail is > sent when a message is left, although I can dial voicemail and > listen to the message just fine which I guess rules out > voicemailbox misconfiguration. > > The strange thing is that both extensions and mailboxes are > configured exactly the same : > > in extensions.conf : > exten => 1235,1,Voicemail(u1234) ; Right to > voicemail exten => 6004,1,Voicemail(u6004) > > in voicemail.conf : > 1234 => 4242,Test mailbox,jim@jipo.com > 6004 => 4242;Other test mailbox,jim@jipo.com > > I don't understand why these two seemingly identical configuration > yield different results. I guess that I must have missed something > that was included in the example and not in my new mailbox. Could > somebody give me a hint about what it could be ?It's probably the semicolon (;) in the second line, instead of a comma (,). -Tilghman
Troy Settle
2003-Sep-10 10:32 UTC
[Asterisk-Users] Voicemail notification email with no attachment despite attach=yes
> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Jean-Marc V. Liotier > Sent: Wednesday, September 10, 2003 1:13 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Voicemail notification email with > no attachment despite attach=yes > > The demo 1235 extension that Asterisk ships with works fine and the > messages are sent to the address I set in voicemail.conf. I guess that > means that my configuration is working perfectly so far. > > But when I set up another extension with a voicemailbox, no > mail is sent > when a message is left, although I can dial voicemail and > listen to the > message just fine which I guess rules out voicemailbox > misconfiguration. > > The strange thing is that both extensions and mailboxes are configured > exactly the same : > > in extensions.conf : > exten => 1235,1,Voicemail(u1234) ; Right to voicemail > exten => 6004,1,Voicemail(u6004) > > in voicemail.conf : > 1234 => 4242,Test mailbox,jim@jipo.com > 6004 => 4242;Other test mailbox,jim@jipo.com^ | Could this have anything to do with it? You're effectively commenting out the rest of the line (if I have a grasp on *'s config parser. In effect, you have a VM box w/password, but no name or email address.> > I don't understand why these two seemingly identical > configuration yield > different results. I guess that I must have missed something that was > included in the example and not in my new mailbox. Could somebody give > me a hint about what it could be ? >-- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small Business Of The Year
Paul Crick
2003-Sep-10 10:39 UTC
[Asterisk-Users] Voicemail notification email with no attachment despite attach=yes
> in voicemail.conf : > 1234 => 4242,Test mailbox,jim@jipo.com > 6004 => 4242;Other test mailbox,jim@jipo.comHow about the second line having a semi-colon between password and description, while the first line has a comma?