[Asterisk-Users] 7960 + 7914 Problems

Craig Bruenderman cbruenderman at networkadvocates.com
Fri Aug 12 07:34:50 MST 2005


I'm still having problems getting this to work. I cannot get anything to
display on my 7914 other than blank lines.

I have SIP/5920-5930 in [main] that I'd like to add to the 7914 and
indicate hook status. The 7960 is registering okay as SCCP/5000.

What exactly should my sccp.conf file look like? When I make changes to
this, how do I enact them? Do I reload Asterisk and reboot the phone or
do I have to restart Asterisk and reboot the phone?

Right now, this is how sccp.conf looks.



[general]
keepalive = 5
context = main
dateFormat = D-M-Y      ; M-D-Y in any order (5 chars max)
bindaddr = 192.168.1.10 ; replace 1.2.3.4 with the ip address of the
port = 2000    ; listen on port 2000 (Skinny, default)

[SEP00036B75B542]
type        = 7914
autologin   = ,,,,,,79140,79141
speeddial   = 5929,Craig B,5929 at main

[martha]
id          = 5000
pin         =
label       = Martha
context     = main
callwaiting = 1
mailbox     = 5000

; Another line.
[79140]
id          = 5929
pin         =
label       = Craig
context     = main

[79141]
id          = 5933
pin         =
label       = Andy
context     = main


Message: 4
Date: Fri, 05 Aug 2005 14:53:39 -0400
From: Joseph <tech at ekn.com>
Subject: Re: [Asterisk-Users] Cisco 7914
To: Asterisk Users Mailing List - Non-Commercial Discussion
	<asterisk-users at lists.digium.com>
Message-ID: <1123268019.6987.132.camel at localhost>
Content-Type: text/plain

On Fri, 2005-08-05 at 14:09 -0400, Craig Bruenderman wrote:
> How does one go about programming a Cisco 7914 sidecar to be used as a

> busy lamp field?
> 

In the sccp.conf file, 

o As a Line:
 You can assign a line to the button/lamp which is really neat.
The lamp is green when you are on the line, blinking green when you put
the line on hold, blinks orange when you call that line.
If you had a 7960 and wanted a line on the 7914 you could do it this
way: 
 autologin = ,,,,,,79140,79141 ; This makes it go to the 7th button 
                               ; for the first line button.



o As a speed dial (lamp is either off or red)  You setup a speed dial
like this:
speeddial = 10,John Doe,10 at from-sccp

 And then to make this work you need to have the  exten =>
10,hint,SCCP/10 ;sccp phone  exten => 10,hint,SIP/10  ;Sip phone

As a line you don't need the hint.

Note: a speed dial with hint shows an icon of a phone just like a line.
And when the lamp is on with the hint, it shows an icon of a phone with
an X though it. This is the case with the 7940/7960 speed dials as well.

The icon gives you the same line status as the lamps even without the
7914 sidecar.


Craig Bruenderman
Network Advocates, Inc.
300 Envoy Circle
Suite 300
Louisville, KY  40299

Main:  502-412-1050
DID:   502-992-5929
Fax:   502-412-1058
Mobile:  502-548-1100




More information about the asterisk-users mailing list