THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#168 - tm lw_parser skips 4 bytes past Call-ID:
User who did this - Walter Doekes (wdoekes)
http://sip-router.org/tracker/index.php?do=details&task_id=168
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Walter Doekes (wdoekes)
Attached to Project - sip-router
Summary - tm lw_parser skips 4 bytes past Call-ID:
Task Type - Bug Report
Category - tm
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - All
Severity - Very Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Hi,
while looking for something else, I stumbled on a very very minor issue:
build_local_reparse()
....
/* parse HF name */
s = lw_get_hf_name(s, invite_buf_end, &hf_type);
When hf_type == HDR_CALLID_T then s points 4 bytes past the ':'.
So, when we have buffer = "Call-ID: abc...",
then s is not ": abc..."
but s is "c...".
This is because p gets incremented by 4 and later by 7, instead of 4+3.
This issue is completely harmless, because build_local_reparse seeks to EOL (s = lw_next_line(s, invite_buf_end)) and uses the entire line.
(This would only cause funny behaviour if you have a very short -- one octet -- Call-ID.)
See patch.
Regards,
Walter Doekes
OSSO B.V.
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=168
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hello,
short notice to let everyone know that the branch for 3.2.x release
series was created with the name 3.2.
For example, downloading sources from GIT and building Kamailio flavour
form this branch can be done with:
git clone --depth 1 git://git.sip-router.org/sip-router kamailio
cd kamailio
git checkout -b 3.2 origin/3.2
make FLAVOUR=kamailio cfg
make all
make install
The official release of 3.2.0 will follow just a bit later today.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Dec 5-8, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda
Module: sip-router
Branch: 3.2
Commit: 94d3b8cf8f4827ec7b77572f8a86ce4c044b9628
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94d3b8c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Oct 18 13:39:20 2011 +0200
INSTALL: added short note about wiki site
(cherry picked from commit e3eb4e3e8471a3715f014a80adb79e0d93a88a5e)
---
INSTALL | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
index e631567..aed811a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -64,6 +64,9 @@ very few, Kamailio enabling next compile time flags:
Switching between flavours is a matter of 'make' command parameters.
+Several installation tutorials for Kamailio are available on the web wiki:
+ - http://www.kamailio.org/wiki/
+
2. Supported Architectures and Requirements
-------------------------------------------
Module: sip-router
Branch: master
Commit: e3eb4e3e8471a3715f014a80adb79e0d93a88a5e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3eb4e3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Oct 18 13:39:20 2011 +0200
INSTALL: added short note about wiki site
---
INSTALL | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
index e631567..aed811a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -64,6 +64,9 @@ very few, Kamailio enabling next compile time flags:
Switching between flavours is a matter of 'make' command parameters.
+Several installation tutorials for Kamailio are available on the web wiki:
+ - http://www.kamailio.org/wiki/
+
2. Supported Architectures and Requirements
-------------------------------------------