THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router Summary - route is not called and no error is produced Task Type - Bug Report Category - Core Status - Assigned Assigned To - Andrei Pelinescu-Onciul Operating System - All Severity - Medium Priority - Normal Reported Version - Development Due in Version - Undecided Due Date - Undecided Details - i tested if route() with pv arg would work. i created a route block:
route [test] { xlog("here we are\n"); return; }
and then as the very first thing in the main route block i have:
$var(test) = "test"; route("$var(test)");
when i send the proxy a sip request, i don't get anything related to this to syslog, i.e., no "here we are" line nor an error message.
if route() accepts a pv argument, then route [test] should be executed. if it does not accept pv argument, an error should be produced.
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=51
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.