tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10067 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
031757e950
commit
622cc92304
|
@ -870,7 +870,7 @@ switch_status_t sofia_glue_tech_proxy_remote_addr(private_object_t *tech_pvt)
|
|||
}
|
||||
}
|
||||
|
||||
if (rip && rp && switch_rtp_ready(tech_pvt->rtp_session)) {
|
||||
if (*rip && *rp && switch_rtp_ready(tech_pvt->rtp_session)) {
|
||||
char *remote_host = switch_rtp_get_remote_host(tech_pvt->rtp_session);
|
||||
switch_port_t remote_port = switch_rtp_get_remote_port(tech_pvt->rtp_session), rpi = (switch_port_t) atoi(rp);
|
||||
|
||||
|
|
Loading…
Reference in New Issue