Hello,
t_replicate() can be used for any sip request not only for register. For dialog you would need also the replies, it may help to look at send() function from core.
Alternative is to use shared database table, which can be stored in memory of sql server to be fast.
Cheers, Daniel
On 11/14/12 2:23 PM, Kristofer Signer wrote:
In my current setup I've register messages replicated to a second server.
Is it possible to also replicate other messages so I can hold dialog state on both servers?
I've tried to read the documentation and also google but can't find any examples.
Thanks ./Kristofer