Re: [SR-Users] Installing in a non-standard path

2012-04-07 Thread Daniel Gonzalez
Thanks Alex, In my case it is ser.cfg, not kamilio.cfg. I have made a single correction: I have changed this: # -- module loading -- #!ifdef LOCAL_TEST_RUN loadpath "modules:modules_s" #!else loadpath "/usr/lib/ser/modules:/usr/lib/ser/modules_s"

Re: [SR-Users] Installing in a non-standard path

2012-04-07 Thread Alex Balashov
The prefix only specifies the destination for the build targets. As far as things like module paths, they are not affected. You will have to change them manually in kamailio.cfg. However, the good news is that there aren't a whole lot of paths to change; you really only need to change it in kam

[SR-Users] Installing in a non-standard path

2012-04-07 Thread Daniel Gonzalez
Hello, This is my first message to this list. I have installed sip-router as follows (my system is Ubuntu 10.04):     cd /tmp     git clone --depth 1 git://git.sip-router.org/sip-router sip-router     cd sip-router     git checkout -b 3.1 origin/3.1     local prefix=/tmp/my/very/strange/path    

Re: [SR-Users] to tag not correctly inserted in rtpproxy command with kamailio 3.2.2

2012-04-07 Thread Jan Klepal
Hello, On Friday 23 of March 2012 12:57:05 Daniel-Constantin Mierla wrote: Hello, can you get latest version from git branch 3.2 and try again? It was a fix for timeout socket, but it broke the issue you reported. I hope is fixed properly now: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip