Hello Daniel
Thanks for your response, can you explain to me how to apply this latest branch?
Thanks again! Phillip
Hello,
ok, apparently there was an issue introduced by addition of outbound handling in rr module affecting strict routing. It was fixed in trunk by Peter Dunkley but not backported. I just did it:
- http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eb6d92a...
Can you try with latest branch 4.0?
It will be part of 4.0.2 which is planned for mid of next week.
Cheers, Daniel
Hello,
you have to install from sources, a tutorial is available at: - http://www.kamailio.org/wiki/install/4.0.x/git
If you installed from debian nightly builds of stable branch, you have to wait for overnight to be built again: - http://www.kamailio.org/wiki/packages/debs#kamailio_40_development
Or you can build your own debs: - http://www.kamailio.org/wiki/install/4.0.x/debian
Cheers, Daniel
On 6/7/13 11:51 AM, phillman25 wrote:
Hello Daniel
Thanks for your response, can you explain to me how to apply this latest branch?
Thanks again! Phillip
Hello,
ok, apparently there was an issue introduced by addition of outbound handling in rr module affecting strict routing. It was fixed in trunk by Peter Dunkley but not backported. I just did it:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eb6d92a...
Can you try with latest branch 4.0?
It will be part of 4.0.2 which is planned for mid of next week.
Cheers, Daniel
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On Friday 07 June 2013 13:25:50 Daniel-Constantin Mierla wrote:
you have to install from sources, a tutorial is available at:
Doesn't work for me.
$ git --version git version 1.7.10.4
$ git checkout -b 4.0 origin/4.0 fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout 'origin/4.0' which can not be resolved as commit?
But found out the following command is needed:
$ git remote update
$ git checkout -b 4.0 origin/4.0 Branch 4.0 set up to track remote branch 4.0 from origin. Switched to a new branch '4.0'
On 6/7/13 2:38 PM, Daniel Tryba wrote:
On Friday 07 June 2013 13:25:50 Daniel-Constantin Mierla wrote:
you have to install from sources, a tutorial is available at:
Doesn't work for me.
$ git --version git version 1.7.10.4
$ git checkout -b 4.0 origin/4.0 fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout 'origin/4.0' which can not be resolved as commit?
But found out the following command is needed:
$ git remote update
$ git checkout -b 4.0 origin/4.0 Branch 4.0 set up to track remote branch 4.0 from origin. Switched to a new branch '4.0'
Thanks for pointing that. Apparently newer versions of git client imply '--single-branch' when '--depth 1'.
I updated a bit the wiki to reflect that: - https://www.kamailio.org/wiki/install/4.0.x/git#getting_sources_from_git
Cheers, Daniel