Hello,
On 16.05.17 23:57, Jay Patel wrote:
Hello Guys,
Has anyone used dmq_t_replicate function to replicate INVITE? Documenation says it is useful for REGISTER , but does not mention anything about INVITE.
I am trying to do something like this
Box 1 ) Runs kamailio stateless ( no dialog module ) and calls dmq_t_replicate to box 2.
Box 2 ) Runs kamailio with dialog module , This box generates CDR and tracks call count
Goal is to restart kamailio on Box 1 without loosing CDR.
by using an appropriate db_mode for dialog module, you are not going to lose anything, because the dialogs are saved in database and restored if you do a restart.
Cheers, Daniel