cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1020
Views
8
Helpful
5
Replies

Problem with bulk-speed-dial

mnour401917_2
Level 1
Level 1

Hi all.

I have a problem with a global directory that i am trying to implement.

I am using the bulk-speed-dial command under telephony service to get the speed dials.

This worked for the first speed dials when configured. The problem is when I updating the .csv file on the tftp server, Cisco CCME doesn't seem to peek up the updated number, is there any way I can configure the CCME so that it periodically checks if there are new entries on the CSV file.

The only way that I can make the newly added speed dials is by removing the command (bulk-speed-dial list 0 tftp://192.168.x.x/phonebook/phoneBook.csv) and then adding it back under the telephony service.

Anyone have idea, Thanks!

Nour

5 Replies 5

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi Nour,

As you noted, CCME does not automatically refresh the bulk-speed-dial files.

You could configure EMM so that periodically the commands needed are executed:

http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6555/ps6815/config_guide_eem_configuration_for_cisco_integrated_services_router_platforms.html

Hope this helps, please rate post if it does!

balley
Level 1
Level 1

Per Cisco, that is the only way to 'refresh' the speed dial list.

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/command/reference/cme_b1ht.html#wp1011188

anwar-ahmed
Level 1
Level 1

hi mnour401917,

Can you tel me that what is the format for the bulk speed dial file.

Thanks in advance

Hi Anwar,

The format of the bulk speed dial is in CSV.

thanks

Hi Anwar,

This command in telephony-service configuration mode enables a bulk speed-dial list on a per-system basis for all phones in Cisco Unified CME. This command in ephone configuration mode enables a bulk speed-dial list for a particular phone in Cisco Unified CME.

Bulk speed-dial lists must contain only comma-separated data. Typically, speed-dial lists are text files saved with the.txt file extension or Microsoft® Office Excel tables saved as .csv files.

Each list contains entries of speed-dial codes and the associated phone numbers to be dialed. Each entry in a list must appear on a separate line. Fields in each entry are separated by commas (,). A line that begins with a semicolon (;) is a comment and is ignored by Cisco Unified CME. Each entry in a list can include the following fields.

index,digits,[name],[hide],[append]

index

Zero-filled number that uniquely identifies this index entry. Maximum length: 4 digits. All index entries must be the same length.

digits

Telephone number to dialed. Represents a fully qualified E.164 number. Use a comma (,) to represent a one-second pause.

name

(Optional) Alphanumeric string to identify a name, up to 30 characters.

hide

(Optional) Enter hide to block the display of the dialed number.

append

(Optional) Enter append to allow additional digits to be appended to this number when dialed.

The following is a sample bulk speed-dial list:

01,5550140,voicemail,hide,append

90,914085550153,Cisco extension,hide,append

11,9911,emergency,hide,

91,9911,emergency,hide,

08,110,Paging,,append

The software does not automatically detect changes to the list files. If you modify a bulk speed-dial list that is enabled at a global or phone level, explicitly disable the list using the no form of this command, then enable the modified list. If the same list is enabled for more than one phone, disable the list on each phone using the no form of this command in ephone configuration mode, then enable the modified list per phone.

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/command/reference/cme_b1ht.html#wp1011188

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmespeed.html#wp1010879

Hope this helps!

Rob