Hi,

You will probably need to include NUTAG_MEDIA_ENABLE(0) tag in order
to disable default SDP of the media engine and use your own SDP
parameters, for instance:

char const *your_sdp_body = "your sdp parameters here";

nua_invite(op_handle,
                 NUTAG_AUTOACK(0),
                 NUTAG_MEDIA_ENABLE(0),
                 SIPTAG_CONTENT_TYPE_STR("application/sdp"),
                 SIPTAG_PAYLOAD_STR(your_sdp_body),
                 TAG_END());

BR

Tan

On Tue, Sep 16, 2008 at 2:57 PM, vijay raju <[EMAIL PROTECTED]> wrote:
>
>  Hi All,
>
>    I am running Sofia SIP stack on IP address say x.x.x.x and i would like
> to set
>    INVITE message SDP's C line address as y.y.y.y.
>
>    I had tried using SOATAG_USER_SDP_STR(), but it does not reflect in the
> SDP.
>
>    Is this is a bug in the Sofia SIP stack functionality ?
>
>  Regards,
>    Vijay
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>
>



-- 
Best Regards
Tan Miaoqing
Software engineer, Maemo Software
Nokia Devices R&D
http://users.tkk.fi/~mitan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to