<div class="gmail_quote">On Wed, Jun 20, 2012 at 12:14 PM, Warren Selby <span dir="ltr">&lt;<a href="mailto:wcselby@selbytech.com" target="_blank">wcselby@selbytech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As you said, GV and asterisk integration is unstable at best.  I haven&#39;t worked with it in a while, to be honest.  But, with all that being said, I&#39;m not opposed to popping my GV test box back online and helping to troubleshoot.  Why don&#39;t you start by giving us the contents of the gtalk.conf and jabber.conf files, the incoming dialplan snippet from extensions.conf for the google voice calls, and the CLI output with verbosity set to at least 6 of both a successful incoming call and a failed incoming call.  There&#39;s a debug option of jabber also, if you can have that enabled when you make the calls, that would be very helpful as well. <br>
</blockquote><br>For the number that is not working there is no jabber debug output and nothing shows up on the console.  That leads me to believe that Google isn&#39;t sending the call to my box at all.<br><br>Here&#39;s my gtalk:<br>
<br>[general]<br>context=incoming<br>allowguest=yes<br>bindaddr=0.0.0.0<br><br>[guest]<br>disallow=all<br>allow=ulaw<br>context=from-googlevoice<br>connection=tcg-asterisk<br><br>And my jabber.conf:<br><br>[general]<br>autoregister=yes<br>
<br>[tcg-asterisk]<br>type=client<br>serverhost=<a href="http://talk.google.com">talk.google.com</a><br>username=<a href="http://my_username@gmail.com/Talk">my_username@gmail.com/Talk</a><br>secret=deleted<br>port=5222<br>
usetls=yes<br>usesasl=yes<br>statusmessage=&quot;Connected via Asterisk&quot;<br>timeout=100<br><br>[seg-asterisk]<br>type=client<br>serverhost=<a href="http://talk.google.com">talk.google.com</a><br>username=<a href="http://my_wifes_username@gmail.com/Talk">my_wifes_username@gmail.com/Talk</a><br>
secret=deleted<br>port=5222<br>usetls=yes<br>usesasl=yes<br>statusmessage=&quot;Connected via Asterisk&quot;<br>timeout=100<br><br clear="all"></div>extensions.conf:<br><br>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<br>
; Googlevoice incoming<br>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<br>[from-googlevoice] ;{{{<br><br>  ; Google uses call screening even if you have it disabled in your<br>  ; GoogleVoice profile.  These next two lines sleep for a couple of seconds<br>
  ; and then sends a DTMF 1 digit to accept the call.<br>  exten =&gt; s,1,Wait(2)<br>  exten =&gt; s,n,SendDTMF(1)<br><br>  ; Fix Google&#39;s crazy caller id string by cutting at the @ and then trim<br>  ; off the leading +1. <br>
  exten =&gt; s,n,Set(crazygooglecid=${CALLERID(name)})<br>  exten =&gt; s,n,Set(stripcrazysuffix=${CUT(crazygooglecid,@,1)})<br>  exten =&gt; s,n,Set(CALLERID(all)=${stripcrazysuffix:2})<br><br>  ; Send all incoming calls to [incoming] context<br>
  exten =&gt; s,n,Goto(incoming,s,1)<br>;}}}<br><br>-- <br>Chris<br>