linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Linphone iOS Can't Get Custom Header from SIP


From: astuter
Subject: Re: [Linphone-developers] Linphone iOS Can't Get Custom Header from SIP INVITE
Date: Mon, 14 Mar 2016 04:31:22 -0700 (MST)

You can try something like this:

        const LinphoneCallParams *params =
linphone_call_get_remote_params(call);
        const char *custom_header =
linphone_call_params_get_custom_header(params, [@"Custom_header_key"
UTF8String]);
        
        NSLog(@"Custom_header_key = %s", custom_header);

I have used above code to get custom header from incoming call. 




--
View this message in context: 
http://nongnu.13855.n7.nabble.com/Linphone-iOS-Can-t-Get-Custom-Header-from-SIP-INVITE-tp186694p209820.html
Sent from the linphone-developers mailing list archive at Nabble.com.



reply via email to

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