Hi, I am just wondering how to reset the inactive proxy after a ds_mark_dst() has been made, and the box is up and running again..
I know a restart of the dispatcher works, but would it be interesting to have this functionality through openserctl??
And in addition to this, I guess the dispatcher.list could be exchanged to some kind of av_db_load???
Hello,
On 03/07/06 14:50, Helge Waastad wrote:
Hi, I am just wondering how to reset the inactive proxy after a ds_mark_dst() has been made, and the box is up and running again..
I know a restart of the dispatcher works, but would it be interesting to have this functionality through openserctl??
you can do it via fifo commands, unfortunately the documentation does now reveal this -- I will try to fix it in the future.
Just send to fifo: ---- :ds_set_state:openser_reply a <=== mark the destination 'active' ('i' for 'inactive') 1 <=== here is the group id sip:127.0.0.1:7072 <=== here is the destination address ----
And in addition to this, I guess the dispatcher.list could be exchanged to some kind of av_db_load???
this is not possible right now, the list is kept in a special structure in memory.
Cheers, Daniel