Lee, John (Sydney)
2008-Mar-17 00:46 UTC
[asterisk-users] Newbie ASTDB: cannot replicate among Asterisk servers?
I am writing an extension to accept speed dial nos. However, I forgot that these speed dials are the same for all offices and thus would ideally be shared by offices which will host their own Asterisk box. I read from a few postings that this database cannot be replicated to other Asterisk box. I was thinking that if I could just do a simple copy/paste of the speed dial records from the main database to others would be good. Is there such a utility I could use?
Doug Lytle
2008-Mar-17 01:16 UTC
[asterisk-users] Newbie ASTDB: cannot replicate among Asterisk servers?
Lee, John (Sydney) wrote:> I was thinking that if I could just do a simple copy/paste of the speed > dial records from the main database to others would be good. > >You'd be better off going with a SQL setup. I have ours setup with 1 master and 2 slaves. The slaves are the remote facilities. It's been working quite well. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
Paul Hales
2008-Mar-17 02:16 UTC
[asterisk-users] Newbie ASTDB: cannot replicate among Asterisk servers?
You could place all the information in a MySQL database, and either reference that or replicate from that. PaulH On Mon, 2008-03-17 at 11:46 +1100, Lee, John (Sydney) wrote:> I am writing an extension to accept speed dial nos. > However, I forgot that these speed dials are the same for all offices > and thus would ideally be shared by offices which will host their own > Asterisk box. > I read from a few postings that this database cannot be replicated to > other Asterisk box. > I was thinking that if I could just do a simple copy/paste of the speed > dial records from the main database to others would be good. > Is there such a utility I could use? > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Reasonably Related Threads
- Newbie One-touch Recording: Does not work
- Newbie Polycom: DND answered as "on the phone" instead of "not available"
- Newbie Polycom: IP600 Headset Problem
- Newbie Queue: Simple Queue Problem
- Newbie Dialplan: Best Practice in using Context - Do not use Default??