How about with append_branch? I tested it out server side and it passes the register to each server. I didn't test from the UA yet though. Will keep you posted.
-----Original Message----- From: Andreas Granig [mailto:andreas.granig@inode.info] Sent: Wednesday, April 06, 2005 5:14 PM To: Matt Schulte Cc: serusers@lists.iptel.org Subject: Re: [Serusers] t_replicate to multiple servers
Hi,
Matt Schulte wrote:
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 had the same problem and didn't get it to work with t_replicate(), but
it works like charm using forward_tcp() in combination with save_noreply() for some months now...
See http://lists.iptel.org/pipermail/serusers/2005-February/015300.html for a configuration example.
Hth, Andy