Just upgraded to cvs Head this morning and noticed our voicemail notification (via email) is failing with: Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: E-mail addres s missing for mailbox [3000]. E-mail will not be sent. However, a valid address in voicemail.conf has been working just fine until now. Sendmail is running, etc. If I add a "second" email address (eg, pager), it works but the first address does not, like: 3002 => 3002,Rich,myemail@mydomain.com,myemail@mydomain.com Played with the context to ensure that wasn't an issue. Faintly remember seeing something modified via cvs list, but can't seem to find anything addressing this one. Google doesn't provide any hints. Thoughts? Rich
Hi Rich, On Thu, 2004-07-01 at 11:36, Rich Adamson wrote:> Just upgraded to cvs Head this morning and noticed our voicemail > notification (via email) is failing with: > Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: > E-mail addres s missing for mailbox [3000]. E-mail will not be sent. > > However, a valid address in voicemail.conf has been working just > fine until now. Sendmail is running, etc. > > If I add a "second" email address (eg, pager), it works but the first > address does not, like: > 3002 => 3002,Rich,myemail@mydomain.com,myemail@mydomain.com > > Played with the context to ensure that wasn't an issue. Faintly > remember seeing something modified via cvs list, but can't seem to > find anything addressing this one. Google doesn't provide any hints. > > Thoughts?Another bug was introduced in function notify_new_message: the event sent to manager does not include the voicemail context, so the manager notifications allways return 0 messages. I will submit a bug/patch to the bugtracker for this (as it affects the MWI in my flash operator panel), and I will try to look also at your problem. Best regards, -- Nicolas Gudino <nicolas@house.com.ar> House Internet S.R.L.
Voicemail email notifications are fixed on CVS as of now (thanks to citats). On Thu, 2004-07-01 at 15:16, Nicolas Gudino wrote:> Hi Rich, > > On Thu, 2004-07-01 at 11:36, Rich Adamson wrote: > > Just upgraded to cvs Head this morning and noticed our voicemail > > notification (via email) is failing with: > > Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: > > E-mail addres s missing for mailbox [3000]. E-mail will not be sent. > > > > However, a valid address in voicemail.conf has been working just > > fine until now. Sendmail is running, etc. > > > > If I add a "second" email address (eg, pager), it works but the first > > address does not, like: > > 3002 => 3002,Rich,myemail@mydomain.com,myemail@mydomain.com > >
Hi, I have just submited bug 1962. If you are using the Flash Operator Panel (and maybe other swtichboard/manager applications with MWI) with current CVS-HEAD, you might need to apply the patch to get MWI working. Best regards, -- Nicolas Gudino <nicolas@house.com.ar> House Internet S.R.L.
Yup, seen the cvs entry come through, so just modified the src here directly. Fixed it. Thanks ------------------------> Voicemail email notifications are fixed on CVS as of now (thanks to > citats). > > On Thu, 2004-07-01 at 15:16, Nicolas Gudino wrote: > > Hi Rich, > > > > On Thu, 2004-07-01 at 11:36, Rich Adamson wrote: > > > Just upgraded to cvs Head this morning and noticed our voicemail > > > notification (via email) is failing with: > > > Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: > > > E-mail addres s missing for mailbox [3000]. E-mail will not be sent. > > > > > > However, a valid address in voicemail.conf has been working just > > > fine until now. Sendmail is running, etc. > > > > > > If I add a "second" email address (eg, pager), it works but the first > > > address does not, like: > > > 3002 => 3002,Rich,myemail@mydomain.com,myemail@mydomain.com > > > > > _______________________________________________ > 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---------------End of Original Message-----------------
On Thu, 2004-07-01 at 18:03, Nicolas Gudino wrote:> Hi, > > I have just submited bug 1962. If you are using the Flash Operator Panel > (and maybe other swtichboard/manager applications with MWI) with current > CVS-HEAD, you might need to apply the patch to get MWI working. > > Best regards,Fixed on CVS now.. thanks Mark! -- Nicolas Gudino <nicolas@house.com.ar> House Internet S.R.L.