Module: sip-router
Branch: pd/outbound
Commit: af75f69a581e19f8008c326f882aae0f65f86ea8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af75f69…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Feb 27 13:59:56 2013 +0000
lib/kcore: abstracted the option-tag parsing code out of parse_supported.[ch]
- This is to make it easier to add parsers for other similar headers
(for example, Require:)
---
lib/kcore/option-tags.c | 38 ++++++++++
lib/kcore/option-tags.h | 164 +++++++++++++++++++++++++++++++++++++++++++
lib/kcore/parse_supported.c | 133 ++--------------------------------
lib/kcore/parse_supported.h | 46 +-----------
4 files changed, 213 insertions(+), 168 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=af7…
Dear all
While lots of request come to my Kamailio 3.1.x in the same time , server
is returning "500, Server Internal Error" to some of the request.
What should i do if i want to reduce the number of "500" response?
chanea
Hello,
the GIT master branch is again open for new development. Common testing
period of releasing v4.0.0 has ended, if you have pending commits or
personal branches to merge, you can go ahead. v4.0.0 will be released
out of newly created branch 4.0.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, April 16-17, 2013, Berlin
- http://conference.kamailio.com -
Hi,
Supposed A call B in a non-NAT environment. How to let Kamailio to always
for them to use RTP proxy ?
--
Khoa Pham
HCMC University of Science
Faculty of Information Technology
Hello,
the GIT branch 4.0 has been created to host the release series for
v4.0.x. It must take only bug fixes and documentation improvements
related to the features existing at this moment in the branch.
To get the branch locally, use:
git clone --depth 1 git://git.sip-router.org/sip-router kamailio
cd kamailio
git checkout -b 4.0 origin/4.0
To push the local commits on remote repository:
git push origin 4.0:4.0
Any fixes that have to get in the branch 4.0 should be committed first
in master branch and then cherry-picked in this branch, in order to be
able to track forgotten backports easier.
Testing for 4.0 went very good so far, in few days we will probably
sketch the path to the release day.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, April 16-17, 2013, Berlin
- http://conference.kamailio.com -