SLA, SPA942, Asterisk 11.7.0
Fellow asterisk users,
I am trying to get Single Line Appearance functionality working on a set of Linksys SPA942 phones and have not been successful. It looks like sla.conf is not getting read, only one phone reads as registered for the shared line, and a busy tone every time the shared extension is dialed. I have followed the documentation [1] and followed through other threads I saw regarding this feature [2,3,4]. Any advice would be appreciated.
Sincerely, Dennison Williams
; ==; = sla.conf
; ==[line1]
type=trunk device=SIP/240 ; The example show using a DHADI trunk, but I can use a sip line right?
autocontext=line1
[station1]
type=station trunk=line1
autocontext=sla_stations
[2272](station)
device=SIP/2272
[2282](station)
device=SIP/2282
; ==; = sip.conf snippet
; ==[2272]
type=friend host=dynamic dtmfmode=rfc2833
secret=nottherealpasswd context=sla_stations
[2282]
type=friend host=dynamic dtmfmode=rfc2833
secret=nottherealpasswd context=sla_stations
; ==; = extensions.conf snippet
; ==exten => 240,1,DIAL(SIP/240)
[1] https://wiki.asterisk.org/wiki/pages/viewpage.action?pageIdH16923
[2] http://www.voip-info.org/wiki/view/Asterisk+SLA
[3] http://forum.voxilla.com/threads/shared-lines-appearance-spa942.15940/
[4]
http://community.linksys.com/t5/VoIP-Phones/Shared-Line-Appearance-on-SPA942/td-p/222638