Folks, I have CISCO 7940g phone. I have in the past configured the phone with two lines. Having found the 2nd line wasn't much use, I want to remove it from the config. I have taken it out of the SIP config file that is TFTPd to the phone but it is still showing on the phone and it is still trying to log into Asterisk with that account. I have tried removing the config line and blanking out the options but it still persists. Does anyoen know how to get rid of the thing? Mike. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090624/3861e957/attachment.pgp
The phone caches the configuration... To remove it update the config like so: line2_name: "UNPROVISIONED" line2_authname: "UNPROVISIONED" line2_password: "UNPROVISIONED" line2_shortname: "UNPROVISIONED" line2_displayname: "UNPROVISIONED" For each line that you don't want anymore. So on a 7960 you would have to do this for lines 2-6. The line will then disappear from the phone. -Jonathan On Wed, Jun 24, 2009 at 2:11 PM, Mike <asterisk-users at norgie.net> wrote:> Folks, > > I have CISCO 7940g phone. I have in the past configured the phone with > two lines. Having found the 2nd line wasn't much use, I want to remove > it from the config. I have taken it out of the SIP config file that is > TFTPd to the phone but it is still showing on the phone and it is still > trying to log into Asterisk with that account. I have tried removing > the config line and blanking out the options but it still persists. > Does anyoen know how to get rid of the thing? > > Mike. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkpCloMACgkQmUrfmTU1ohWLzwCg39To92tTSB+6j8TkkJ4QTO+S > 1cAAn3a7FvqwKu4Id/LV44JiO8rmR4m/ > =Dpe0 > -----END PGP SIGNATURE----- > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090624/b16095d1/attachment.htm
You have to still have all of the line2 entries in the config file and they have to be set to "". -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mike Sent: Wednesday, June 24, 2009 4:12 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Removing line 2 from CISCO 7940g Folks, I have CISCO 7940g phone. I have in the past configured the phone with two lines. Having found the 2nd line wasn't much use, I want to remove it from the config. I have taken it out of the SIP config file that is TFTPd to the phone but it is still showing on the phone and it is still trying to log into Asterisk with that account. I have tried removing the config line and blanking out the options but it still persists. Does anyoen know how to get rid of the thing? Mike.
Mike, 1. Remove the 'line 2' entries completely from the SEPXX.XML file. 2. Change the 'Version' tag in the SEPXX.XML file. You need only change one digit; I usually just increment the last digit. (<version>1.0.0.0-9</version>). 3. Restart the phone (Settings -> **#**). 4. This should do it. If it doesn't, proceed to step 5 with caution. 5. If the line still appears, reset the phone to factory defaults (Hold # while booting, then dial 123456789*0# when the line lights flash amber back and forth). DO NOT RESET TO FACTORY DEFAULTS IF YOU DON'T HAVE THE TFTP SERVER SETUP WITH THE FIRMWARE IMAGES. This will force the phone to re-download the SEP.XML file. -Dave -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mike Sent: Wednesday, June 24, 2009 5:12 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Removing line 2 from CISCO 7940g Folks, I have CISCO 7940g phone. I have in the past configured the phone with two lines. Having found the 2nd line wasn't much use, I want to remove it from the config. I have taken it out of the SIP config file that is TFTPd to the phone but it is still showing on the phone and it is still trying to log into Asterisk with that account. I have tried removing the config line and blanking out the options but it still persists. Does anyoen know how to get rid of the thing? Mike.