Difference between revisions of "Implementations"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 31: | Line 31: | ||
[[Image:impl_2ast2dbgui.png]] | [[Image:impl_2ast2dbgui.png]] | ||
* By default calls go to first Asterisk server | |||
* If first Asterisk server fails, DNS SRV points to second Asterisk server | |||
* If database server fails, first Asterisk server is still functional and can serve calls |
Revision as of 06:31, 11 June 2008
This page shows some ways how MOR billing system can be used. Examples are from real implementations.
4 server solution in Italy with 16 E1
- Such system is in Italy serving Call Shops
- E1 hardware is 2 x Sangoma A108DE cards
- This implementation is used for high volume calls to/from PSTN network over 16 E1 links were 4+4 E1 is for incoming and 4+4 E1 is for outgoing (on Asterisk 1 server 4 incoming/4 outgoing and same on server Asterisk 2).
- Separate server is dedicated to database which minimizes load on Asterisk servers.
- GUI is on separate server with it's own DB connected to main DB server over MySQL Replication.
Many Asterisk servers with DB Replication
3 server redundant solution
- By default calls go to first Asterisk server
- If first Asterisk server fails, DNS SRV points to second Asterisk server
- If database server fails, first Asterisk server is still functional and can serve calls