dwa<br><br>As part of the troubleshooting I updated all of the asterisk packages from the repo with yum.  I&#39;m using freepbx distro (centos based) with asterisk 1.8  There were several newer asterisk 1.8 packages available.  I&#39;m not using any custom modules in freepbx.  After the updates, I restarted asterisk with core restart now but this hasn&#39;t helped.<br>
<br>I&#39;m sure it&#39;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&#39;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">&lt;<a href="mailto:daibel@pervasivetelecom.com">daibel@pervasivetelecom.com</a>&gt;</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 &lt;<a href="mailto:whitehat238@gmail.com">whitehat238@gmail.com</a>&gt; wrote:<br>

&gt; When a caller calls my google voice phone number, I must answer, wait and<br>
&gt; press one to accept.  Sometimes even that does not work.<br>
&gt;<br>
&gt;<br>
</div><div class="im">&gt; I just need a little advice on how to write the dial plan.  I still have<br>
&gt; much to learn about asterisk, and appreciate any advice.<br>
&gt;<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 =&gt; s,1,Answer()<br>
exten =&gt; s,n,Wait(5)<br>
exten =&gt; s,n,SendDTMF(1)<br>
<br>
exten =&gt; s,n,Dial(SIP/Ciscofficephone,10)<br>
exten =&gt; s,n,Playback(vm-nobodyavail)<br>
exten =&gt; s,n,Playback(vm-pls-try-again)<br>
same =&gt; 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>