dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 290828 via svnmerge from

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: http://svn.digium.com/svn/asterisk/trunk@290830 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
dvossel 2010-10-07 22:38:36 +00:00
parent af525a2c62
commit ec57a8ef47
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ static int gtalk_create_candidates(struct gtalk *client, struct gtalk_pvt *p, ch
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))