mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-08 19:11:20 +00:00
FS-5757 --resolve
Conflicts: src/mod/endpoints/mod_sofia/sofia.c
This commit is contained in:
parent
6a793107df
commit
05811bb085
@ -8702,6 +8702,8 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
|
|||||||
tech_pvt->caller_profile->callee_id_name = switch_core_strdup(tech_pvt->caller_profile->pool, name);
|
tech_pvt->caller_profile->callee_id_name = switch_core_strdup(tech_pvt->caller_profile->pool, name);
|
||||||
tech_pvt->caller_profile->callee_id_number = switch_core_strdup(tech_pvt->caller_profile->pool, num);
|
tech_pvt->caller_profile->callee_id_number = switch_core_strdup(tech_pvt->caller_profile->pool, num);
|
||||||
|
|
||||||
|
tech_pvt->caller_profile->originatee_caller_profile = switch_caller_profile_dup(tech_pvt->caller_profile->pool, bcp->originatee_caller_profile);
|
||||||
|
|
||||||
tech_pvt->caller_profile->destination_number = switch_core_sprintf(tech_pvt->caller_profile->pool,
|
tech_pvt->caller_profile->destination_number = switch_core_sprintf(tech_pvt->caller_profile->pool,
|
||||||
"%sanswer,sofia_sla:%s", codec_str, b_private->uuid);
|
"%sanswer,sofia_sla:%s", codec_str, b_private->uuid);
|
||||||
}
|
}
|
||||||
@ -8730,6 +8732,7 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
|
|||||||
nua_handle_unref(bnh);
|
nua_handle_unref(bnh);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tech_pvt->caller_profile->originator_caller_profile = switch_caller_profile_dup(tech_pvt->caller_profile->pool, orig_cp);
|
||||||
|
|
||||||
|
|
||||||
if (tech_pvt->caller_profile) {
|
if (tech_pvt->caller_profile) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user