RSS feed
<< October 12, 2007 | Home | October 14, 2007 >>

BRCTC PBX with soft phone

I have the basics of the BRCTC system working at home. The server I purchased to host the software came in on Friday. I borrowed a CD ROM from a friend, inserted the trixbox-2.2 CD and let it do its thing. It took less than 15 minutes to get the system installed and running. The PBX is presently wired (CAT5) to my Netgear router. I also have a laptop connected to the router using WIFI.

  1. Purchase TK System from Ewayco ($342).
  2. Remove cover from TK System, connect CDROM, insert CD, reboot, respond to a few brief questions, let the software install itself.
  3. Log into the console as root. It will tell you the URL to access to administer the machine (e.g. http://192.168.1.5).
  4. Configure an extension. Before you can connect to the asterisk server from an IP phone, you need to configure the extension on the server. Here are the steps to configure a basic extension.
    1. Point your web browser at that URL (e.g. http://192.168.1.5). Click the link labeled "switch" in the upper right hand corner and use maint:password as the login:password combination.
    2. Navigate to "Asterisk | FreePBX | Setup | extensions".
    3. Add a generic SIP device and click submit.
    4. Add the following options to the extension.
    Ext	: 2000
    Display	: SysOp
    Secret	: 2000
    
  5. Configure the IP phone. I prefer to use X-Lite because once it's installed, you can copy the folder onto a thumb drive and take it with you. Here are the steps needed to configure X-Lite to connect to the asterisk server.
    1. Start X-Lite.
    2. Right click on the application window and select "SIP Account Settings...".
    3. Click on the "Add..." button and
    4. Provide the following options.
    Display Name 	: 2000
    User name	: Sysop
    Password	: 2000
    Authorization..	: 2000
    Domain		: 192.168.1.5
    Proxy		: 192.168.1.5
    

That's all there is to it. Using the soft phone is a realy nice way to troubleshoot problems. Once soft phone is connected properly I can add any number of other extensions and place an inter PBX call.

<< October 12, 2007 | Home | October 14, 2007 >>