ITC-2300 VoIP Lab Sample sccp.conf File

From ITCwiki
Revision as of 00:43, 31 October 2019 by BenFranske (talk | contribs) (Created page with "The following shows an example of the things you may need to change in your sccp.conf file. =Example sccp.conf File Changes= <pre> [general] dateformat = M/D/YA [SEP001819B93...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following shows an example of the things you may need to change in your sccp.conf file.

Example sccp.conf File Changes

[general]
dateformat = M/D/YA

[SEP001819B93171] ; Change to your Phone MAC Address
description = Sally Student Phone ; Change to Your/Partner Name
devicetype = 7961
button = line,sally-line1,default ; Change the line name as appropriate
button = empty
button = empty
button = empty
button = empty
button = empty
type = device

[SEP000D28D75841] ; Change to your other Phone MAC Address
description = John Smith Phone ; Change to Your/Partner Name
devicetype = 7940
button = line,john-line1,default ; Change the line name as appropriate
button = empty
type = device

[sally-line1] ; Change the line name as appropriate
type=line
id = 1
pin = 1234
label = 2901 ; Change to a correct Extension Number for your Pod
description = Sally's Line 1 ; Change as appropriate
context = default
cid_num = 2901 ; Change to a correct Extension Number for your Pod
cid_name = Sally Student ; Change to correct Called ID Name

[john-line1] ; Change the line name as appropriate
type=line
id = 1
pin = 1234
label = 2902 ; Change to a correct Extension Number for your Pod
description = John's Line 1 ; Change as appropriate
context = default
cid_num = 2902 ; Change to a correct Extension Number for your Pod
cid_name = John Smith ; Change to correct Called ID Name