mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-8140 Fix user_name typo in sofia_handle_sip_i_invite
This commit is contained in:
parent
2c1ea6bc71
commit
7e2082a55a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user