ITC-2300 VoIP Lab Sample sccp.conf File: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 31: Line 31:
context = default
context = default
cid_num = 2901 ; Change to a correct Extension Number for your Pod
cid_num = 2901 ; Change to a correct Extension Number for your Pod
cid_name = Sally Student ; Change to correct Called ID Name
cid_name = Sally Student ; Change to correct Caller ID Name


[john-line1] ; Change the line name as appropriate
[john-line1] ; Change the line name as appropriate
Line 41: Line 41:
context = default
context = default
cid_num = 2902 ; Change to a correct Extension Number for your Pod
cid_num = 2902 ; Change to a correct Extension Number for your Pod
cid_name = John Smith ; Change to correct Called ID Name
cid_name = John Smith ; Change to correct Caller ID Name
</pre>
</pre>

Revision as of 00:44, 31 October 2019

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 Caller 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 Caller ID Name