Hi Douglas!

I still think it is a bad idea to replicate REGISTER to Asterisk 4 times. Where does Asterisk store the location table? In a database? Why not replicate the location data on DB level?

regards
klaus

Douglas Garstang wrote:
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.

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users




_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to