FS-8140 Fix user_name typo in sofia_handle_sip_i_invite

This commit is contained in:
Artur Zaprzała 2015-05-29 12:58:56 +02:00
parent 2c1ea6bc71
commit 7e2082a55a
1 changed files with 1 additions and 1 deletions

View File

@ -9505,7 +9505,7 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
switch_channel_set_variable(channel, hp->name, hp->value);
}
ruser = switch_event_get_header(v_event, "username");
ruser = switch_event_get_header(v_event, "user_name");
rdomain = switch_event_get_header(v_event, "domain_name");
switch_channel_set_variable(channel, "requested_user_name", ruser);