Hi, Just checked in a workaround to SVN trunk (r3256) and also created ticket #1105. The workaround in r3256 will force SDP parser to get the address part only and ignore the subfields. Thanks for the report. BR, nanang On Tue, Aug 3, 2010 at 3:17 PM, Simon Bolten <sbolten at lumino.de> wrote: > Hello Everyone, > > > > I have to create a SIP-Client using PJSIP-Stack. > > A first program like simple_pjsua works fine to connect/register to the > given SIP-Server. > > But there are problems by receiving an INVITE-Block with message-body, which > contains the following line: > > > > c=IN IP4 225.1.1.1/2 > > > > The specified connection address is a multicast address with TTL-Info. > > The error reported by pjsua is PJMEDIA_EINVALIDIP after calling > pj_sockaddr_init in the method pjmedia_stream_info_from_sdp (line 262 in > session.c). > > Is the PJSIP-Stack not compatble with this SDP-Feature. Is there a > workaround? > > > > Thanks > > Simon > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >