Hi James,<br>I tried putting the Wait there but it is still the same too...<br>Thanks alot for your help.<br><br>Pete<br><br><div class="gmail_quote">On Mon, Mar 17, 2008 at 9:04 PM, James Texter III &lt;<a href="mailto:james.texter@gmail.com">james.texter@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Try putting in a wait after you answer. &nbsp;It&#39;s possible the message is<br>
playing before the RTP is setup. &nbsp;I would change your dialplan to be<br>
<br>
exten =&gt; 333,1,Answer()<br>
exten =&gt; 333,n,Wait(1)<br>
exten =&gt; 333,n,Playback(vm-goodbye)<br>
exten =&gt; 333,n,Hangup()<br>
<br>
HTH,<br>
<font color="#888888"><br>
James<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Mar 17, 2008, at 5:47 AM, Anselm Martin Hoffmeister wrote:<br>
<br>
&gt; Am Montag, den 17.03.2008, 15:08 +0800 schrieb Pete Kay:<br>
&gt;&gt; Hi,<br>
&gt;&gt; I am new to Asterisk and I am having a setup problem that I am trying<br>
&gt;&gt; to resolved for the last couple days without any success. &nbsp;I am<br>
&gt;&gt; pretty<br>
&gt;&gt; much desperated on this issue and I don&#39;t know why. &nbsp;Can someone<br>
&gt;&gt; please kindly help me to troubleshoot this? &nbsp;I can&#39;t hear any audio<br>
&gt;&gt; from Asterisk when running Playback or VoiceMail tests.<br>
&gt;<br>
&gt; Dear Pete,<br>
&gt;<br>
&gt; my first idea would be that something with your codecs is borken<br>
&gt; (TM). I<br>
&gt; personally use a setup quite similar to yours, with the one visible<br>
&gt; difference that I also allow the &quot;gsm&quot; codec, owing to the fact that<br>
&gt; at<br>
&gt; least my home-recorded prompts are gsm only. I _guess_ asterisk<br>
&gt; could or<br>
&gt; should handle format conversion from audio files automagically, but<br>
&gt; for<br>
&gt; making sure, please try adding &quot;gsm&quot;, at least for now.<br>
&gt;<br>
&gt; You might also want to setup the<br>
&gt; [sipclient] stanza in sip.conf such that &quot;nat&quot; is set to &quot;no&quot;,<br>
&gt; although<br>
&gt; I do not see why that should break things. Especially as &quot;Echo&quot; works.<br>
&gt;<br>
&gt; The externip is set to your current external IP, right? (Knowing full<br>
&gt; well that some DSL lines get a new IP as often as 6 times a day, or<br>
&gt; as a<br>
&gt; P2P bandwidth countermeasure down to five minute intervals at certain<br>
&gt; restrictive providers once your &quot;fair use&quot; volume is used up). Again<br>
&gt; this should not be the culprit...<br>
&gt;<br>
&gt; Poking with a stick in the swamps, but perhaps hitting the bug :-P<br>
&gt;<br>
&gt; BR<br>
&gt; Anselm<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<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>
 &nbsp; <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>