Added org.linphone.specs to contact params

This commit is contained in:
Sylvain Berfini 2017-12-11 16:55:37 +01:00
parent 53fc3d1d00
commit bf2a9ade1b

View file

@ -784,6 +784,9 @@ belle_sip_header_contact_t *SalOp::create_contact() {
}
}
}
if (belle_sip_parameters_has_parameter(BELLE_SIP_PARAMETERS(contact_header),"+org.linphone.specs")==0){
belle_sip_parameters_set_parameter(BELLE_SIP_PARAMETERS(contact_header),"+org.linphone.specs","groupchat");
}
return contact_header;
}