1;=========================================================================================
2;
3; general definitions
4;
5;=========================================================================================
6[general]
7debug = core, config, action, socket, device, line, channel
8servername = FreePbxSCCP
9keepalive = 60
10context = from-internal-xfer
11dateformat = D.M.Y
12bindaddr = 0.0.0.0
13port = 2000
14disallow=all
15allow=alaw
16allow=ulaw
17firstdigittimeout = 16
18digittimeout = 8
19autoanswer_ring_time = 1
20autoanswer_tone = 0x32
21remotehangup_tone = 0x32
22transfer_tone = 0
23callwaiting_tone = 0x2d
24musicclass=default
25language=en
26deny=0.0.0.0/0.0.0.0
27permit=internal						; 'internal' is automatically converted to these private cidr address:
28							; 127.0.0.0/255.0.0.0, 10.0.0.0/255.0.0.0,
29							; 172.0.0.0/255.224.0.0, 192.168.0.0/255.255.0.0
30;permit=192.168.1.0/255.255.255.0
31dndFeature = on
32sccp_tos = 0x68
33sccp_cos = 4
34audio_tos = 0xB8
35audio_cos = 6
36video_tos = 0x88
37video_cos = 5
38echocancel = on
39silencesuppression = off
40private = on
41callanswerorder=oldestfirst
42hotline_enabled=yes					; can devices without configuration register
43hotline_context=default					; context for hotline
44hotline_extension=111					; extension will be dialed on offHook
45
46callhistory_answered_elsewhere = Missed Calls
47
48;=========================================================================================
49;
50; include files
51;
52;=========================================================================================
53#include sccp_hardware.conf
54#include sccp_extensions.conf
55