I know this isn't a specifically asterisk question, but does anyone know how to make the phone NOT use it's old config? I'm trying to get rid of the second line registration crap and it's not working. Aaron
Aaron Daniel wrote:> I know this isn't a specifically asterisk question, but does anyone > know how to make the phone NOT use it's old config? I'm trying to get > rid of the second line registration crap and it's not working. > ># Line 2 Settings line3_name: UNPROVISIONED #line3_displayname: "" #line3_shortname: "" #line3_authname: "" #line3_password: "" -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
--On January 9, 2006 2:47:34 PM -0600 Aaron Daniel <amdtech@shsu.edu> wrote:> I know this isn't a specifically asterisk question, but does anyone know > how to make the phone NOT use it's old config? I'm trying to get rid of > the second line registration crap and it's not working.into the phones .cnf file.... _name, _authname, and _password are the minimum. line2_name: UNPROVISIONED line2_authname: UNPROVISIONED line2_shortname: UNPROVISIONED line2_password: UNPROVISIONED line2_displayname: "UNPROVISIONED"