<div dir="ltr">Hi,<div><br></div><div>I&#39;m trying to get Incoming Google Voice calls to ring on my Iaxy. I&#39;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=&quot;I am an asterisk server&quot;</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 =&gt; s,1,NoOp()</div><div> same =&gt; n,Wait(1)</div><div> same =&gt; n,Answer()</div><div> same =&gt; n,SendDTMF(1)</div>
<div> same =&gt; 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>&lt;--- XMPP received from &#39;google&#39; ---&gt;</div>
<div>&lt;iq from=&quot;<a href="http://1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw">1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw</a>&quot; to=&quot;<a href="http://MyUserName@gmail.com/asterisk-x58AEE5FA">MyUserName@gmail.com/asterisk-x58AEE5FA</a>&quot; id=&quot;jingle:10.220.43.131-25905465:1:1A86D7B3&quot; type=&quot;set&quot;&gt;&lt;ses:session type=&quot;initiate&quot; id=&quot;<a href="mailto:SIP1441455106@10.221.8.130">SIP1441455106@10.221.8.130</a>&quot; initiator=&quot;+<a href="http://1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw">1234567@voice.google.com/srvres-MTAuMjIwLjQzLjEzMTo5ODcw</a>&quot; xmlns:ses=&quot;<a href="http://www.google.com/session">http://www.google.com/session</a>&quot;&gt;&lt;pho:description xmlns:pho=&quot;<a href="http://www.google.com/session/phone">http://www.google.com/session/phone</a>&quot;&gt;&lt;pho:payload-type id=&quot;0&quot; name=&quot;PCMU&quot; clockrate=&quot;8000&quot;/&gt;&lt;pho:payload-type id=&quot;101&quot; name=&quot;telephone-event&quot;/&gt;&lt;/pho:description&gt;&lt;transport behind-symmetric-nat=&quot;false&quot; can-receive-from-symmetric-nat=&quot;false&quot; xmlns=&quot;<a href="http://www.google.com/transport/raw-udp">http://www.google.com/transport/raw-udp</a>&quot;/&gt;&lt;transport xmlns=&quot;<a href="http://www.google.com/transport/p2p">http://www.google.com/transport/p2p</a>&quot;/&gt;&lt;/ses:session&gt;&lt;/iq&gt;</div>
<div>&lt;-------------&gt;</div></div><div><br></div><div>Thanks,</div><div>Chris</div></div>