mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
update oRTP to fix errors with telephone-event and srtp.
fix sal to get Referred-by header set in INVITEs consecutive to an incoming REFER request.
This commit is contained in:
parent
9d3fb12006
commit
1d144769f8
2 changed files with 4 additions and 4 deletions
|
|
@ -545,10 +545,10 @@ int sal_call(SalOp *op, const char *from, const char *to){
|
|||
sal_op_call_fill_cbs(op);
|
||||
if (op->replaces){
|
||||
belle_sip_message_add_header(BELLE_SIP_MESSAGE(invite),BELLE_SIP_HEADER(op->replaces));
|
||||
if (op->referred_by)
|
||||
belle_sip_message_add_header(BELLE_SIP_MESSAGE(invite),BELLE_SIP_HEADER(op->referred_by));
|
||||
}
|
||||
|
||||
if (op->referred_by)
|
||||
belle_sip_message_add_header(BELLE_SIP_MESSAGE(invite),BELLE_SIP_HEADER(op->referred_by));
|
||||
|
||||
return sal_op_send_request(op,invite);
|
||||
}
|
||||
|
||||
|
|
|
|||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 679d0d325f22ab3670eeee19b3f09d494efe3056
|
||||
Subproject commit bfc4e00cd6b6dd3e6d834ba17c6d0048cc46c280
|
||||
Loading…
Add table
Reference in a new issue