Hello,

I'm trying to setup shared lines with Asterisk 1.4.26 and Snom phones.

It seems that Asterisk works correctly (I get "State: SLA_TRUNK_STATE_RINGING" from the CLI) but the lamps on the phone are not blinking even if I setup one function key on my phones as shared line with number: <sip:[email protected]> where line1 is my DAHDI/32

Any hints appreciated. :)

Thank you.

Giorgio.

(In attachment an attempt to make SIP/8 and SIP/81(2 snoms) monitor and use DAHDI/32 channel)
sla.conf:
[line1]
type=trunk
Device=DAHDI/32
autocontext=line1

[station](!)
type=station
trunk=line1
autocontext=sla_stations

[station1](station)
device=SIP/81

[station2](station)
device=SIP/8

extensions.conf:
[line1]
exten => s,1,SLATrunk(line1)
exten => s,n,Hangup

[sla_stations]
exten => station1,1,SLAStation(station1)
exten => station1_line1,1,SLAStation(station1_line1)

exten => station1_line1,hint,SLA:station1_line1

exten => station2,1,SLAStation(station2)
exten => station2_line1,1,SLAStation(station2_line1)

exten => station2_line1,hint,SLA:station2_line1
-- 
_____________________________________________________________________
-- 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

Reply via email to