[asterisk-users] Page Groups
Steve Langstaff
steve.langstaff at citel.com
Tue Aug 15 09:45:46 MST 2006
For intercom, do you mean placing a call that is automatically answered by the called party?
If so, the following works for legacy phones connected via a Citel Handset Gateway, amongst others:
exten => _*803X.,1,Macro(user-callerid)
exten => _*803X.,2,SetVar(_ALERT_INFO=info=alert-autoanswer)
exten => _*803X.,3,SIPAddHeader(Answer-Mode: Auto)
exten => _*803X.,4,Dial(SIP/${EXTEN:4})
(so you dial *803 and then the extension number you want to target)
Similar techniques can be used for page.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com]On Behalf Of Curt Shaffer
Sent: 15 August 2006 17:16
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] Page Groups
I have a company that I am going to be moving away from a legacy PBX to Asterisk. They use page zones pretty heavy and I would like to keep that functionality. Basically when someone is not at their desk the receptionist pages all of the phones, telling them there is a call. Does anyone out there know of the best phones to do this with and if it is really even possible. I see that intercom is not supported and paging appears to be minimally supported.
Thanks
Curt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060815/3d1d0ffc/attachment.htm
More information about the asterisk-users
mailing list