Difference between revisions of "User:Mduno"

From LinuxMCE
Jump to: navigation, search
Line 1: Line 1:
'''Note ... This is a "work in progress."'''
 
 
 
=TELECOM SETUP=
 
=TELECOM SETUP=
 
==Setting up LinuxMCE to use Callcentric's VoIP Service(s)==
 
==Setting up LinuxMCE to use Callcentric's VoIP Service(s)==
Line 20: Line 18:
 
3. Edit the Callcentric config file:
 
3. Edit the Callcentric config file:
 
  "nano /usr/pluto/bin/create_amp_callcentric.pl"
 
  "nano /usr/pluto/bin/create_amp_callcentric.pl"
 +
making the following changes:
 +
3.1 Phone Line declaration section; change the declared host to reflect callcentric.com
 +
my $DECLARED_HOST = "callcentric.com";

Revision as of 01:39, 28 April 2010

TELECOM SETUP

Setting up LinuxMCE to use Callcentric's VoIP Service(s)

Setting up LinuxMCE to use Callcentric's VoIP service(s) is fairly straightforward using the steps provided in "How to Properly Add Support for SIP Providers":

http://wiki.linuxmce.org/index.php/How_to_properly_add_support_for_SIP_providers

as well as Callcentric's freepbx / trixbox configuration page:

http://www.callcentric.com/support/device/trixbox

Create the Callcentric Config File

1. In a terminal session, make yourself "sudo su" user.

2. Since Callcentric provides VoIP based phone services using the SIP protocol, copy the Broadvoice config file as a template for editing with Callcentric's parameters:

"cp /usr/pluto/bin/create_amp_broadvoice.pl /usr/pluto/bin/create_amp_callcentric.pl"

3. Edit the Callcentric config file:

"nano /usr/pluto/bin/create_amp_callcentric.pl"

making the following changes: 3.1 Phone Line declaration section; change the declared host to reflect callcentric.com

my $DECLARED_HOST = "callcentric.com";