Hi all, I read on the docs of the tm module that I can use t_replicate to send, for example, REGISTER to multiple destinations. Can a I replicate to more than one server, such as t_replicate("sip:1.2.3.4") t_replicate("sip:1.2.3.5") t_replicate("sip:1.2.3.6") and so on ?
From the docs it seems possible, but I don't know how to set branches.
TIA,
Hi Marco,
see http://www.openser.org/docs/modules/1.1.x/tm.html#TREPLICATE.
use append_branch(URI) to add additional branches:
append_branch("sip:1.2.3.4") append_branch("sip:1.2.3.5") t_replicate("sip:1.2.3.6")
regards, bogdan
Marco wrote:
Hi all, I read on the docs of the tm module that I can use t_replicate to send, for example, REGISTER to multiple destinations. Can a I replicate to more than one server, such as t_replicate("sip:1.2.3.4") t_replicate("sip:1.2.3.5") t_replicate("sip:1.2.3.6") and so on ?
From the docs it seems possible, but I don't know how to set branches.
TIA,