[Serusers] t_replicate to multiple servers

Matt Schulte mschulte at netlogic.net
Wed Apr 6 19:47:29 CEST 2005


Are you refering to append_branch? If so the format is a URI. I'm not
sure what I would put there.

	Thanks much...

-----Original Message-----
From: Samuel Osorio Calvo [mailto:samuel.osorio at nl.thalesgroup.com] 
Sent: Wednesday, April 06, 2005 10:13 AM
To: serusers at lists.iptel.org; Matt Schulte
Subject: Re: [Serusers] t_replicate to multiple servers


I guess you should use several add_branch  calls and one final
t_replicate. Similar to the t_relay behavior....in fact they are almost
the same...

Try something like:

if (!src_ip==blah.netlogic.net) {
                                add_rcv_param();
                                add_branch( "server1.netlogic.net",
"5060");
                                 t_replicate("server2.netlogic.net",
"5060");

Samuel.


Unclassified.
>>> "Matt Schulte" <mschulte at netlogic.net> 04/06/05 04:43PM >>>
Does anyone know if it's possible to replicate to multiple servers? When
testing, the first one in the list is fine but all subsequent replicates
don't ever make it to the servers. When I look in my 'main' ser I see:

ERROR: t_newtran: transaction already in process 0xd7231e04

I'm assuming it's talking about replication to the first one, maybe I'm
barking up the wrong tree?

code: 

if (!src_ip==blah.netlogic.net) {
                                add_rcv_param();
                                t_replicate("server1.netlogic.net",
"5060");
                                t_replicate("server2.netlogic.net",
"5060");
                        };

_______________________________________________
Serusers mailing list
serusers at lists.iptel.org 
http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list