The UK's Number One VoIP Resource
This is a discussion on Trixbox / Asterisk voicemail notification error within the uk.telecom.voip forums, part of the Newsgroup Forums category; On 25 Dec 2006 03:45:37 -0800, "Matt" <matthew.humphreys@gmail.com> wrote: [color=blue] &...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 25 Dec 2006 03:45:37 -0800, "Matt" <matthew.humphreys@gmail.com>
wrote: [color=blue] >Cheers Dave,[/color] Amenment to my previous - sorry. Just noticed it's the FROM (and not the TO) address that might be suspect. I think it gets the From from /etc/hostname -- Locate your Mobile phone: <http://www.bizorg.co.uk/news.html> Great gifts: <http://www.ThisBritain.com/ASOS_popup.html> |
|
|||
|
On 27 Dec, 07:54, David Quinton
<usenet_2005D_em...@REMOVETHISBITbizorg.co.uk> wrote: [color=blue] > In my (Debian, "normal" Asterisk) installation,[/color] Don't forget that with a vanilla Debian installation, you have the rather huge advantage of not using Sendmail ;-) [color=blue] > the notification email addresses are in voicemail.conf. > Lines like:- > 2001 => 8383,Sidney Zweibel,box2...@xxxxxx.co.uk > > My suspicion is that the "rogue character" might be after the "@".[/color] The trouble with FreePBX is that it butchers all the Asterisk config files, so you may have some trouble finding what you're after, so 'grep asterisk@ /etc/asterisk/*' might be handy. Also, if you go editing the config files, some of them are rebuilt after you click the red bar when making changes in the web interface. alexd |
|
|||
|
ale.cx laid this down on his screen :[color=blue]
> Also, if you go editing the > config files, some of them are rebuilt after you click the red bar when > making changes in the web interface.[/color] And even if you don't click the red bar, when you restart the machine. |
|
|||
|
[color=blue]
> Amenment to my previous - sorry. > Just noticed it's the FROM (and not the TO) address that might be > suspect. > I think it gets the From from /etc/hostname > --[/color] Cheers Dave, Just recreated the hosts and hostname files with a different server name, but it still gives the same error message - even after a reboot! Thanks anyway! |
|
|||
|
On 27 Dec 2006 07:45:54 -0800, "Matt" <matthew.humphreys@gmail.com>
wrote: [color=blue] >Just recreated the hosts and hostname files with a different server >name, but it still gives the same error message - even after a reboot![/color] [previous caveats apply - "I am not an expert" etc. - just my brain's meanderings...] I think this might be annoying me nearly as much as it is you! Let's try another tack.. I wonder what that character that my newsreader is displaying as Pipe really is? Maybe it's a Linefeed (Hex 0A) character? IIRC MTAs use linefeeds to separate the various lines of email headers. So MAYBE you've actually got *NO* Hostname at all. Sendmail expects there to be something in there, but there isn't - so it b*ggers up the parsing? I wonder if <http://www.aussievoip.com/wiki/index.php?page=DM-VoicemailEmail> relates at all? -- Locate your Mobile phone: <http://www.bizorg.co.uk/news.html> Great gifts: <http://www.ThisBritain.com/ASOS_popup.html> |
|
|||
|
[color=blue]
> I wonder if > <http://www.aussievoip.com/wiki/index.php?page=DM-VoicemailEmail> > relates at all? > --[/color] Cheers Dave. Been through the example and recreated all my files as per the instructions - exactly the same problem. If i send and email from the box normally all is ok - so I guess the zones and bits are ok. Its only when the voice mail module tries to send an email.... This is driving me, and the users, mad! Cheers Matthew |
|
|||
|
On 5 Jan 2007 13:39:58 -0800, "Matt" <matthew.humphreys@gmail.com>
wrote: [color=blue] >This is driving me, and the users, mad![/color] What MTA do you have on the box? Esndmail, Exim? Maybe look at the logs. (If it's any consolation, it's driving me mad too!) -- Locate your Mobile phone: <http://www.bizorg.co.uk/news.html> Great gifts: <http://www.ThisBritain.com/ASOS_popup.html> |
|
|||
|
David Quinton wrote: [color=blue] > On 5 Jan 2007 13:39:58 -0800, "Matt" <matthew.humphreys@gmail.com> > wrote: >[color=green] > >This is driving me, and the users, mad![/color] > > What MTA do you have on the box? Esndmail, Exim? > Maybe look at the logs. > > (If it's any consolation, it's driving me mad too!) > -- > Locate your Mobile phone: <http://www.bizorg.co.uk/news.html> > Great gifts: <http://www.ThisBritain.com/ASOS_popup.html>[/color] SendMail 8.13.1 The log shows... Jan 5 14:40:42 asterisk1 sendmail[18613]: l05EebvR018613: from=asterisk, size=609, class=0, nrcpts=1, msgid=<Asterisk-0-40602870-211-2858@asterisk1.local>, relay=asterisk@localhost Jan 5 14:40:42 asterisk1 sendmail[18615]: l05EegRL018615: from=<asterisk@xxxxxxx.mine.nu>, size=737, class=0, nrcpts=1, msgid=<Asterisk-0-40602870-211-2858@asterisk1.local>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] Jan 5 14:40:42 asterisk1 sendmail[18613]: l05EebvR018613: to=Springbank <xxxxxx@xxx-web.com>, ctladdr=asterisk (5060/502), delay=00:00:05, xdelay=00:00:00, mailer=relay, pri=30609, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l05EegRL018615 Message accepted for delivery) Jan 5 14:40:48 asterisk1 sendmail[18617]: l05EegRL018615: to=<xxxxxxx@xxx-web.com>, ctladdr=<asterisk@xxxxxxx.mine.nu> (5060/502), delay=00:00:06, xdelay=00:00:06, mailer=esmtp, pri=120737, relay=one-web.com. [195.69.95.xxx], dsn=5.6.0, stat=Data format error Jan 5 14:40:48 asterisk1 sendmail[18617]: l05EemRL018617: to=<asterisk@xxxxxxx.mine.nu>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31972, dsn=2.0.0, stat=Sent Does that help anyone? My thoughts are that its still a typo in the asterisk config files..... but I haven't a clue which one! Cheers Matthew |
|
|||
|
OK,
Managed to catch someone of the #freepbx irc channel. After about 30 mins of checks and looking at files it was sorted.... Somehow, in the middle of the sendmail configuration file there was a stray ascii character. We've no idea how it got there, but removing and restarting sendmail proved successful! Many thanks to all those who came up with possible solutions. Cheers Matthew |
|
|||
|
On 6 Jan 2007 11:11:46 -0800, "Matt" <matthew.humphreys@gmail.com>
wrote: [snip][color=blue] >stray ascii character. We've no idea how it got there, but removing >and restarting sendmail proved successful![/color] I was SORT of right! Glad you got it fixed... -- Locate your Mobile phone: <http://www.bizorg.co.uk/news.html> Great gifts: <http://www.ThisBritain.com/ASOS_popup.html> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|