Hi all
In the past I broke the repo because I erased a couple of folders and created
symlinks with the same name. That caused several problems to git.
Now, I want to do it again. I realized that symlinks where a mistake and want
to erase them and create the folders again. I need some assistance not to break
the repo :)
Would it be safe if I erase the symlinks and recreate the folders in two
different commits? Maybe the problem was doing so in the same commit/push?
I seem to be able to crash Kamailio v3.1 by doing this when handling a
REGISTER:
if(!www_authorize("$td", "subscriber")) {
# $rc is -1 - "invalid user"
www_challenge("$td", "1");
exit;
}
In other words, it cannot find the user, but I call www_challenge()
anyway, and get a segfault. Can anyone reproduce, before I attempt to
obtain a backtrace?
--
Alex Balashov - Principal
Evariste Systems LLC
1170 Peachtree Street
12th Floor, Suite 1200
Atlanta, GA 30309
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http://www.evaristesys.com/
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Ovidiu Sas (osas)
Attached to Project - sip-router
Summary - record_route_preset enhancement
Task Type - Improvement
Category - Modules kamailio
Status - Assigned
Assigned To - Daniel-Constantin Mierla
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - record_route_preset functions allows forcing a single Record-Route header.
The attached patch is enhancing the functionality of this function by enabling a second Record-Route header to be preset via a second argument.
Example:
record_route_preset("1.2.3.4:5090", "5.6.7.8:5091");
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=91
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 user has added themself to the list of users assigned to this task.
FS#91 - record_route_preset enhancement
User who did this - Ovidiu Sas (osas)
http://sip-router.org/tracker/index.php?do=details&task_id=91
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.