If you find this howto helpful, please kindly digg this story: |
Ideal setup would be to have two different networks and 2 DSL providers; one for your computers and the second line for the phones. Typically you don't want your Internet users degrade the voice calls quality for the new users you've been attracting for your call shop service.
An alternative would be to create VLANs and logically separate your data network from the voice network. Make sure, that for 4 booths you dedicate at least 1Mbps of bandwidth.
Once the network is sorted out, the phone booths installed, your voice gateway configured and connected to the router - you may use Mediatrix 1104 - 4 FXS, robust, reliable, never been down in many years and been used by several call shops - it's now time to setup your telephony management server.
Make sure to configure your voice gateway ( e.g. Mediatrix) with 4 SIP accounts : 1001, 1002, 1003 and 1004 - respective passwords : 1001, 1002, 1003 and 1004 - the SIP proxy IP must point to your Xorcom server, realm should be : asterisk.
Now, login into your Asterisk server - the first thing to do is to update your server - the distribution of choice is Xorcom Rapid release 1.1 [Distromania].
apt-get update
then update your Xorcom Rapidapt-get dist-upgrade
You will have some configuration screens to go through, not a big deal, but choose your locale - e.g. "en_GB.ISO-8859-1", but feel free to choose the one that suits you the best - for the rest of the configuration just choose default settings as the rest is beyond the scope of this howto.base-config
Choose "Configure timezone" > GMT > Europe > London , if you are in London off course ;-) Exit the screen, by choosing "Cancel".ntpdate pool.ntp.org
if you're having trouble with NTP, you can also enter date and time manually:date 091010412006
which will set the date and time to : Sun Sep 10 10:41:04 BST 2006pico /etc/apt/sources.list
add the following lines:deb http://ftp2.de.debian.org/debian/ stable main deb-src http://ftp2.de.debian.org/debian/ stable main deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all deb http://security.debian.org/ stable/updates mainUpdate your apt repository:
apt-get update
|
|
|
|
|
|
|
|