Setup Chan Sccp for Cisco Phones

Alpha Computer Group Chan_SCCP Installation

 

1 – Install whichever flavor of Asterisk – We recommend PIAF/Incredible PBX.

2 – Log in to CLI as root.

3 – Start the installation and configuration of the CHAN_SCCP Software.

  1. Install updates and dependencies
    yum install asterisk-devel
    yum install nmake
    yum install automake
    yum install autoconf
    yum install libtool
    yum install make
    yum install m4
    yum update -y
    yum upgrade -y
  2. Reboot after the yums (#reboot now)
  3. Log back into the CLI
    type: cd /usr/src
    type: wget https://sourceforge.net/projects/chan-sccp-b/files/Chan_SCCP-4.2.3_STABLE_r6728.tar.gz
    type: tar xzvf Chan_SCCP-4.2.3_STABLE_r6728.tar.gz
    type: cd /Chan_SCCP-4.2.3_STABLE
    type: make clean
    type:  ./configure –enable-confernce –enable-advanced-functions –enable-video –enable-videolayer –enable-conference –enable-distributed-devicestate –enable-debug –enable-gcov –enable-refcount-debug –enable-indications
    type: make
    type: make install
  4. Edit modules.conf to disable chan_skinny and enable chan_sccp

    type: vi /etc/asterisk/modules.conf
    ADD THESE 2 LINES to modules.conf:

    noload => chan_skinny.so
    load => chan_sccp.so


  5. create a sccp.conf file
    type:
    vi /etc/asterisk/sccp.conf
    COPY AND PASTE THE BELOW TEXT INTO SCCP.CONF

    [general]
    servername = Alpha-PBX
    keepalive = 60
    debug = 1
    context = from-internal
    dateformat = M/D/Ya
    bindaddr = 0.0.0.0
    port = 2000
    disallow=all
    allow=g722
    allow=ulaw
    allow=g729
    firstdigittimeout = 16
    digittimeout = 8
    autoanswer_ring_time = 1
    autoanswer_tone = 0x32
    remotehangup_tone = 0x32
    transfer_tone = 0
    transfer_on_hangup = off
    dnd_tone = 0x0
    callwaiting_tone = 0x2d
    musicclass=default
    language=en
    permit=0.0.0.0/0.0.0.0
    localnet = 192.168.199.0/255.255.255.0
    ;externip = 77.66.55.44
    dndFeature = off
    sccp_tos = 0x68
    sccp_cos = 4
    audio_tos = 0xB8
    audio_cos = 6
    video_tos = 0x88
    video_cos = 5
    echocancel = on
    silencesuppression = off
    private = on
    callanswerorder=oldestfirst
    directed_pickup_modeanswer = on
    hotline_enabled=yes ;can devices without configuration register
    hotline_context=default ; context for hotline
    hotline_extension=111 ; extension will be dialed on offHook
    ; actual definitions
    [SEPD4D748FEB5C5]
    description = House-Office Phone
    addon = 7915
    devicetype = 7945
    park = off
    button = line, 417
    button = feature,Record calls,monitor
    cfwdall = off
    type = device
    keepalive = 60
    ;tzoffset = +2
    transfer = on
    park = on
    cfwdall = off
    cfwdbusy = off
    cfwdnoanswer = off
    directed_pickup = on
    directed_pickup_context = from-internal
    directed_pickup_modeanswer = on
    permit=0.0.0.0/0.0.0.0
    dndFeature = on
    dnd = off
    directrtp=off
    earlyrtp = progress
    private = on
    mwilamp = on
    mwioncall = off
    cfwdall = on
    softkeyset = softkeyset187
    [417]
    id = 417
    type = line
    label = ACG 417
    description = ACG Line 417
    mailbox = 417
    cid_name = Alpha Computer Group
    cid_num = 417
    accountcode=79011
    callgroup=1-99
    pickupgroup=1-99
    context = from-internal
    incominglimit = 2
    transfer = on
    vmnum = *97
    meetme = on
    meetmeopts = qxd
    meetmenum = 700
    trnsfvm = *417
    secondary_dialtone_digits = 9
    secondary_dialtone_tone = 0x22
    musicclass=default
    language=en
    echocancel = on
    silencesuppression = off
    dnd = reject
    ;[SEP002244668800]
    ;description = Phone Number Two
    ;devicetype = 7960
    ;park = off
    ;button = speeddial,Helpdesk, 98112   ; Add SpeedDial to Helpdesk (without hint)
    ;button = line, 98021
    ;button= feature,Private Call,privacy,callpresent ;set channel variable SKINNY_PRIVATE to 1 if feature is enabled
    ;button= feature,DND Busy,DND,busy ;set dnd status to busy
    ;button= feature,DND Silent,DND,silent ;set dnd status to silent
    ;button= feature,Record calls,monitor ;record calls using automon (asterisk >= 1.6 only)
    ;button= feature,call forward to *54,cfwdAll,*54 ;forward all calls to *54
    ;button = speeddial,Phone 1 Line 1, 98011, 98011@hints
    ;button = speeddial,Phone 1 Line 2, 98012, 98012@hints
    ;speeddial,Phone 2 Line 1, 98021, 98021@hints ; Add SpeedDial to Phone Number Two Line 1 (button labels allow special characters like ‘é’)
    ;type = device
    ;keepalive = 60
    ;tzoffset = +2
    ;transfer = on
    ;park = on
    ;cfwdall = off
    ;cfwdbusy = off
    ;cfwdnoanswer = off
    ;directed_pickup = on
    ;directed_pickup_context = default
    ;directed_pickup_modeanswer = on
    ;deny=0.0.0.0/0.0.0.0
    ;permit=192.168.1.5/255.255.255.255
    ;dnd = reject
    ;directrtp=off
    ;earlyrtp = progress
    ;private = on
    ;mwilamp = on
    ;mwioncall = off
    ;setvar=testvar=value
    ;cfwdall = on
    ;softkeyset = softkeyset187
    ;[98021]
    ;id = 1000
    ;type = line
    ;pin = 1234
    ;label = Phone 2 Line 1
    ;description = Line 98021
    ;mailbox = 10021
    ;cid_name = MY CID
    ;cid_num = 98021
    ;accountcode=79021
    ;callgroup=1,3-4
    ;pickupgroup=1,3-5
    ;context = default
    ;incominglimit = 2
    ;transfer = on
    ;vmnum = 600
    ;trnsfvm = 1000
    ;secondary_dialtone_digits = 9
    ;secondary_dialtone_tone = 0x22
    ;musicclass=default
    ;language=en
    ;echocancel = on
    ;silencesuppression = off
    ;setvar=testvar2=my value
     [softkeyset187]
    type = softkeyset
    name = softkeyset187                                                  ; (REQUIRED) softkeyset name
    onhook = redial,newcall                   ; displayed when we are on hook
    connected = hold,transfer,park,confrn,select,vidmode,idivert       ; displayed when we have a connected call
    onhold = resume,newcall,transfer,endcall,confrn,conflist,select,dirtrfr,idivert,vidmode  ; displayed when we have a call on hold
    ringin = answer,endcall,transvm,vidmode                                       ; displayed when we have an incoming call
    offhook = redial,dial,endcall,vidmode     ; displayed when the phone is taken off hook
    conntrans = hold,endcall,transfer,park,confrn,select,dirtrfr,meetme,vidmode
    digitsfoll = back,endcall,dial,gpickup,pickup,vidmode       ; displayed when one or more digits have been entered, more are expected
    connconf = conflist,endcall,hold,join,vidmode                  ; displayed when we are in a conference
    conflist = exit,endconf,kick,join,mute,endcall
    ringout = endcall,dial,transfer,confrn,idivert,vidmode              ; displayed when We are calling someone
    offhookfeat = redial,endcall,dial,vidmode                  ; displayed wenn we went offhook using a feature
    onhint = redial,dial,newcall,pickup,gpickup,barge,vidmode                            ; displayed when a hint is activated


  6. Reboot Asterisk Server
    type:
    reboot now

**** YOU WILL NEED A SEPMAC.cnf.xml file for each phone below is an example ****

<?xml version=”1.0″ encoding=”UTF-8″?>
<device>
<fullConfig>true</fullConfig>
<deviceProtocol>SCCP</deviceProtocol>
<sshUserId>cisco</sshUserId>
<sshPassword>cisco</sshPassword>
<devicePool>
<revertPriority>0</revertPriority>
<name>Default</name>
<dateTimeSetting>
<name>CMLocal</name>
<dateTemplate>M/D/YA</dateTemplate>
<timeZone>Eastern Standard/Daylight Time</timeZone>
</dateTimeSetting>
<callManagerGroup>
<name>Default</name>
<tftpDefault>true</tftpDefault>
<members>
<member priority=”0″>
<callManager>
<name>Alpha01</name>
<description>Primary Alpha Connection</description>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName>192.168.199.10</processNodeName>
</callManager>
</member>
<memberpriority=”1″>
<callManager>
<name>Alpha02</name>
<description>Secondary Alpha Connection</description>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName>192.168.130.10</processNodeName>
        </callManager>
</member>
</members>
</callManagerGroup>
<srstInfo>
<name>Enable</name>
<srstOption>Enable</srstOption>
<userModifiable>true</userModifiable>
<ipAddr1>192.168.199.10</ipAddr1>
<port1>2000</port1>
<ipAddr2>192.168.130.10</ipAddr2>
<port2>2000</port2>
<ipAddr3></ipAddr3>
<port3>2000</port3>
<sipIpAddr1>192.168.199.10</sipIpAddr1>
<sipPort1>5060</sipPort1>
<sipIpAddr2>192.168.130.10</sipIpAddr2>
<sipPort2>5060</sipPort2>
<sipIpAddr3></sipIpAddr3>
<sipPort3>5060</sipPort3>
<isSecure>false</isSecure>
</srstInfo>
       <mlppDomainId>-1</mlppDomainId>
<mlppIndicationStatus>Default</mlppIndicationStatus>
<preemption>Default</preemption>
<connectionMonitorDuration>120</connectionMonitorDuration>
</devicePool>
<commonProfile>
<phonePassword></phonePassword>
<backgroundImageAccess>true</backgroundImageAccess>
<callLogBlfEnabled>2</callLogBlfEnabled>
  <defaultBackground>http://192.168.199.10/rsz_wallhaven.png</defaultBackground>
</commonProfile>
<dialTemplate>dialplan.xml</dialTemplate>
<vendorConfig>
<ehookEnable>1</ehookEnable>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
<pcPort>0</pcPort>
<settingsAccess>1</settingsAccess>
<garp>1</garp>
<voiceVlanAccess>0</voiceVlanAccess>
<videoCapability>1</videoCapability>
<autoSelectLineEnable>0</autoSelectLineEnable>
<webAccess>0</webAccess>
<daysDisplayNotActive>1,7</daysDisplayNotActive>
    <displayOnTime>07:30</displayOnTime>
    <displayOnDuration>12:30</displayOnDuration>
    <displayIdleTimeout>00:10</displayIdleTimeout>
    <displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
<forwardingDelay>1</forwardingDelay>
<loggingDisplay>1</loggingDisplay>
<headsetWidebandUIControl>1</headsetWidebandUIControl>
<handsetWidebandUIControl>1</handsetWidebandUIControl>
<headsetWidebandEnable>0</headsetWidebandEnable>
<handsetWidebandEnable>1</handsetWidebandEnable>
<spanToPCPort>0</spanToPCPort>
<g722CodecSupport>2</g722CodecSupport>
<peerFirmwareSharing>1</peerFirmwareSharing>
<enableCdpSwPort>1</enableCdpSwPort>
<enableCdpPcPort>1</enableCdpPcPort>
<enableLldpSwPort>1</enableLldpSwPort>
<enableLldpPcPort>1</enableLldpPcPort>
<lldpAssetId></lldpAssetId>
<powerPriority>1</powerPriority>
<sshAccess>0</sshAccess>
<sshPort>22</sshPort>
<adminPassword>P@55W0rd</adminPassword>
<loadServer></loadServer>
<bluetooth>enabled</bluetooth>
</vendorConfig>
<versionStamp>{Jan 01 2003 00:00:00}</versionStamp>
<loadInformation>SCCP45.9-4-2SR3-1S</loadInformation>
<userLocale>
<name>English_United_States</name>
<uid>1</uid>
<langCode>en_US</langCode>
<winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale>United_States</networkLocale>
<networkLocaleInfo>
<name>United_States</name>
<langCode>en_US</langCode>
<uid>64</uid>
<version>4.0(1)</version>
</networkLocaleInfo>
<authenticationURL></authenticationURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<servicesURL></servicesURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
  <defaultWallpaperFile>http://192.168.199.10/rsz_wallhaven.png<defaultWallpaperFile>
<idleTimeout>3600</idleTimeout>
<deviceSecurityMode>1</deviceSecurityMode>
<phonePersonalization>1</phonePersonalization>
<singleButtonBarge>1</singleButtonBarge>
<joinAcrossLines>1</joinAcrossLines>
<autoCallPickupEnable>false</autoCallPickupEnable>
<blfAudibleAlertSettingOfIdleStation>1</blfAudibleAlertSettingOfIdleStation>
<blfAudibleAlertSettingOfBusyStation>1</blfAudibleAlertSettingOfBusyStation>
<advertiseG722Codec>1</advertiseG722Codec>
<mobility>
<handoffdn></handoffdn>
<dtmfdn></dtmfdn>
<ivrdn></ivrdn>
<dtmfHoldCode>*81</dtmfHoldCode>
<dtmfExclusiveHoldCode>*82</dtmfExclusiveHoldCode>
<dtmfResumeCode>*83</dtmfResumeCode>
<dtmfTxfCode>*84</dtmfTxfCode>
<dtmfCnfCode>*85</dtmfCnfCode>
</mobility>
<dscpForSCCPPhoneConfig>104</dscpForSCCPPhoneConfig>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>184</dscpForCm2Dvce>
<transportLayerProtocol>4</transportLayerProtocol>
<capfAuthMode>0</capfAuthMode>
<capfList>
<capf>
<phonePort>3804</phonePort>
</capf>
</capfList>
<certHash></certHash>
<encrConfig>false</encrConfig>
<phoneServices>
<provisioning>0</provisioning>
<phoneService  type=”0″ category=”0″>
<name>Corporate Directory</name>
<url>Application:Cisco/CorporateDirectory</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService  type=”1″ category=”0″>
<name>Missed Calls</name>
<url>Application:Cisco/MissedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService  type=”1″ category=”0″>
<name>Received Calls</name>
<url>Application:Cisco/ReceivedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService  type=”1″ category=”0″>
<name>Placed Calls</name>
<url>Application:Cisco/PlacedCalls</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService  type=”1″ category=”0″>
<name>Personal Directory</name>
<url>Application:Cisco/PersonalDirectory</url>
<vendor></vendor>
<version></version>
</phoneService>
<phoneService  type=”2″ category=”0″>
<name>Voicemail</name>
<url>Application:Cisco/Voicemail</url>
<vendor></vendor>
<version></version>
</phoneService>
</phoneServices>
</device>
****  TO ENABLE SCCP PAGING PLEASE DO THE FOLLOWING ***
type: vi /etc/asterisk/extensions_custom.conf
[macro-sccp-autoanswer]
exten => s,1(check),ChanIsAvail(SCCP/${ARG1},sj) ;I don't know if this works for SCCP
exten => s,n,Dial(SCCP/${ARG1}/aa=2wb,5,A(beep))
exten => s,n(end),Busy(20)
exten => s,n,Macro(hangupcall,)
exten => s,check+101,Busy(20)
exten => s,n,Macro(hangupcall,)
1 more step for SCCP paging – add the extensions to enable paging in the asterisk cli like this:
database put DEVICE/417/autoanswer macro sccp-autoanswer

Phone System Installation Long Island

Phone System Installation Long Island

Phone System Installation Long Island, Phone Systems Long Island, Phone Systems for Small Business Long Island, Phone Systems for Small Businesses Long Island, Phone System Installation Long Island, Phone System Installation for Small Business Long Island, Long Island Telephone Systems, Asterisk, Freepbx, Elastix, Avaya, Nortel, NEC, Cisco, Shoretel. Computer Systems and Telecom Telephone Systems, Phone System Installation Long Island, VoIP Phone Systems Long Island, voip phone system for small business Long Island, voip phone system for home Long Island, voip phone system definition Long Island, office phone systems for small business Long Island, home phone systems Long Island, small business phones Long Island, office phone systems for small business Long Island, small business phone systems Long Island, business phone systems voip Long Island, cloud based phone system for small business Long Island, hosted phone system reviews Long Island, cloud based phone system Long Island, hosted pbx providers Long Island, hosted phone system providers Long Island, hosted voip providers Long Island, virtual pbx Long Island, virtual pbx for small business Long Island, asterisk pbx support Long Island, freepbx support Long Island, elastix pbx support Long Island, Piaf pbx support Long Island, trixbox support Long Island, 3cx support Long Island, incredible pbx support Long Island.

We specialize in Business Telephone Systems. We provide digital or analog telephone and voicemail systems, as well as Voice over IP solutions (VoIP). We can also support your existing telephone hardware and PBX or IP-PBX. We are fully staffed with around the clock telephone technicians as well as computer engineers with in depth knowledge of Asterisk, Elastix, Freepbx, PIAF, Avaya, Panasonic, and NortelJust to name a few. Our voice services allow you to take full advantage of the latest in technology. So whether your connecting to the public telephone network via T-1, PRI, VoIP, POT’s, BRI, and etc. or your looking for new service. We have you covered. Alpha Computer Group is a leading global provider of next-generation business collaboration and communications solutions, providing unified communications, real-time video collaboration, contact center, networking and related services to companies of all sizes around the world. We provide our customers in Long Island, New York; Including Nassau County, Suffolk Count and the entire NYC area with the systems to collaborate real-time, whether they are in the office or on the go.  Our phone system standards allow our customers to deploy systems in a VM environment or on physical provided system platform. Customers with multi-vendor environments can supplement their current solutions with Alpha Computer Group’s collaboration applications.  This allows organizations to deploy applications at their own pace without having to do a traditional forklift upgrade on their current investment. You want your business to grow exponentially. You also want the peace of mind that your infrastructure systems will grow along with your business. Whether your business needs more phones in its current location, or has satellite offices around the country – an IP system gives you more flexibility over a proprietary system. There is no need to have a separate system from your data network, no need to have expensive analog desk phones, and no need to rewire your proprietary system to accommodate offices changes. Alpha Computer Group’s goal is to help our customers affordably improve the flow of communication and access to necessary data with the proper collaboration tools. Contact us today for a free no cost – no obligation estimate!

Telephone System (PBX) Features:

Call recording Conference center with virtual rooms
Voicemail SIP and IAX support, among others
Voicemail-to-Email functionality Voice Mail Panel
Flexible and configurable IVR Support for analog interfaces as FXS/FXO (PSTN/POTS)
Voice synthesis support Support for digital interfaces (E1/T1/J1) through PRI/BRI/R2 protocols
IP terminal batch configuration tool Caller ID
Integrated echo canceller by software Multiple trunk support
End Point Configurator Incoming and outgoing routes with dial pattern matching
Support for video phones Support for follow-me
Hardware detection interface Support for ring groups
DHCP server for dynamic IP Support for paging and intercom
Web-based operator panel Support for time conditions
Call parking Support for PIN sets
Call detail record (CDR) report Direct Inward System Access (DISA)
Billing and consumption report Callback support
Channel usage reports Support for bluetooth interfaces through cell phones
Support for call queues Operator Panel
Distributed Dial Plan with dundi Voip Provider configuration
Telecom Real Time Fax to email

VoIP Phone System Installation Long Island | VoIP Phone Systems Long Island

VoIP Phones Long Island, VoIP Phone Systems Long Island, Business Phone Systems Long Island, Long Island Business Phone Systems, Long Island phone systems provider, Phone service providers Long Island, Long Island telephone systems, Long Island VoIP, Voice over IP Long Island, Voice over Internet Protocol Long Island, IP Telephone Systems Long Island, IP Phone System Installation Long Island, IP Phone Systems Long Island, IP Phones Long Island.

Office Phone Systems Long Island | Home Phone Systems Long Island

Purchasing the right phone system is important for the success of your business. There are many factors that come into play when deciding between a hosted and premises-based solution. Each has its strengths and weaknesses. To make the best decision sign up for a free consultation with an Alpha Computer Group telephone specialist.We can provide you with additional information, tips, and advice regarding your communication needs to ensure you end up with the best phone system for your business.Are you moving, adding offices, adding employees, connecting remote offices, connecting work-from-home employees, or fed up with your old phone system? A new phone system can increase productivity, reduce costs, improve customer satisfaction, and strengthen your competitive position. Call Alpha Computer Group today at (877) 608 – 8647.

Hosted PBX Systems Long Island | Cloud Phone Systems Long Island

Mobility

Receive calls from smartphones, tablets and PC’s ensuring that your workforce will remain productive without being tethered to one location.  Presence and collaboration tools let you know who’s available when you need to share information.

Call Recording Services

Coach and train your employees and agents effectively. Screen capture tools that allow you to combine video from the desktop and synchronize it with the recorded voice.  Reports and dashboards that provide both agents and supervisors with actionable data. This information can be monitored from smartphones and tablet devices.  Compliant with HIPAA and Sarbanes-Oxley to keep your data safe. Cickly locate key words or phrases within call recordings with Speech Analytics. Easily create customer satisfaction surveys to receive feedback from clients.

 Call Accounting

Gain Visibility into the calling patterns of the business by tracking all of the calls in and out of your telephone systems.  Increase the productivity and efficiency of your sales and customer support teams.

Paging (P.A – Public Announcement)

Easy to use and compatible with all types of telephone systems.  Self-amplified and central-amplified speakers, paging amplifiers, modular zone paging equipment, and digital telephone peripheral equipment.  We engineer IP paging systems and speakers that utilize your data network infrastructure.

Phone Systems for Small Business Long Island

Long Island Telephone Systems. New York Telephone Systems. Queens Telephone Systems. Brooklyn Telephone Systems. NYC Telephone Systems. Nassau County Telephone Systems. Suffolk County Telephone Systems. Nassau County VoIP. Suffolk County VoIP, NYC VoIP, Brooklyn VoIP, Queens VoIP, Long Island Voip.