linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Mismatch id


From: Simon Morlat
Subject: Re: [Linphone-developers] Mismatch id
Date: Wed, 2 Sep 2009 11:56:51 +0200
User-agent: KMail/1.11.4 (Linux/2.6.30-1-amd64; KDE/4.2.4; x86_64; ; )

Hi Salavatore,

Thank you for reporting.
I fixed this bug a few weeks ago in svn/git trees.

Simon

Le mercredi 2 septembre 2009 10:22:42, Salvatore Benedetto a écrit :
> Hi Simon,
>
> I'm using linphone-3.1.2 and I don't know if this has already been fixed,
> but there is a mismatch id in the methods of the rtpsender.
>
> In the file
>
> mediastreamer2/include/mediastreamer2/msrtp.h
>
> the following define
>
> #define MS_RTP_SEND_SET_RELAY_SESSION_ID
> MS_FILTER_METHOD(MS_RTP_RECV_ID, 5, const char *)
>
> should be
>
> #define MS_RTP_SEND_SET_RELAY_SESSION_ID
> MS_FILTER_METHOD(MS_RTP_SEND_ID,5,const char *)
>
> and MS_RTP_SEND_SET_RELAY_SESSION_ID is a sender method, not a receiver.
>
> Keep up the good work.
>
> Regards,
> S.
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]