Hi Henning,
I was referring to the current struct action element runned by the
thread. I would like to use t_suspend function to suspend a thread and
after a time duration expires use the t_continue function with the param
action set to the next action that the thread was supposed to run.
We will use this to prioritize the SIP traffic on the P-CSCF. If you
have other ideas that could suite this purpose, feel free to share.
Best regards,
Ancuta
On Fri, 2010-01-22 at 13:30 +0100, Henning Westerholt wrote:
On Friday 22 January 2010, Andreea Ancuta Onofrei
wrote:
Is it possible to retrieve the current action
that sip-router is
running?
Best regards,
Ancuta
Hi Andreea,
hm, what actions do you refer to? Each running process can execute actions
independently. If you enable debugging then you'll get in the log files
informations about the executed actions in the core and modules, on a low
level. If you only want to get informations about the state of configuration
script execution, you could just use the xlog module to output informations.
Cheers,
Henning