[asterisk-users] cisco spa phones and sal

2014-03-02 Thread kelly
Hi
   I have been trying for several days get 3 Cisco spa508g phones
(firmware 7.5.5) to work with asterisk 11.6 cert1 and sla. I can get
the phones to all ring when an incoming call arrives, and I see the
slatrunk working. However the blf function does not work. If one
extension picks up the call the others do not show the trunk in use. 
And as you might expect the hold and outbound dialing does not work. I
do not think the problem is with the sla config on asterisk, but
rather the setup in the phone. Does anyone have an example config for
the spa phones.

Thanks

Kelly

-
Email sent using Atmail - Email, Groupware and Calendaring done right.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] cisco spa phones and sal

2014-03-02 Thread Noah Engelberth
One quickie that usually gets me:

On the “Attendant Console” tab, there is a “Server Type” setting in the General 
section that defaults to Broadcom.  This needs to be changed to Asterisk for 
ANY BLF on the phone to work (regardless of whether or not you’re doing BLF on 
the phone itself or via an attendant console).  This tab is only accessible 
within the /admin/advanced web interface, or you can use the Server_Type 
configuration option within the pseudo-XML config files, if you’re doing auto 
provisioning.

Noah Engelberth
MetaLINK Technologies

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of ke...@ncwcom.com
Sent: Sunday, March 02, 2014 12:04 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] cisco spa phones and sal

Hi
   I have been trying for several days get 3 Cisco spa508g phones (firmware 
7.5.5) to work with asterisk 11.6 cert1 and sla. I can get the phones to all 
ring when an incoming call arrives, and I see the slatrunk working. However the 
blf function does not work. If one extension picks up the call the others do 
not show the trunk in use.  And as you might expect the hold and outbound 
dialing does not work. I do not think the problem is with the sla config on 
asterisk, but rather the setup in the phone. Does anyone have an example config 
for the spa phones.

Thanks

Kelly

Email sent using Atmail - Email, Groupware and Calendaring done right.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Is this list dead? Or the project?

2014-03-02 Thread Stefan Gofferje
Hi,

I'm tinkering with Asterisk for * for about 12 years now and since about
10 years, it's my home PBX. I was off the list for something like 7
years - had other things to do.
But... I remember, then, sometimes came over 1000 mails in 24h. Now it's
hardly 50 new mails per week.
Is the list dead? Or is the project dead?
Or is nobody tinkering any more and everybody buying some turnkey-stuff?

Just wondering...

-S

-- 
 (o_   Stefan Gofferje| SCLT, MCP, CCSA
 //\   Reg'd Linux User #247167   | VCP #2263
 V_/_  Heckler  Koch - the original point and click interface




smime.p7s
Description: S/MIME Cryptographic Signature
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Is this list dead? Or the project?

2014-03-02 Thread Doug Lytle
Stefan Gofferje wrote:
 Now it's
 hardly 50 new mails per week.
 Is the list dead? Or is the project dead?

It's called being a mature project.  And, I don't call averaging 400
messages a month as being a dead list.

And, once I've got several stable systems in production, I don't mess
with them much.


Doug


-- 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] cisco spa phones and sal

2014-03-02 Thread kelly
Thanks for the reply

 I did have it set to asterisk but the Attendant Console Call Pickup
Code:was set to *8 (asterisk default)  For some reason *8 would give
a forbidden message on the screen of the phone. So I changed it to #8
and changed the features.conf file to reflect that. It works now
except that the phone does not ring. The blf lights flash on the
phones and when you answer one of them the line shows in use on all
phones. Park the call on one phone and you can pick it up on any other
phone just by hitting the line button. If you pick up the line it
dials asterisk and gives you a dial tone on the sla trunk.

My biggest problem now is that the phones don't ring. Below are my
configs. I would greatly appreciate any input.

sla.conf

[general]
attemptcallerid=yes 

[line1]
type=trunk
device=DAHDI/1-1
autocontext=line1
hold=open

[line2]
type=trunk
device=DAHDI/1-2
autocontext=line2

[station](!) 
type=station
autocontext=sla_stations
ringtimeout=30
ringdelay=1
trunk=line1

[8*5001](station)
device=SIP/5001

[8*5002](station)
device=SIP/5002

dialplan show lists

[ Context 'line1' created by 'SLA' ]
  's' =    1.
SLATrunk(line1)   
[SLA]

[ Context 'line2' created by 'SLA' ]
  's' =    1.
SLATrunk(line2)   
[SLA]

[ Context 'sla_stations' created by 'SLA' ]
  '8*5001' =   1.
SLAStation(8*5001)
[SLA]
  '8*5001_line1' = hint:
SLA:8*5001_line1    [SLA]
    1.
SLAStation(8*5001_line1)   [SLA]
  '8*5002' =   1.
SLAStation(8*5002)
[SLA]
  '8*5002_line1' = hint:
SLA:8*5002_line1    [SLA]
    1.
SLAStation(8*5002_line1)   [SLA]

on phone 1

ext 1 enabled yes
username 100
password  password

ext 2 enabled no

phone tab

line key 1
extension 1
share call appearance private
short name 100 

line key 2
extension disabled
share call appearance private
short name line 1
extended function
fnc=blf+cp+sd;sub=8*5001_line1@$PROXY;ext=8*5001_line1@$PROXY

on phone 2

ext 1 enabled yes
username 101
password  password

ext 2 enabled no

phone tab

line key 1
extension 1
share call appearance private
short name 101 

line key 2
extension disabled
share call appearance private
short name line 1
extended function
fnc=blf+cp+sd;sub=8*5002_line1@$PROXY;ext=8*5002_line1@$PROXY

Kelly

- Original Message -
From: Asterisk Users Mailing List - Non-Commercial Discussion 
To:Asterisk Users Mailing List - Non-Commercial Discussion 
Cc:
Sent:Sun, 2 Mar 2014 23:33:03 +
Subject:Re: [asterisk-users] cisco spa phones and sal

One quickie that usually gets me:

 

On the “Attendant Console” tab, there is a “Server Type”
setting in the General section that defaults to Broadcom.  This needs
to be changed to Asterisk for ANY BLF on the phone to work (regardless
of whether or not you’re doing BLF on the phone itself or via an
attendant console).  This tab is only accessible within the
/admin/advanced web interface, or you can use the  configuration
option within the pseudo-XML config files, if you’re doing auto
provisioning.

 

Noah Engelberth

MetaLINK Technologies

 

FROM: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] ON BEHALF OF
ke...@ncwcom.com
SENT: Sunday, March 02, 2014 12:04 PM
TO: asterisk-users@lists.digium.com
SUBJECT: [asterisk-users] cisco spa phones and sal

 

Hi
    I have been trying for several days get 3 Cisco spa508g phones
(firmware 7.5.5) to work with asterisk 11.6 cert1 and sla. I can get
the phones to all ring when an incoming call arrives, and I see the
slatrunk working. However the blf function does not work. If one
extension picks up the call the others do not show the trunk in use. 
And as you might expect the hold and outbound dialing does not work. I
do not think the problem is with the sla config on asterisk, but
rather the setup in the phone. Does anyone have an example config for
the spa phones.

 Thanks

 Kelly

Email sent using Atmail - Email, Groupware and Calendaring done rig1

-
Email sent using Atmail - Email, Groupware and Calendaring done right.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Is this list dead? Or the project?

2014-03-02 Thread Ron Wheeler
It works, there is documentation and you can Google most of the things 
that you are going to run into, if you don't want to read the docs.

The GUI interfaces mostly work if you want to support analog, SIP and VoIP.

Only the odd little issues or people trying to support odd 
configurations result in forum discussions.


Ron

On 02/03/2014 7:44 PM, Doug Lytle wrote:

Stefan Gofferje wrote:

Now it's
hardly 50 new mails per week.
Is the list dead? Or is the project dead?

It's called being a mature project.  And, I don't call averaging 400
messages a month as being a dead list.

And, once I've got several stable systems in production, I don't mess
with them much.


Doug





--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users