LinuxMCE Forums

General => Users => Topic started by: bulek on November 30, 2011, 01:16:33 AM

Title: How to setuo sccp.conf and use SCCP under Asterisk
Post by: bulek on November 30, 2011, 01:16:33 AM
Hi,

I've 3 7970 phones and they worked quite ok under 7.10. I'd like them to work under newer versions of LMCE - they also support a lot of various features that can be put in config file. But when I take a look at this config files, they all seem a bit cryptic for me.

Does anyone know of any document that would (shortly) explain features & settings of sccp channel under asterisk ?

Regards,

Bulek
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: cafedumonde on December 05, 2011, 04:26:34 PM

I have one 7970, that is working fine under 810 using SCCP. I just used the instructions in with Wiki after a fresh install.

CDM
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: bulek on December 08, 2011, 09:25:13 PM
Quote from: cafedumonde on December 05, 2011, 04:26:34 PM
I have one 7970, that is working fine under 810 using SCCP. I just used the instructions in with Wiki after a fresh install.

CDM

Hi,

thanks for response. Could you please post some more details about how it looks (Asterisk version, your /etc/sccp.conf ) ??

It will help me a lot...

Regards,

Bulek.
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: daballiemo on December 11, 2011, 11:15:08 AM
I have (among others) a 7970, this is the sscp.conf. The 7970 has 2 lines. One especially for a door bell.

; (SCCP*)
;
; An implementation of Skinny Client Control Protocol (SCCP)
;
; Sergio Chersovani (mlists@c-net.it)
; http://chan-sccp.belios.de
;
; Supported phone types
;    12 -- Cisco IP Phone 12SP+ (or other 12 variants)
;    30 -- Cisco IP Phone 30VIP (or other 30 variants)
;  7902 -- Cisco IP Phone 7902G
;  7905 -- Cisco IP Phone 7905G
;  7910 -- Cisco IP Phone 7910
;  7912 -- Cisco IP Phone 7912G
;  7935 -- Cisco IP Conference Station 7935
;  7936 -- Cisco IP Conference Station 7936
;  7920 -- Cisco IP Wireless Phone 7920
;  7940 -- Cisco IP Phone 7940
;  7960 -- Cisco IP Phone 7960
;  7970 -- Cisco IP Phone 7970
;  7914 -- Cisco IP Phone 7960 with a 7914 addon
;   ata -- Cisco ATA-186 or Cisco ATA-188 (untested)

[general]
keepalive = 60               ; phone keep alive message evey 60 secs. Used to check the voicemail
debug = 1                    ; console debug level. 1 => 10
context = from-internal      ; default context for calls
dateFormat = D.M.Y           ; M-D-Y in any order. Use M/D/YA (for 12h format)
bindaddr = 192.168.80.1 ; replace with the ip address of the asterisk server (RTP important param)
port = 2000                  ; listen on port 2000 (Skinny, default)
disallow = all               ; First disallow all codecs
allow = alaw                 ; Allow codecs in order of preference
allow = ulaw                 ;
dnd = off                    ;
firstdigittimeout = 30       ; dialing timeout for the 1st digit
digittimeout = 3             ; more digits
autoanswer_ring_time = 1     ; ringing time in seconds for the autoanswer, the default is 0
autoanswer_tone = 0x32       ; autoanswer confirmation tone. For a complete list of tones: grep SKINNY_TONE sccp_protocol.h
                             ; not all the tones can be played in a connected state, so you have to try.
remotehangup_tone = 0x32     ; passive hangup notification. 0 for none
transfer_tone = 0            ; confirmation tone on transfer. Works only between SCCP devices
language=nl                  ; Default language setting this setting also sets the voicemailbox language
musicclass=han               ; Sets the default music on hold class


[devices]
;<pl_dev_183>
type = 7970
description = SEP0015FAEAB924
autologin = 220,222
transfer = on
park = on
speeddial =
cfwdall = off
cfwdbusy = off
dtmfmode = inband
device => SEP0015FAEAB924
;</pl_dev_183>
;<pl_dev_187>
type = 7970
description = SEP000D282E7921
autologin = 222
transfer = on
park = on
speeddial =
cfwdall = off
cfwdbusy = off
dtmfmode = inband
device => SEP000D282E7921
;</pl_dev_187>

[lines]
;<pl_line_183>
id = 220
pin =
label = 220
description = 220
context = from-internal
incominglimit = 2
transfer = on
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22
cid_name = pl_183
cid_num = 220
line => 220
;</pl_line_183>
;<pl_line_187>
id = 222
pin =
label = 222
description = 222
context = from-internal
incominglimit = 2
transfer = on
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22
cid_name = pl_187
cid_num = 222
line => 222
;</pl_line_187>
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: bulek on December 12, 2011, 03:56:36 PM
Quote from: daballiemo on December 11, 2011, 11:15:08 AM
I have (among others) a 7970, this is the sscp.conf. The 7970 has 2 lines. One especially for a door bell.

....

Thanks for response and info. How is your doorbell connected to asterisk - is it just ordinary extension ? Is this setup different from setup where doorbell call comes in and goes to other phones by nornal call routing ?

Thanks in advance,

regards,

Bulek.
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: daballiemo on December 12, 2011, 09:09:19 PM
Yup, I only have the doorbell routing to one phone instead of ringing all the phone. Within asterisk I have made a ringing group that is called by the door extension, and this extra line is the only extension in this ringing group except for my mobile phone.
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: bugui on December 13, 2011, 06:22:07 AM
Hi daballiemo,
Do you have a camera on your system?

Thanks
Hernan
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: daballiemo on December 14, 2011, 08:31:23 PM
Quote from: bugui on December 13, 2011, 06:22:07 AM
Hi daballiemo,
Do you have a camera on your system?

Thanks
Hernan


I do not understand the question in relation to the subject of this thread  ??? Maybe you have to explain....
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: stallione on December 16, 2011, 08:48:11 PM
I think he was asking about a door-bell camera, or a camera tied to the doorbell to see who is at the door. :)
Title: Re: How to setuo sccp.conf and use SCCP under Asterisk
Post by: daballiemo on December 18, 2011, 05:50:43 PM
Quote from: stallione on December 16, 2011, 08:48:11 PM
I think he was asking about a door-bell camera, or a camera tied to the doorbell to see who is at the door. :)

I see, no I don't.

kr