git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5298
d0543943-73ff-0310-b7d9-
9358b9ac24b2
}
return;
}
+ switch_channel_set_variable(channel, "sip_authorized", "true");
}
if (!(session = switch_core_session_request(&sofia_endpoint_interface, NULL))) {
get_addr(network_ip, sizeof(network_ip), &((struct sockaddr_in *) msg_addrinfo(nua_current_request(nua))->ai_addr)->sin_addr);
channel = switch_core_session_get_channel(session);
- switch_channel_set_variable(channel, "sip_authorized", "true");
+
+
if (v_event) {