]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 31 Mar 2006 21:47:44 +0000 (21:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 31 Mar 2006 21:47:44 +0000 (21:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@998 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 82e086aaa6fa0f44f2d4c4535a12a8c133046bfc..b7deec31c1f4e07885e8df9bbc2442ed9f162d7f 100644 (file)
@@ -1294,6 +1294,7 @@ static ldl_status handle_signalling(ldl_handle_t *handle, ldl_session_t *dlsessi
                                                }
 
                                                tech_pvt->remote_ip = switch_core_session_strdup(session, candidates[x].address);
+                                               ldl_session_set_ip(dlsession, tech_pvt->remote_ip);
                                                tech_pvt->remote_port = candidates[x].port;
                                                tech_pvt->remote_user = switch_core_session_strdup(session, candidates[x].username);