mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
fix OPTIONS
This commit is contained in:
parent
f6f2381a09
commit
62cc1e417b
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ static void process_request_event(void *sal, const belle_sip_request_event_t *ev
|
|||
op->dir=SalOpDirIncoming;
|
||||
sal_op_message_fill_cbs(op);
|
||||
|
||||
} else if (strcmp("OPTION",belle_sip_request_get_method(req))==0) {
|
||||
} else if (strcmp("OPTIONS",belle_sip_request_get_method(req))==0) {
|
||||
resp=belle_sip_response_create_from_request(req,200);
|
||||
belle_sip_provider_send_response(((Sal*)sal)->prov,resp);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit eeaab2239d6545f18d5219b62adda8d1dda3b104
|
||||
Subproject commit a964bf24c47febe55276a8b5ef3e323503c08668
|
||||
Loading…
Add table
Reference in a new issue