THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#311 - Patch to Add s.urlencode.param
User who did this - Josh (JoshE)
----------
Gah. Single typo in original patch.
Use updated one here.
----------
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=311#comment934
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 - Josh (JoshE)
Attached to Project - sip-router
Summary - Patch to Add s.urlencode.param
Task Type - Improvement
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Apologies if form isn't quite right (especially for to_hex method in strcommon), but the attached patch adds the ability to urlencode a string to Kamailio 4 (also tested with 3.3).
Useful for those of us that may have a HTTP GET request outbound. The example code in docuemntation using s.escape.param is incorrect, as characters illegal in SIP messages (\n, for instance) are legal in HTTP requests.
Hope this helps someone out.
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=311
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 - Victor (coyote)
Attached to Project - sip-router
Summary - K. crush with radiusclient.conf error
Task Type - Bug Report
Category - config parser
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - When in radiusclient.conf not set "acctserver", and used radius accounting, kamailio crash with
kamailio: ERROR: <core> [daemonize.c:307]: daemonize(): Main process exited before writing to pipe
I think need additional sanity check with error reporting.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=310
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.
The following task has a new comment added:
FS#309 - ims_registrar_scscf: unexpected 200 OK response after calling assign_server_unreg()
User who did this - Jason Penton (jaybeepee)
----------
Looking into this sometime today.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=309#comment933
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.
Jason Penton has taken ownership of the following task:
FS#309 - ims_registrar_scscf: unexpected 200 OK response after calling assign_server_unreg()
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=309
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.
The following task is now closed:
FS#304 - Segfault in ims_auth's ims_proxy_authenticate function when IMPU != IMPI
User who did this - Jason Penton (jaybeepee)
Reason for closing: Fixed
Additional comments about closing: Thanks Camille, patch in master!
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=304
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.
Module: sip-router
Branch: master
Commit: 4b65964dbe1f38bcf867301d43933f9bbf91ab7d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b65964…
Author: Jason Penton <jason.penton(a)smilecoms.com>
Committer: Jason Penton <jason.penton(a)smilecoms.com>
Date: Wed Jun 5 08:58:29 2013 +0200
module/ims_auth: protection against crash if there is no auth vector initialised.
- patch submitted by Camille Oudot
---
modules/ims_auth/cxdx_mar.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/modules/ims_auth/cxdx_mar.c b/modules/ims_auth/cxdx_mar.c
index 3e95f6c..2ec113b 100644
--- a/modules/ims_auth/cxdx_mar.c
+++ b/modules/ims_auth/cxdx_mar.c
@@ -411,11 +411,13 @@ success:
stateful_request_reply_async(t, t->uas.request, 401, MSG_401_CHALLENGE);
done:
- start_reg_await_timer(avlist[0]); //start the timer to remove stale or unused Auth Vectors
+ if (avlist) {
+ start_reg_await_timer(avlist[0]); //start the timer to remove stale or unused Auth Vectors
- //now we add it to the queue as sent as we have already sent the challenge and used it and set the status to SENT
- if (!add_auth_vector(private_identity, public_identity, avlist[0]))
- free_auth_vector(avlist[0]);
+ //now we add it to the queue as sent as we have already sent the challenge and used it and set the status to SENT
+ if (!add_auth_vector(private_identity, public_identity, avlist[0]))
+ free_auth_vector(avlist[0]);
+ }
//free memory
if (maa) cdpb.AAAFreeMessage(&maa);
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#308 - P-Served-User header on IMS ISC interface
User who did this - Jason Penton (jaybeepee)
Reason for closing: Implemented
Additional comments about closing: submitted to master
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=308
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.
The following task has a new comment added:
FS#308 - P-Served-User header on IMS ISC interface
User who did this - Jason Penton (jaybeepee)
----------
I have included this in Master, thanks Camille
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=308#comment932
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.