09-10-2024 10:35 AM
So I am stumpped... I enter this command...
tftp-server harddisk:/phone-configs/SEP74860B95756E.cnf.xml alias SEP74860B95756E.cnf.xml
I get this response...
This alias is already being used. Please use another alias
There is no aliases in my running-config for this file. Any ideas? Thanks in advance.
(ISR 4451 - CME - 8841 phones)
09-10-2024 11:13 AM
What is the purpose of adding this alias command, what is it that you want to achieve with it?
09-10-2024 11:52 PM
As @Roger Kallberg mentioned, why do you want to do that?
09-12-2024 02:55 AM
So I was having issues with my phones acting funny. The displays were staying active after I edited them to shut off after 5 minutes.. So I uploaded the configs so the phones could pull them, then when I checked the phones configs were not edited again. I thought maybe they were not pulling the configs or pulling them from somewhere else.
All came down to I had formatted all the configs with an xml formatter (my ocd) lol. When I let the phones create their own profile, edited just the part I needed to to make the displays act the way I wanted, then uploaded then; they all work fine.
So all is good now. But just out of curiosity are the phones hard coded to pull configs from a specific place?
09-12-2024 04:45 AM
Yes, sort of. They request a set name from TFTP, based on the MAC address of the device, then the TFTP service hands the file to the device.
09-15-2024 10:48 PM
When ever you make changes on the phone configurations, make sure you apply the below corresponding to the phone model you use.
SIp phones
Router(config)# voice register global Router(config-register-global)# create profile
This command generates the configuration files used for provisioning SIP phones and writes the files to the location specified with the tftp-path command.
For SCCP
Router(config)# telephony-service Router(config-telephony)# create cnf-files
Use this command to generate the XML configuration files used for provisioning SCCP phones and write the files to the location specified with the cnf-file location command.
09-16-2024 10:43 AM - edited 09-16-2024 10:45 AM
If I was to do that after making manual changes to the config file, that would overwrite the changes I just made to the xml file.
i manually change/add settings to the xml config file, upload it to the phone & just restart the phone. Works perfectly.
09-16-2024 10:48 AM
That’s not the intended way to make changes to device configuration.
09-19-2024 04:42 AM - edited 09-19-2024 05:09 AM
So how do you do it with CME? With CUCM, which I do not use, all the options are there. With CME there is no options, for example, what days the phone display does not have to be active, idle display timeout, access to web GUI, etc... Only way I know is to manually change the phone configs & upload them to the device? Is there a way, maybe edit XMLDefault.xml with these settings and it will transfer to all the phones configs when you rebuild them with create profile?
09-25-2024 05:21 AM
Refer the guide,https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/command/reference/cme_cr/cme_cr_chapter_010000.html?bookSearch=true
Router(config)# telephony-service
Router(config-telephony)# service phone disableSpeaker true
Router(config-telephony)# service phone disableSpeakerAndHeadset true
Router(config-telephony)# service phone forwardingDelay 1
Router(config-telephony)# service phone garp 1
Router(config-telephony)# service phone pcPort 1
Router(config-telephony)# service phone voiceVlanAccess 0
Router(config-telephony)# service phone settingsAccess 1
Router(config-telephony)# service phone videoCapability 1
Router(config-telephony)# service phone daysDisplayNotActive 1,7
Router(config-telephony)# service phone displayOnTime 07:30
Router(config-telephony)# service phone displayOnDuration 10:00
Router(config-telephony)# service phone displayIdleTimeout 01:00
Router(config-telephony)# service phone daysBacklightNotActive 1,7
Router(config-telephony)# service phone backlightOnTime 07:30
Router(config-telephony)# service phone backlightOnDuration 10:00
Router(config-telephony)# service phone backlightIdleTimeout 01:00
Router(config-telephony)# create cnf-files
Router(config-telephony)# reset all
The following example shows how to set the default values for backlighting the phone display for all Cisco Unified IP phones with backlight capabilities in Cisco Unified CME:
Router(config)# telephony-service
Router(config-telephony)# service phone daysBacklightNotActive 1,7
Router(config-telephony)# service phone backlightOnTime 07:30
Router(config-telephony)# service phone backlightOnDuration 10:00
Router(config-telephony)# service phone backlightIdleTimeout 01:00
Router(config-telephony)# create cnf-files
Router(config-telephony)# reset all
09-25-2024 07:20 AM - edited 09-25-2024 07:21 AM
Thank you so much! Works perfect!
Only difference is that I have all SIP phones so I had to create profile and reset.
09-29-2024 01:52 AM
I haven’t tried it with SIP, so you’ll need to give it a go. However, even for SIP, some settings are configured under telephony service. Please let us know the outcome, as I don’t have a CME available to test it myself.
10-03-2024 05:50 PM
Yes Sir! It worked perfectly! I have all SIP phones, 8800 series with CME. Under telephony-service and works perfect!
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