<br><br><div class="gmail_quote">2009/12/9 Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Wed, Dec 09, 2009 at 08:54:13AM +0100, Olivier wrote:<br>
> Hi,<br>
><br>
> In /var/log/asterisk/full (Asterisk 1.6.2-rc6), I can see :<br>
><br>
> [Dec 8 15:02:17] VERBOSE[10283] config.c: == Parsing<br>
> '/var/spool/asterisk/voicemail/default/103/INBOX/msg0000.txt': [Dec 8<br>
> 15:02:17] VERBOSE[10283] config.c: == Found<br>
> [Dec 8 15:02:17] VERBOSE[10283] file.c: -- <SIP/103-00000784> Playing <a href="mydialer:0300000784">Call</a><br>
> 'vm-message.gsm' (language 'fr')<br>
> [Dec 8 15:02:18] WARNING[10283] file.c: File vm-recieved does not exist in<br>
> any format<br>
> [Dec 8 15:02:18] WARNING[10283] file.c: Unable to open vm-recieved (format<br>
> 0x8 (alaw)): No such file or directory<br>
> [Dec 8 15:02:18] WARNING[10283] say.c: Unable to play message vm-recieved<br>
><br>
><br>
> Strangely, I can't find any line in *.c files containing such "vm-recieved"<br>
> string.<br>
> If I add "ln -s vm-received vm-recieved" in appropriate directory, those<br>
> error messages disappear.<br>
><br>
> Though I've found a work around, I would be very happy to pin point root<br>
> cause but I'm a bit lost in the amount of files in Asterisk code.<br>
<br>
</div></div>Interesting. Grepping for 'recieve' in 1.6.2.0-rc6 gives only two hits:<br>
<br>
1. in the Changelog:<br>
<br>
009-07-27 20:33 +0000 [r209234] David Brooks <<a href="mailto:dbrooks@digium.com">dbrooks@digium.com</a>><br>
<br>
* res/res_jabber.c, main/loader.c, channels/chan_dahdi.c,<br>
channels/chan_vpb.cc, res/res_smdi.c, /,<br>
include/asterisk/module.h, main/features.c, res/res_agi.c: Merged<br>
revisions 209098 via svnmerge from<br>
<a href="https://origsvn.digium.com/svn/asterisk/trunk" target="_blank">https://origsvn.digium.com/svn/asterisk/trunk</a> ........ r209098 |<br>
dbrooks | 2009-07-27 11:33:50 -0500 (Mon, 27 Jul 2009) | 6 lines<br>
Fixing typos. Replaces "recieved" with "received" and "initilize"<br>
with "initialize" (closes issue #15571) Reported by: alecdavis<br></blockquote><div><br>I'm aware of this patch which is (should be) included in 1.6.2-rc2.<br>At the time, I also met this bug (I had to add a symbolic link named vm-recieved to work arount it) but as I was unable to pinpoint root cause (which module was referring to such vm-recieved file), I didn't get anywhere.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
2. in chan_sip.c:<br>
<br>
/* just confirm that we recieved the packet. */<br>
<br>
Have you applied any patches?<br></blockquote><div> </div><div>No, I don't think so ... but I installed asterisk-addons afterwards ...<br>Before that, I also installed spandsp, mISDN, Dahdi-Tools and Dahdi-Linux<br> </div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Another thing to test: where did the string come from at run-time?<br>
<br>
grep vm-recieved /usr/sbin/asterisk /usr/lib/asterisk/modules/*.so<br></blockquote><div><br>The reply to this command is empty !<br>"grep vm-received/usr/lib/asterisk/modules/*.so" replies app_voicemail.so.<br>
<br>The machine from which come the earlier mentioned logs, is in production now and I can't easily change its settings.<br>Fortunately, I've got its installation script and I'm planning to play it on another machine to see if I can reproduce this message ...<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5"><br>
--<br>
Tzafrir Cohen<br>
icq#16849755 <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406 mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a> <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>