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 <<a href="mailto:james.texter@gmail.com">james.texter@gmail.com</a>> 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. It's possible the message is<br>
playing before the RTP is setup. I would change your dialplan to be<br>
<br>
exten => 333,1,Answer()<br>
exten => 333,n,Wait(1)<br>
exten => 333,n,Playback(vm-goodbye)<br>
exten => 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>
> Am Montag, den 17.03.2008, 15:08 +0800 schrieb Pete Kay:<br>
>> Hi,<br>
>> I am new to Asterisk and I am having a setup problem that I am trying<br>
>> to resolved for the last couple days without any success. I am<br>
>> pretty<br>
>> much desperated on this issue and I don't know why. Can someone<br>
>> please kindly help me to troubleshoot this? I can't hear any audio<br>
>> from Asterisk when running Playback or VoiceMail tests.<br>
><br>
> Dear Pete,<br>
><br>
> my first idea would be that something with your codecs is borken<br>
> (TM). I<br>
> personally use a setup quite similar to yours, with the one visible<br>
> difference that I also allow the "gsm" codec, owing to the fact that<br>
> at<br>
> least my home-recorded prompts are gsm only. I _guess_ asterisk<br>
> could or<br>
> should handle format conversion from audio files automagically, but<br>
> for<br>
> making sure, please try adding "gsm", at least for now.<br>
><br>
> You might also want to setup the<br>
> [sipclient] stanza in sip.conf such that "nat" is set to "no",<br>
> although<br>
> I do not see why that should break things. Especially as "Echo" works.<br>
><br>
> The externip is set to your current external IP, right? (Knowing full<br>
> well that some DSL lines get a new IP as often as 6 times a day, or<br>
> as a<br>
> P2P bandwidth countermeasure down to five minute intervals at certain<br>
> restrictive providers once your "fair use" volume is used up). Again<br>
> this should not be the culprit...<br>
><br>
> Poking with a stick in the swamps, but perhaps hitting the bug :-P<br>
><br>
> BR<br>
> Anselm<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>
> <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>
<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>