Hello, I have a Google Voice phone number and want to connect it to my asterisk box to have calls handled to my SIP account.
When I call the number I receive the correct INCOMING request on Jabber portion of asterisk, but the call is not connected to the gtalk part. JABBER: asterisk INCOMING: <iq from="+ [email protected]/srvres-MTAuMTc2LjEwOC4xNjo5ODQ4" to=" [email protected]/asterisk438D86E0" id="jingle:10.176.108.16-15899749:1:457BCF36" type="set"><ses:session type="initiate" id="[email protected]" initiator="+ [email protected]/srvres-MTAuMTc2LjEwOC4xNjo5ODQ4" xmlns:ses=" http://www.google.com/session"><pho:description xmlns:pho=" http://www.google.com/session/phone"><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=" http://www.google.com/transport/raw-udp"/><transport xmlns=" http://www.google.com/transport/p2p"/></ses:session></iq> No other messages are logged. Where is my mistake? I am using asterisk 1.6.2.7 (Ubuntu packaging) and following there are the relevant files. Thank you Leandro ####### jabber.conf [general] autoregister=yes [asterisk] type=client serverhost=talk.google.com [email protected] secret=********** priority=1 port=5222 usetls=yes usesasl=yes [email protected] status=available ####### gtalk.conf [general] context=default bindaddr=0.0.0.0 allowguest=yes [guest] disallow=all allow=ulaw context=google-in [ldardini] [email protected] disallow=all allow=ulaw context=google-in connection=asterisk ######## extension.ael context google-in { s => { NoOp( Call from Gtalk ); Dial(SIP/************@************,60,r); }; }
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
