Hi Alexandre, the current GIT-version contains some more modifications regarding timeout sockets. That is the reason why the patch does not work anymore. I will need to review the code and adapt my patch accordingly. I will do so later.
Carsten 2011/2/2 Alexandre Abreu <[email protected]>: > Hi Carsten, > > The stable version of RTPProxy is indeed 1.2.1. In this version, there is no > file 'rtpp_notify.c' so I think the patch is really for git-version. Maybe > the original patch was made regarding to an earlier git commit. > > Thanks, > Alexandre > > -----Mensagem original----- > De: [email protected] [mailto:[email protected]] Em nome > de Carsten Bock > Enviada em: quarta-feira, 2 de fevereiro de 2011 06:02 > Para: Alexandre Abreu > Cc: RTPproxy Development > Assunto: Re: RTPPROXY timeout patch. > > Hi Alexandre, > > the patch was for the stable version of RTP-Proxy (1.2.1?). I will review > the patch for the git-version. > I am a little busy at the moment (business travel), so i can first do this > on friday or next week. > > Kind regards, > Carsten > > P.S.: Please always CC the list. > > 2011/2/1 Alexandre Abreu <[email protected]>: >> Hi Carsten, >> >> >> >> I am testing the new RTPProxy timeout feature in Kamailio (GIT version). >> >> >> >> Got the rtpproxy from GIT: >> >> git clone git://sippy.git.sourceforge.net/gitroot/sippy/rtpproxy >> >> >> >> I applied the patch: >> >> [root@devel rtpproxy]# patch < rtpproxy.patch >> >> patching file Makefile.am >> >> Hunk #1 FAILED at 4. >> >> 1 out of 1 hunk FAILED -- saving rejects to file Makefile.am.rej >> >> patching file config.h.in >> >> patching file configure.ac >> >> patching file rtpp_command.c >> >> Hunk #1 succeeded at 54 (offset 2 lines). >> >> Hunk #3 succeeded at 272 (offset 2 lines). >> >> Hunk #4 succeeded at 315 with fuzz 2. >> >> Hunk #5 FAILED at 466. >> >> Hunk #6 FAILED at 961. >> >> 2 out of 6 hunks FAILED -- saving rejects to file rtpp_command.c.rej >> >> patching file rtpp_notify.c >> >> Hunk #1 FAILED at 38. >> >> Hunk #2 succeeded at 263 (offset 78 lines). >> >> misordered hunks! output would be garbled >> >> Hunk #4 FAILED at 250. >> >> Hunk #5 FAILED at 337. >> >> 3 out of 5 hunks FAILED -- saving rejects to file rtpp_notify.c.rej >> >> patching file rtpp_notify.h >> >> Hunk #1 succeeded at 39 with fuzz 2 (offset 8 lines). >> >> patching file rtpp_session.c >> >> patching file rtpp_session.h >> >> >> >> As you see, not so clean but the files were patched. >> >> >> >> On CentOS 5, I can’t find the LIBXMLRPC through YUM/RPM, so I compiled >> xmlrpc-c-1.06.41.tgz by hand: >> >> >> >> ./configure –prefix=/usr && make && make install >> >> AND ./configure && make && make install >> >> With that, the headers are both on /usr/lib/include and >> /usr/local/lib/include (I did that just to be sure that the config >> wasn’t looking at the wrong place). >> >> >> >> xmlrpc_abyss.h >> >> xmlrpc_cgi.h >> >> XmlRpcCpp.h >> >> xmlrpc_server.h >> >> xmlrpc_client.h >> >> xmlrpc.h >> >> xmlrpc_server_w32httpsys.h >> >> >> >> The configure script from patched RTPPROXY doesn’t _try_ to find the >> LIBXMLRPC (there’s no reference in config.log) and therefore my >> rtpproxy doesn’t have the support for the timeout notification. >> >> >> >> Any comment on what could be wrong? >> >> >> >> Alexandre > > > > -- > Carsten Bock > Schomburgstr. 80 > 22767 Hamburg > Germany > > Mobile +49 179 2021244 > Home +49 40 34927217 > Büro (Verl) +49 5246 801427 > Fax +49 40 34927218 > mailto:[email protected] > > -- Carsten Bock Schomburgstr. 80 22767 Hamburg Germany Mobile +49 179 2021244 Home +49 40 34927217 Büro (Verl) +49 5246 801427 Fax +49 40 34927218 mailto:[email protected] _______________________________________________ Devel mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/devel
