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:
Simon Morlat 2013-08-08 13:05:05 +02:00
parent 9d3fb12006
commit 1d144769f8
2 changed files with 4 additions and 4 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit 679d0d325f22ab3670eeee19b3f09d494efe3056
Subproject commit bfc4e00cd6b6dd3e6d834ba17c6d0048cc46c280