Arrgh!
Now I'm getting "t_newtran: transaction already in process" messages
whenever I try to call t_relay() or t_replicate twice, even when the first attempt has
FAILED. In the case of t_relay() I have new addresses in the destination set and I still
get this error. Why? When you attempt to deliver, and it fails, how can to attempt again
without getting those messages? What fundamental piece am I missing?
How could I do this? Forget the fancy stuff. I don't care about checking for failure
anymore.
t_replicate("192.168.10.7","5060");
t_replicate("192.168.10.8","5060");
t_replicate("192.168.10.200","5060");
Doug.