View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Sun Mar 16, 2008 7:46 pm Post subject: [asterisk-users] Newbie ASTDB: cannot replicate among Asteri |
|
|
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? |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Sun Mar 16, 2008 8:16 pm Post subject: [asterisk-users] Newbie ASTDB: cannot replicate among Asteri |
|
|
Lee, John (Sydney) wrote:
Quote: | 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." |
|
Back to top |
|
|
pdhales at optusnet.co... Guest
|
Posted: Sun Mar 16, 2008 9:16 pm Post subject: [asterisk-users] Newbie ASTDB: cannot replicate among Asteri |
|
|
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:
Quote: | 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 |
|
|
Back to top |
|
|
|