mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
check content disposition at right place
This commit is contained in:
parent
1394899408
commit
565c0899b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2163,7 +2163,7 @@ static void linphone_core_internal_notify_received(LinphoneCore *lc, LinphoneEve
|
|||
}
|
||||
|
||||
static void _linphone_core_conference_subscribe_received(LinphoneCore *lc, LinphoneEvent *lev, const LinphoneContent *body) {
|
||||
if (body && linphone_content_get_custom_header(body, "Content-Disposition") && strcasecmp(linphone_content_get_custom_header(body, "Content-Disposition"), "recipient-list") == 0) {
|
||||
if (body && linphone_event_get_custom_header(body, "Content-Disposition") && strcasecmp(linphone_event_get_custom_header(body, "Content-Disposition"), "recipient-list") == 0) {
|
||||
// List subscription
|
||||
L_GET_PRIVATE_FROM_C_OBJECT(lc)->localListEventHandler->subscribeReceived(lev, body);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue