Displaying 1 result from an estimated 1 matches for "invoxgtalk".
2009 Nov 30
0
Gtalk Asterisk integration
...m Google Talk)
exten => s,n,Set(CALLERID(name)="From Google Talk")
exten => s,n,Dial(SIP/1000,20,r)
exten => s,n,Hangup()
;Outgoing
exten => 100,1,JabberStatus(google,YYYY at gmail.com,STATUS)
exten => 100,n,NoOp(Jabber Status=${STATUS})
exten => 100,n,Dial(Gtalk/google/invoxgtalk at gmail.com/Talk)
exten => 100,n,Hangup()
# /etc/asterisk/rtp.conf
rtpstart=1650
rtpend=4560
ports opened on the router
tcp 443 -incoming, outgoing
tcp 5222-incoming,outgoing
udp- all open incoming, outgoing
-> i am able to call from my external gtalk client to the server configured...