Am Turnip
2007-Mar-28 18:16 UTC
[asterisk-users] How to place a call to a Google Talk user?
I am trying to "dial" a GTalk, ie @gmail.com, address. I inscribed this address in jabber.conf on the buddy= line. Upon executing the Dial application, I hear only a brief brief ring, then nothing. What might be the trouble? As the Dial application starts trying, the JABBER chatter on the console includes some "INCOMING" entries that name IP addresses. The one with preference "1" smells like my buddy's internal IP address (it's not on my network); preference "0.9" is my buddy's public IP address: <candidate name="rtp" address="192.168.1.101" port="1534" preference="1" ... type="local" ... <candidate name="rtp" address="xx.xx.xx.xx" port="1535" preference="0.9" ... type="stun" ... <candidate name="rtp" address="216.239.37.126" port="19295" preference="0.5" ... type="relay" ... I turned on "stun debug" and I saw many repetitions of lines like these: STUN Packet, msg Binding Request (0001), length: 36 Found STUN Attribute Username (0006), length 32 STUN Bind Request, username: ... and STUN Packet, msg Binding Response (0101), length: 48 Found STUN Attribute Username (0006), length 32 Found STUN Attribute Mapped Address (0001), length 8 Ignoring STUN attribute Mapped Address (0001), length 8 Dunno what to do with STUN message 0101 (Binding Response) Here is the Asterisk I'm using: *CLI> core show version Asterisk SVN-trunk-r59043 ... on a i686 running Linux on 2007-03-19 21:59:42 UTC How can I troubleshoot it? ___________________________________________________________ Do You Yahoo!? La mejor conexi?n a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
Giorgio Incantalupo
2007-Mar-29 02:15 UTC
[asterisk-users] How to place a call to a Google Talk user?
Hi Am, I've got a similar problem....you mean you can connect and call but hear no sound?? Giorgio Am Turnip wrote:> I am trying to "dial" a GTalk, ie @gmail.com, address. I inscribed this address in jabber.conf on the buddy= line. Upon executing the Dial application, I hear only a brief brief ring, then nothing. What might be the trouble? > > > > As the Dial application starts trying, the JABBER chatter on the console includes some "INCOMING" entries that name IP addresses. The one with preference "1" smells like my buddy's internal IP address (it's not on my network); preference "0.9" is my buddy's public IP address: > > > > <candidate name="rtp" address="192.168.1.101" port="1534" preference="1" ... type="local" ... > > <candidate name="rtp" address="xx.xx.xx.xx" port="1535" preference="0.9" ... type="stun" ... > > <candidate name="rtp" address="216.239.37.126" port="19295" preference="0.5" ... type="relay" ... > > > > I turned on "stun debug" and I saw many repetitions of lines like these: > > STUN Packet, msg Binding Request (0001), length: 36 > Found STUN Attribute Username (0006), length 32 > STUN Bind Request, username: ... > > and > > STUN Packet, msg Binding Response (0101), length: 48 > Found STUN Attribute Username (0006), length 32 > Found STUN Attribute Mapped Address (0001), length 8 > Ignoring STUN attribute Mapped Address (0001), length 8 > Dunno what to do with STUN message 0101 (Binding Response) > > Here is the Asterisk I'm using: > > > > *CLI> core show version > > Asterisk SVN-trunk-r59043 ... on a i686 running Linux on 2007-03-19 21:59:42 UTC > > > > How can I troubleshoot it? > > > > > > > > > ___________________________________________________________ > Do You Yahoo!? > La mejor conexi?n a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >