https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r290828 | dvossel | 2010-10-07 16:44:58 -0500 (Thu, 07 Oct 2010) | 5 lines
Outbound gtalk calls now work correctly.
There was a problem with how the candidates were being
built on an outbound call. This patch fixes that.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@290830
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
iks_insert_node(gtalk,candidate);
} else {
iks_insert_node(gtalk,transport);
- iks_insert_node(transport, candidate);
+ iks_insert_node(gtalk,candidate);
}
for (; p; p = p->next) {
if (!strcasecmp(p->sid, sid))