2008/2/27, Rajat Dudeja <[EMAIL PROTECTED]>:
>  I'm using sofsip-cli-0.13 and sofia-sip-1.12.8 and facing following
> problems with them:
>
>  1. I need to disable Content Dispostion field in my INVITE messages. I
> tried setting SIPTAG_CONTENT_DISPOSITION_STR(NULL) in
> nua_invite() but it does seem to be working and Content Disposition is still
> set to "session"
>
>  2. By default, Content Type is set to "application/sdp". I want to use
> "multipart/mixed; boundary = unique-boundary-1" , for this I tried setting
> SIPTAG_CONTENT_TYPE_STR in nua_invite() with the required value. Yet,
> Content Type is still set to the default value.

MIME is not supported particularly well. You have to disable the
built-in SDP O/A stuff with NUTAG_ENABLE_MEDIA(0) in order to use
anything but SDP (and then you have to do all the SDP-related stuff in
application).

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to