11-15-2013 07:38 AM - edited 03-16-2019 08:26 PM
Hi,
I'm facing problems while trying to define softkeys (e.g. transfer or dnd) for the 9971 with cme 9.1.
1. trying to define softkeys by specifying them in the voice register template command doesnt work
voice register template 1
softkeys idle cfwdall redial newcall
voice register pool 1
type 9971
template 1
number 1 dn 1
number 2 dn 2
2. Another issue is the second dn - there I have different softkeys then on dn 1 (call transfer is missing)
Most of the posts here say that its not possible to define softkeys with the template command. Whats the alternative?
Any help would be highly appreciated
Regards, Frank
11-15-2013 08:20 AM
Hi Frank,
We don't run any 9971's on CME but I did find this an interesting question
The 9971 is treated differently than other models;
Cisco Unified CME 8.5 allows you to control the display of soft keys on the Cisco Unified SIP IP Phones 8961, 9951, and 9971 using the Feature Policy template. The Feature Policy template allows you to enable and disable a list of feature soft keys on Cisco Unified SIP IP Phones 8961, 9951, and 9971. Table 79 lists the controllable feature soft keys with specific feature IDs and their default state on Cisco Unified SIP IP Phones 8961, 9951, and 9971.
# Feature ID | # Feature Name | # Description | # Default State on CME |
---|---|---|---|
# 1 | # ForwardAll | # Forward all calls | # Enabled |
# 2 | # Park | # Parks a call | # Enabled |
# 3 | # iDivert | # Divert to Voicemail | # Enabled |
# 4 | # ConfList | # Conference List | # Disabled |
# 5 | # SpeedDial | # Abbreviated Dial | # Disabled |
# 6 | # Callback | # Call back | # Disabled |
# 7 | # Redial | # Redial a call | # Enabled |
# 8 | # Barge | # Barge into a call | # Enabled |
Cisco Unified CME uses the existing softkey command under voice register template configuration mode to control the controllable feature soft keys on phones. Cisco Unified CME generates a featurePolicy
Cheers!
Rob
"Why do the best things always disappear "
- The Band
11-15-2013 01:43 PM
Hi, Rob,
thanks for the reply / I found that information already in other posts - unfortunatelyit doesn't help.
The phone loads the featurepolicy1.xml file but does not show the configured softkeys - really strange
Regards, Frank
02-18-2015 04:06 PM
I realize this is an old thread, but did you ever find a resolution to this? Running into the same issue. Thanks, Mike
02-19-2015 02:00 AM
Unfortunately not. Seems that this is not working within CME environments
Best, Frank
02-27-2016 12:02 AM
Hi all,
9971 phones work different from other SCCP/SIP phones in CME. As in CUCM, where they do not follow the "softkey template" rules, in CME they don't follow them either.
I haven't found an easy way to change the "Feature Policy Soft Key Control", but I got a way, which is to manipulate the featurePolicy<num>.xml
<featurePolicy name="Feature Policy 1">
<versionStamp>0007102403737004</versionStamp>
<featureDef name="Forward All">
<id>1</id>
<enable>false</enable> <= It was "true" by default, changed to "false" and the key dissapeared.
</featureDef>
<featureDef name="Park">
<id>2</id>
<enable>true</enable>
</featureDef>
<featureDef name="To Voicemail (Alerting)">
<id>3</id>
<enable>true</enable>
</featureDef>
<featureDef name="Conference List">
<id>4</id>
<enable>true</enable>
</featureDef>
<featureDef name="Speed Dial">
<id>5</id>
<enable>false</enable>
</featureDef>
<featureDef name="Call Back">
<id>6</id>
<enable>false</enable>
</featureDef>
<featureDef name="Redial">
<id>7</id>
<enable>true</enable>
</featureDef>
<featureDef name="Barge">
<id>8</id>
<enable>true</enable>
</featureDef>
<featureDef name="To Voicemail (Connected)">
<id>9</id>
<enable>true</enable>
</featureDef>
</featurePolicy>
HTH, Regards,
José Manuel
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: