On Wed, 2012-09-12 at 00:01 -0500, Vladimir Mikhelson wrote: > Hans, > > I did not try 10 or 11 as I run 1.8.15. Following are the related > conf files. > > gtalk.conf > > [General] > context = default > allowguest = yes ; Required if you want to accept calls > from people Not on your contact list. > bindaddr=<private IP> ;; These two settings are very critical for > getting > externip=<public IP> ;; gtalk audio with Asterisk server behind > NAT > disallow=all > allow=ulaw > > [guest] ;;special account for options on > guest account > disallow=all > allow=ulaw > context=from-trunk > connection=<Jab01> > > jabber.conf > > [general] > debug=no ;;Turn on debugging by default. > autoprune=no ;;Auto remove users from buddy list. > autoregister=yes ;;Auto register users from buddy list. > > [Jab01] ;; Label > type = client ;; Client or Component connection > serverhost = talk.google.com > ;; Route to server > username = [email protected]>/asterisk ;; Username with > optional resource. > secret = <Google password> > ;; Password > priority = 1 ;; Resource priority > port = 5222 ;; Port to use, defaults to 5222 > usetls = yes ;; TLS is required by talk.google.com, > you'll get a 'socket read error' without > usesasl = yes ;; Use sasl or not > timeout=100 ;; Timeout on the message stack > status=available ;; One of: chat, available, away, > xaway, or dnd > statusmessage = "Connected via Asterisk" ;; Custom status message > > [Jab02] > type = client > serverhost = talk.google.com > username = [email protected]/asterisk > secret = <Google password 2> > priority = 1 ;; Resource priority > port = 5222 ;;Port to use, defaults to 5222 > usetls = yes ;;TLS is required by talk.google.com, > you'll get a 'socket read error' without > usesasl = yes ;;Use sasl or not > buddy=<Buddy1>@gmail.com ;;Manual addition of buddy to list. > buddy=<Buddy2>@gmail.com ;;Manual addition of buddy to list. > timeout=100 > status=available > statusmessage = "Connected via Asterisk" > > [Jab03] > > [Jab04] > > and so on. > > Reagrds, > Vladimir >
Thanks Vladimir, Will digg up an 1.8 machine and give it a try! afaics the only diference is that i am using a local xmpp server (ejabberd) instead of google, but that should only make things easier i think... Hans -- _____________________________________________________________________ -- 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
