I use Asterisk to make google call out and it failed yesterday at the same time 
my gtalk(jab) in CIM stopped working.
Maybe they are related.

Here is a fix for Asterisk.  Not sure if it helps for CIM.

https://issues.asterisk.org/jira/browse/ASTERISK-18301
"Outgoing calls fail due to protocol change:
redirect node name is changed from "redirect" to "sta:redirect".
Simple change to search string on in chan_gtalk.c fixes it. Tested. See patch."

Index: channels/chan_gtalk.c
===================================================================
--- channels/chan_gtalk.c       (revision 332695)
+++ channels/chan_gtalk.c       (working copy)
@@ -496,7 +496,7 @@
                                break;
                        }
                        if (!strcasecmp(name, "error") &&
-                               (redirect = iks_find_cdata(traversenodes, 
"redirect")) &&
+                               (redirect = iks_find_cdata(traversenodes, 
"sta:redirect")) &&
                                (redirect = strstr(redirect, "xmpp:"))) {
                                redirect += 5;
                                ast_debug(1, "redirect %s\n", redirect);


Thanks,

--Wilson


On Fri, Oct 14, 2011 at 12:20:27PM +0400, Amix wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello All
> Today im having difficulties with google talk.
> My cim4 dont connect to google servers.
> debug file look like :
> 
> <iq type="error" id="4" to="a...@amix.kiev.ua/centerim7CCB8BF6"
> from="amix.kiev.ua"><ite:query
> xmlns:ite="http://jabber.org/protocol/disco#items"/><error code="501"
> type="cancel"><sta:feature-not-implemented
> xmlns:sta="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.18 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iQEcBAEBAgAGBQJOl/DKAAoJEDelZgR9NAwYCSsH/25TYYMXVfvQqCygPqofJ+6f
> WzmgKfXwVfiRMqszNtAZ+rPGfZNdVYOoJ0miysIwBgyPBYc2k8aQYWvKR2EUKpCy
> Sl8H49m5Zj4grweDk3HbowZ+KuIDOH/685aLb7i2cG1qcV2kxIdd/GMkFJm5pHFY
> Y3D87pAZEDM21kCxuvuQWFydtr4u1tltdCy8xPk5Im6X/6MDhVIiGh58y+3BM4y9
> HAbLslOMHanEsqm4hQg6ebZjE4z/dnegUV7NnTTUbwXpkfCstlYAyiYEbzp2iLo1
> jrUeJUMUQgwgHOJ6KO+I5Q60IuUn9HGNVI5Ta0Fs5ikicUFRx4SHbKo+dDDnsZc=
> =830/
> -----END PGP SIGNATURE-----
> 
> 
> -- 
> _______________________________________________
> Centerim-users mailing list
> Centerim-users@centerim.org
> http://centerim.org/mailman/listinfo/centerim-users
> http://www.centerim.org/

-- 
_______________________________________________
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Reply via email to