Hey Josh,<br><br>I&#39;ve messed with the google voice account settings extensively.<br><br>As of now, in Google voice account settings I have.<br><br>Voice tab:  forward calls to Google chat checked.  Nothing else is checked.<br>
<br>Calls tab:  call screening is off.  On incoming call, display callers number.  On Caller ID outing.  Don&#39;t change anything is selected.  Do not disturb is disabled.  Nothing else is checked (enabled)<br><br>The behavior is that the call comes in, and asterisk rings extension 7008, but I never here the prompt by Google to press one to accept the call.  It either isn&#39;t played, isn&#39;t recognized, by Google when asterisk sends the DTMF 1, or it&#39;s played before I answer the extension and I don&#39;t hear it because the audio streams were not connected when it was played.  If I answer extension 7008, and then press 1 (full one second press of the button) then most of the time it will connect the call.  Sometimes I have to press 1 two or three times before it will connect, and rarely, it won&#39;t connect at all, even with the key presses.<br>
<br>As part of the troubleshooting I have removed all other Google voice accounts in extensions_additional.conf, and left only the whitehat238 gvoice connection.<br><br>Now the prompt is never played but the key press is still required as if it were.<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>