10-24-2015 10:59 PM - edited 03-17-2019 04:41 AM
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?
10-25-2015 10:37 AM
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
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.
· Cisco Unified CME 4.3 or a later release.
· The Service URL must be configured. See the “SCCP: Provisioning URLs for Feature Buttons” section.
Extension Mobility users cannot configure fast-dial settings (for personal speed-dial) from their phone.
1. enable
2. configure terminal
3. ephone phone-tag
4. phone-ui speeddial-fastdial
5. end
Command or Action | Purpose | |
Step 1 | enable
Router> enable | Enables privileged EXEC mode.
|
Step 2 | configure terminal
Router# configure terminal | Enters global configuration mode. |
Step 3 | ephone phone-tag
Router(config)# ephone 12 | Enters ephone configuration mode.
|
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.
|
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.
P.S Pls rate helpful post
11-30-2015 12:14 AM
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 ?
10-25-2015 02:02 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide