<div dir="ltr">Hi,<div><br></div><div>I'm trying to get Incoming Google Voice calls to ring on my Iaxy. I'm using Asterisk 11.0.1. Based on the the following configurations can someone help me figure out why incoming Google voice calls are not ringing on the Iaxy?</div>
<div><br></div><div># Relevant rtf.conf section</div><div>[general]</div><div><div>rtpstart=10000</div><div>rtpend=20000</div></div><div>icesupport=true<br></div><div><br></div><div># Relevant motif.conf section</div><div>
<div>[google]</div><div>context=incoming-motif</div><div>disallow=all</div><div>allow=ulaw</div><div>connection=google</div></div><div><br></div><div># Relevant xmpp.conf section</div><div><div>[google]</div><div>type=client</div>
<div>serverhost=<a href="http://talk.google.com">talk.google.com</a></div><div>username=<a href="mailto:MyUserName@gmail.com">MyUserName@gmail.com</a></div><div>secret=MyPassword</div><div>priority=1</div><div>port=5222</div>
<div>usetls=yes</div><div>usesasl=yes</div><div>status=available</div><div>statusmessage="I am an asterisk server"</div><div>timeout=5</div></div><div><br></div><div>#Relevant iax.conf section</div><div><div>[iaxy]</div>
<div>type=friend</div><div>username=iaxy</div><div>host=dynamic<br></div><div>secret=IaxyPassword</div><div>context=default<br></div><div>disallow=all</div><div>allow=ulaw</div><div>requirecalltoken=no</div><div>trunk=no</div>
</div><div><br></div><div># Relevant extensions.conf section</div><div><div>[incoming-motif]</div><div>exten => s,1,NoOp()</div><div> same => n,Wait(1)</div><div> same => n,Answer()</div><div> same => n,SendDTMF(1)</div>
<div> same => n,Dial(IAX2/iaxy)</div></div><div><div><br></div><div>When I enable debug in xmpp.conf and receive an incoming Google Voice call, I see the following:<br></div></div><div><br></div><div><div><--- XMPP received from 'google' ---></div>
<div><iq from="<a href="http://1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw">1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw</a>" to="<a href="http://MyUserName@gmail.com/asterisk-x58AEE5FA">MyUserName@gmail.com/asterisk-x58AEE5FA</a>" id="jingle:10.220.43.131-25905465:1:1A86D7B3" type="set"><ses:session type="initiate" id="<a href="mailto:SIP1441455106@10.221.8.130">SIP1441455106@10.221.8.130</a>" initiator="+<a href="http://1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw">1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw</a>" xmlns:ses="<a href="http://www.google.com/session">http://www.google.com/session</a>"><pho:description xmlns:pho="<a href="http://www.google.com/session/phone">http://www.google.com/session/phone</a>"><pho:payload-type id="0" name="PCMU" clockrate="8000"/><pho:payload-type id="101" name="telephone-event"/></pho:description><transport behind-symmetric-nat="false" can-receive-from-symmetric-nat="false" xmlns="<a href="http://www.google.com/transport/raw-udp">http://www.google.com/transport/raw-udp</a>"/><transport xmlns="<a href="http://www.google.com/transport/p2p">http://www.google.com/transport/p2p</a>"/></ses:session></iq></div>
<div><-------------></div></div><div><br></div><div>Thanks,</div><div>Chris</div></div>