Hi, Douglas Garstang wrote:
We are using a backend MySQL database for call flow, not user agent registration info. Just how, exactly, is a backend database going to replicate registration data between Asterisk servers? Realtime has been documented NOT to work with multiple Asterisk systems. If you like I can dig up the list messages from Kevin Fleming on this subject. Realtime also has way too many limitations.
You're thinking inside the box. I'm not saying Kevin is wrong. You can probably design a database that uses a per-asterisk set of tables and uses triggers or a stand alone daemon to manually replicate the data between machines. If realtime doesn't fit your need, consider automatically generating extensions.conf etc. from databases using scripts and templates.
F. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
