dwa<br><br>As part of the troubleshooting I updated all of the asterisk packages from the repo with yum. I'm using freepbx distro (centos based) with asterisk 1.8 There were several newer asterisk 1.8 packages available. I'm not using any custom modules in freepbx. After the updates, I restarted asterisk with core restart now but this hasn't helped.<br>
<br>I'm sure it's a dial plan configuration issue.<br><br>Would you be willing to post sanitized versions of your jabber.conf, gtalk.conf and details regarding the context you're using and how your inbound route is configured in your dial plan?<br>
<br>Are you using STUN? Is Asterisk behind a NAT device or on a public IP?<br><br>Thanks<br><br><div class="gmail_quote">On Tue, Dec 6, 2011 at 10:36 AM, Dave Aibel <span dir="ltr"><<a href="mailto:daibel@pervasivetelecom.com">daibel@pervasivetelecom.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sat, Dec 3, 2011 at 12:59 AM, white hat <<a href="mailto:whitehat238@gmail.com">whitehat238@gmail.com</a>> wrote:<br>
> When a caller calls my google voice phone number, I must answer, wait and<br>
> press one to accept. Sometimes even that does not work.<br>
><br>
><br>
</div><div class="im">> I just need a little advice on how to write the dial plan. I still have<br>
> much to learn about asterisk, and appreciate any advice.<br>
><br>
<br>
<br>
</div>Geez,<br>
<br>
Maybe I am just brute forcing it, but, the following dialplan seems to<br>
work (at least, most of the time!):<br>
<br>
[gtalk_incoming]<br>
<br>
exten => s,1,Answer()<br>
exten => s,n,Wait(5)<br>
exten => s,n,SendDTMF(1)<br>
<br>
exten => s,n,Dial(SIP/Ciscofficephone,10)<br>
exten => s,n,Playback(vm-nobodyavail)<br>
exten => s,n,Playback(vm-pls-try-again)<br>
same => n,Hangup()<br>
<br>
HTH,<br>
<br>
dwa<br>
<br>
<a href="mailto:daibel@pervasivetelcom.com">daibel@pervasivetelcom.com</a><br>
<font color="#888888"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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>
</font></blockquote></div><br>