Hi,
I am here again.
I now re-built ser from unstable branch (at least I believe so) to get rid of a potential versioning problem with rtpproxy. I used the cvs commands: - CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser - export CVSROOT - cvs login - cvs co sip_router
After successful compiling and restart of ser I still have my problem "rtpproxy: command syntax error" whenever force_rtp_proxy() is called.
Now I have some doubts if I am really using unstable ser. How can I verify this? The server signature still is: Sip EXpress router (0.8.12-tcp_nonb (i386/linux))
Any help appreciated.
Franz
unstable: /usr/local/sbin/ser -V version: ser 0.8.13-dev-23-merged (i386/linux)
looks like you are still using an old version?
I'm using 0.8.12 stable (from cvs) successfully with rtpproxy (version 20040107).
I can also see the socket: unix 2 [ ACC ] STREAM LISTENING 33802701 /var/run/rtpproxy.sock
using unstable ser requires current cvs rtpproxy
regards, klaus
Franz Edler wrote:
Hi,
I am here again.
I now re-built ser from unstable branch (at least I believe so) to get rid of a potential versioning problem with rtpproxy. I used the cvs commands:
- CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser
- export CVSROOT
- cvs login
- cvs co sip_router
After successful compiling and restart of ser I still have my problem "rtpproxy: command syntax error" whenever force_rtp_proxy() is called.
Now I have some doubts if I am really using unstable ser. How can I verify this? The server signature still is: Sip EXpress router (0.8.12-tcp_nonb (i386/linux))
Any help appreciated.
Franz
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On May 23, 2004 at 17:22, Franz Edler franz.edler@utanet.at wrote:
Hi,
I am here again.
I now re-built ser from unstable branch (at least I believe so) to get rid of a potential versioning problem with rtpproxy. I used the cvs commands:
- CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser
- export CVSROOT
- cvs login
- cvs co sip_router
After successful compiling and restart of ser I still have my problem "rtpproxy: command syntax error" whenever force_rtp_proxy() is called.
Now I have some doubts if I am really using unstable ser. How can I verify this? The server signature still is: Sip EXpress router (0.8.12-tcp_nonb (i386/linux))
You are using still latest stable cvs. Are you you didn't have an old stable copy arround when you did the checkout? The unstable version is 0.8.12-dev-something. You could try cvs co -rHEAD sip_router .
Andrei