2009/2/27 Jerry Richards <jer...@tonecommander.com>: > When my application specifies the SDP in the SOATAG_USER_SDP(), I noticed > sofia-sip sometimes reorders the lines of the SDP in the message that is > actually transmitted. Do you know why this is? Does the order matter?
The order matters - the order of m= lines should be same in answer as it is in offer. Sofia SIP tries to reorder your user SDP so that the m= lines on answer match those on offer, like, if you support audio and video, but offer contains m=image m=video m=audio dummy image line is generated and your video line is before the audio line. You can change the behaviour with SOATAG_ORDERED_USER(). -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel