linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone does not send Accept header with SUBSCRIBE


From: John
Subject: Re: [Linphone-users] Linphone does not send Accept header with SUBSCRIBE request
Date: Fri, 13 Dec 2013 16:28:07 -0500

On Thu, Dec 12, 2013 at 7:46 PM, Aymeric Moizard <address@hidden> wrote:
Hi John,

The bug tracker is not much used but you have an answer fast!
You email to address@hidden was also discarded, I guess you
didn't register to the mailing list before.


The Accept header should be added by linphone between
eXosip_subscribe_build_initial_request and eXosip_subscribe_send_initial_request:

1/step 1:
eXosip_subscribe_build_initial_request (&subscribe, url, identity, proxy_route, event, expires);

2/step2:
osip_message_set_header (subscribe, "Accept", "application/pidf+xml");

3/step3:
eXosip_subscribe_send_initial_request(subscribe);

Regards
Aymeric

Aymeric,

Thanks for the quick response and fix.

I can patch and recompile myself, but is there somewhere to report this as a bug to the Linphone developers so it could be worked into future versions or is the mailing list the only place?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]