GTalk and asterisk 1.6  已解決??? No Sip
| 本帖最後由 ckleea 於 2010-11-3 19:15 編輯 
 I have tried to add GTalk support to asterisk. It works in my asterisk 1.8 using source code compilation.
 
 For asterisk 1.6, the rpm does not have the library chan_gtalk.so and res_jabber.so.
 
 I compiled source code though it fails for the rpmbuild. But I find that I just need to move the chan_gtalk.so chan_jingle.so & res_jabber.so files to /usr/lib/asterisk/modules.
 Also need to move the compiled binary asterisk files to /usr/sbin
 configure gtalk.conf and jabber.conf
 
 Restart asterisk
 
 Now works for jabber but not sip
  
 
 Finally, I believe it won't work at all in my configuration.
 
 Should upgrade to 1.8 when GUI is working
 
 https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google
 |