cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3084
Views
0
Helpful
3
Replies

How to enable manual speed dial for CME SCCP and SIP phones

shyam2014
Level 1
Level 1

Hi Guys,

I have a CME router configured and both sccp and sip phones are functional. Currently I am programming speed dials on each ephone and voice register pool manually. Is there a way so user can themselves configure that on the phone itself?

What are the commands should be used in telephony service and ephone, voice register to have that enable?

3 Replies 3

Phone User-Interface for Speed Dial and Fast Dial

In Cisco Unified CME 4.3 and later versions, IP phone users can configure their own speed-dial and fast-dial settings directly from the phone. The speed-dial and fast-dial settings can be added or modified on the phone by using a menu available with the Services feature button. Extension Mobility users can add or modify speed-dial settings in their user profile after logging in. Fast-dial settings are not configurable from Extension Mobility phones, nor is the logout profile configurable from the phone.

Previously, the speed-dial and fast-dial configuration for a phone could only be done in Cisco Unified CME or by using the web-based GUI. This feature gives phone users the convenience of configuring their speed-dial and fast-dial settings from their phones directly.

The speed-dial and fast-dial user interface is enabled by default on all phones with displays. You can disable the capability for an individual phone in Cisco Unified CME to prevent a phone user from accessing the interface. If a phone's speed-dial or fast-dial setting is configured with an ephone-template, the configuration from the phone applies only to the specific phone and does not change the ephone-template configuration.

For configuration information, see the “User Interface for Speed-Dial and Fast-Dial” section.

For information on how phone users configure speed-dial and fast-dial buttons using the phone user-interface, see the Cisco Unified IP Phone documentation for Cisco Unified CME.

 

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/ip_phones/roadmap/cucme_phone_roadmap.html

 

User Interface for Speed-Dial and Fast-Dial

To enable a phone user to configure speed-dial and fast-dial numbers from a menu on their phone, perform the following steps. This feature is enabled by default. You must perform this task only if the feature was previously disabled on a phone.

Prerequisites

·           Cisco Unified CME 4.3 or a later release.

·           The Service URL must be configured. See the “SCCP: Provisioning URLs for Feature Buttons” section.

Restrictions

Extension Mobility users cannot configure fast-dial settings (for personal speed-dial) from their phone.

SUMMARY STEPS

1.http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif enable

2.http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif configure terminal

3.http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif ephone phone-tag

4.http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif phone-ui speeddial-fastdial

5.http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif end

DETAILED STEPS

 

Command or Action

Purpose

Step 1

enable

 

Router> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

 

Router# configure terminal

Enters global configuration mode.

Step 3

ephone phone-tag

 

Router(config)# ephone 12

Enters ephone configuration mode.

  •  phone-tag —Unique number that identifies this ephone during configuration tasks.

Step 4

phone-ui speeddial-fastdial

 

Router(config-ephone)# phone-ui speeddial-fastdial

Enables a phone user to configure speed-dial and fast-dial numbers on their phone.

  • This command is enabled by default.

Step 5

end

 

Router(config-ephone)# end

Exits to privileged EXEC mode.

For information on how phone users configure speed dial and fast dial buttons using the UI, see the Cisco Unified IP Phone documentation for Cisco Unified CME.

 

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm/cmespeed.html#26309

 

 

P.S Pls rate helpful post

Hello

I am getting Host Not Found error if i access any of my phone apps.

I have 7821 sip phones on CME 10.5. I have following commands configured in CME

ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000

SIP Phone firmware is 10.1.1.SR1-4

Any idea why im getting host not found ?

Shahzad Ayub
Level 1
Level 1

Hi Shaym,

For users to add speed-dial manually it's possible through phone settings->My Phone Apps and and scroll down to Personal speed dial where each user can add his own speed-dials

 

You can enable speed-dial globally by adding a speed-dial file in xml format to your router flash.File content will be like below and you can access these speed-dials from Directories > Local Speed Dial menu on IP phones. 

 

<CiscoIPPhoneDirectory>
<Title>Local Speed Dial</Title>
<Prompt>Record 1 to 1 of 1 </Prompt>
<DirectoryEntry>
<Name>Steve</Name>
<Telephone>1111</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Jim</Name>
<Telephone>1112</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Lars</Name>
<Telephone>1113</Telephone>
</DirectoryEntry>
</CiscoIPPhoneDirectory>

 

Shahzad

please rate helpful posts