<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 7:17 PM, Patrick Lists <span dir="ltr"><<a href="mailto:asterisk-list@puzzled.xs4all.nl" target="_blank">asterisk-list@puzzled.xs4all.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 11/26/2013 12:24 AM, Doug Lytle wrote:<br>
> Bryant Zimmerman wrote:<br>
>> Hey all<br>
>><br>
>> I believe I found the bug in Asterisk 11.xxx If someone can help me<br>
>> verify it.<br>
><br>
> Actually,<br>
><br>
> I wouldn't consider it a bug.  I've know for years that you need to<br>
> answer a channel before you play back audio or strange things can and<br>
> will happen.<br>
<br>
</div>That's what I do since the 0.x days. IIRC in recent Asterisk versions<br>
some apps answer before doing anything else. Guess the voicemail app is<br>
not one of them. I always answer first followed by a small Wait and then<br>
execute the app.<br>
<br clear="all"></blockquote><div><br></div><div>VoiceMail does automatically Answer a channel.<br><br></div><div>I'm going to guess that you have strictrtp enabled (which it is by default), and that if you cranked up Asterisk verbose logging to at least 4, you'd see something like this at about the time you started hearing audio:<br>
<br>0xYYYYYY - Probation passed - setting RTP source address to xxx.xxx.xxx.xxx<br><br></div></div>Asterisk drops RTP packets until it locks onto an RTP source. It does this to prevent media injection attacks. The default probation period for an RTP source is four packets - you can configure the probationary period as well as whether or not strict RTP checking is enabled in rtp.conf.<br>
<br>Matt<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">-- <br><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Engineering Manager</div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div>
<div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div>
</div></div>