This commit is contained in:
Raymond Chandler
2013-01-09 18:18:07 -05:00
parent 5ae5803e63
commit c7c4bda847
3 changed files with 49 additions and 39 deletions
+1 -2
View File
@@ -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;