[Asterisk-Users] Polycom Softkeys & Voicemail Button
Sean Cook
scook at kinex.net
Tue Nov 15 07:19:54 MST 2005
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Matthew T. O'Connor
> Sent: Tuesday, November 15, 2005 8:41 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Polycom Softkeys & Voicemail Button
>
> Brian wrote:
> > I would like to alter some of the softkey options on the phone, such
> > as removing Buddies/MyStat buttons, and possibly replacing them with
> > other options -- as well as altering the transfer/conference softkey
> > options for situations where a call is in progress. I have read
> > through the Admin Guide, but still remain unsure on how to actually
> > make these changes -- and what configuration options to use. Has
> > anyone does this before, if so, do you have the configuration sections
> > that need to be modified?
>
> As far as I can tell, nobody has figured this out. There are however
> many people on this list who would be VERY interested in getting these
> questions answered.
Not so...
They do require ftp or tftp configuration:
To remove the Buddies/MyStat soft buttons set both enabled flags here to 0
<feature feature.1.name="presence" feature.1.enabled="0"
feature.2.name="messaging" feature.2.enabled="0"
To Change the Messages Button for 1 touch dial:
<msg msg.bypassInstantMessage="1">
<mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact"
msg.mwi.1.callBack="4999" msg.mwi.2.subscrib
e="" msg.mwi.2.callBackMode="disabled" msg.mwi.2.callBack=""
msg.mwi.3.subscribe="" msg.mwi.3.callBackMode="di
sabled" msg.mwi.3.callBack="" msg.mwi.4.subscribe=""
msg.mwi.4.callBackMode="disabled" msg.mwi.4.callBack="" m
sg.mwi.5.subscribe="" msg.mwi.5.callBackMode="disabled"
msg.mwi.5.callBack="" msg.mwi.6.subscribe="" msg.mwi.6
.callBackMode="disabled" msg.mwi.6.callBack=""/>
</msg>
More information about the asterisk-users
mailing list