mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix pnp
This commit is contained in:
@@ -5191,8 +5191,7 @@ static void general_event_handler(switch_event_t *event)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (to_uri && from_uri && ct && es && profile_name && (profile = sofia_glue_find_profile(profile_name))) {
|
||||
if (to_uri && from_uri && ct && es) {
|
||||
sofia_destination_t *dst = NULL;
|
||||
nua_handle_t *nh;
|
||||
char *route_uri = NULL;
|
||||
|
||||
Reference in New Issue
Block a user