VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
kelly at ncwcom.com Guest
|
Posted: Sun Mar 02, 2014 12:04 pm Post 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.ThanksKellyEmail sent using Atmail - Email, Groupware and Calendaring done right. |
|
Back to top |
|
|
nengelberth at team-me... Guest
|
Posted: Sun Mar 02, 2014 6:33 pm Post subject: [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 <Server_Type> configuration option within the pseudo-XML config files, if you’re doing auto provisioning.
Noah Engelberth
MetaLINK Technologies
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of kelly@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. |
|
Back to top |
|
|
kelly at ncwcom.com Guest
|
Posted: Sun Mar 02, 2014 8:17 pm Post subject: [asterisk-users] cisco spa phones and sal |
|
|
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=trunkdevice=DAHDI/1-1autocontext=line1hold=open[line2]type=trunkdevice=DAHDI/1-2autocontext=line2[station](!) type=stationautocontext=sla_stationsringtimeout=30ringdelay=1trunk=line1[8*5001](station)device=SIP/5001[8*5002](station)device=SIP/5002dialplan 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 1ext 1 enabled yesusername 100password passwordext 2 enabled nophone tabline key 1extension 1share call appearance privateshort name 100 line key 2extension disabledshare call appearance privateshort name line 1extended function fnc=blf+cp+sd;sub=8*5001_line1@$PROXY;ext=8*5001_line1@$PROXYon phone 2ext 1 enabled yesusername 101password passwordext 2 enabled nophone tabline key 1extension 1share call appearance privateshort name 101 line key 2extension disabledshare call appearance privateshort name line 1extended function fnc=blf+cp+sd;sub=8*5002_line1@$PROXY;ext=8*5002_line1@$PROXYKelly Quote: | ----- Original Message -----From:
"Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
To:
"Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>Cc:
Sent:
Sun, 2 Mar 2014 23:33:03 +0000Subject:
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 <Server_Type> configuration option within the pseudo-XML config files, if you’re doing auto provisioning.
Noah Engelberth
MetaLINK Technologies
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of kelly@ncwcom.comSent: Sunday, March 02, 2014 12:04 PMTo: asterisk-users@lists.digium.comSubject: [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. |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|