[Opalvoip-devel] opal 3.16.2 msrp (rfc-4975)
Brought to you by:
csoutheren,
rjongbloed
From: Igor D. <id...@li...> - 2016-10-04 16:34:56
|
Hello! I use opal 3.16.2 I create the application for operation according to the msrp protocol, IM-messenger via MSRP and SIP. First question: Where I can look at an example of work on msrp via sip? In my app I create sip endpoint (SIPEndPoint) and im endpoint (OpalIMEndPoint). My client generate SIP Invite and inside them sdp-message, but field "m" is wrong: === .. m=message 2855 TCP/MSRP ... === Second question: why there is no symbol * at the end of the line? In my app create IMMSRPMediaFormat (msrp.cxx), and OpalMediaFormat (mediafmt.cxx). Param "en" (param "rtpEncodingName" in OpalMediaFormatInternal) in constructor is "+". Why " + " and not " * " ? Thanks! WBR, Igor |