THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Klaus Darilion (klaus3000)
Attached to Project - sip-router Summary - dispatcher pseudo variables Task Type - Feature Request Category - Core Status - Assigned Assigned To - Andrei Pelinescu-Onciul Operating System - All Severity - Low Priority - Normal Reported Version - Development Due in Version - Undecided Due Date - Undecided Details - It would be great if dispatcher module would export dispatcher lists and status as pseudo, variables, e.g:
read-only pseudo variable: $disp(list=>key)
list: name of the dispatcher list, e.g. 1
key: key to be queried - count: number of entries in this dispatcher list - uri[n] - flags[n] - priority[n] - attributes[n]
n: n-th entry in the list, starting from 0 to count-1
Examples:
get the number of gateways in list 3: $disp(3=>count)
get the uri of entry 2 (third) in list 3: $disp(3=>uri[2])
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=111
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.