Displaying 2 results from an estimated 2 matches for "watchgroup".
2005 Oct 10
1
Need help with hint and call group
We have 4 employees and we're running Cisco 7970 phones. Each phone has
a unique SCCP line configured (in the autologin area of the sccp.conf
file) for each employee. We have hints set up in the extension.conf
file like the following:
exten => 101,hint,SCCP/101
exten => 102,hint,SCCP/102
exten => 103,hint,SCCP/103
exten => 104,hint,SCCP/104
We have speeddial= lines set
2005 Oct 11
2
Re: [Chan-sccp-users] Need help with hint and callgroup
...ober 11, 2005 2:00 AM
To: chan-sccp-users@berlios.de
Cc: chan-sccp-users@lists.berlios.de; asterisk-users@lists.digium.com;
chan-sccp-users-admin@berlios.de
Subject: [Asterisk-Users] Re: [Chan-sccp-users] Need help with hint and
callgroup
...why don't you put the hints in an own area as like
[watchgroup]
exten => 1,hint,SCCP/101
exten => 2,hint,SCCP/102
exten => 3,hint,SCCP/103
exten => 4,hint,SCCP/104
and then inside sccp.conf:
speeddial = 101,101,1@watchgroup
speeddial = 102,102,2@watchgroup
speeddial = 103,103,3@watchgroup
speeddial = 104,104,4@watchgroup
as the watchgroup is on...