Asterisk User Group
2005-Aug-24 09:44 UTC
[Asterisk-Users] Cisco 7960 / SIP & tftp configs
I have three questions about my 7960 phone that I can't discern from the docs/wiki. 1st - If I change the SIPxxxxxx.cnf file to change registrations it sets up new lines as expected. If I delete a line it doesn't get removed when I reboot the phone. I have to go to the phone, unlock it, and reset the SIP parameters. How do I make it "forget" what it has programmed and listen only to the download? 2nd - Has anyone figured out how to get the Message button to launch a dial to VoicemailMain? 3rd - How do I display on the LCD an alias to the registered line? line1_name: 2000 line1_authname: "2000" line1_password: ****** The doc seems to suggest that line1_name is what it registers with and line1_authname is what it uses "if challenged during the authentication". This doesn't make any sense to me. I am looking for the line to be "2000" but the display to say "Home" or "Business", etc. Thanks, dbc.
line1_shortname: "Home" line1_displayname:"Home" On 8/24/05, Asterisk User Group <dbc_asterisk@advan.ca> wrote:> I have three questions about my 7960 phone that I can't discern from the > docs/wiki. > > 1st - If I change the SIPxxxxxx.cnf file to change registrations it sets > up new lines as expected. If I delete a line it doesn't get removed when > I reboot the phone. I have to go to the phone, unlock it, and reset the > SIP parameters. How do I make it "forget" what it has programmed and > listen only to the download? > > 2nd - Has anyone figured out how to get the Message button to launch a > dial to VoicemailMain? > > 3rd - How do I display on the LCD an alias to the registered line? > line1_name: 2000 > line1_authname: "2000" > line1_password: ****** > > The doc seems to suggest that line1_name is what it registers with and > line1_authname is what it uses "if challenged during the > authentication". This doesn't make any sense to me. I am looking for the > line to be "2000" but the display to say "Home" or "Business", etc. > > Thanks, dbc. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I'm not in the office at the moment to make sure, but if memory serves, to set a value to 'nothing or null' line1_name: "UNPROVISIONED" messages_uri: 123 where 123 is in extensions.conf as exten => 123,1,VoiceMailMain(${CALLERIDNUM}) or something similar line1_shortname: "Alias" Best Regards, Ben --------- Original Message --------- From: Asterisk User Group To: <asterisk-users@lists.digium.com> Subject: [Asterisk-Users] Cisco 7960 / SIP & tftp configs Sent: 8/24/2005 1:05:59 PM I have three questions about my 7960 phone that I can't discern from the docs/wiki. 1st - If I change the SIPxxxxxx.cnf file to change registrations it sets up new lines as expected. If I delete a line it doesn't get removed when I reboot the phone. I have to go to the phone, unlock it, and reset the SIP parameters. How do I make it "forget" what it has programmed and listen only to the download? 2nd - Has anyone figured out how to get the Message button to launch a dial to VoicemailMain? 3rd - How do I display on the LCD an alias to the registered line? line1_name: 2000 line1_authname: "2000" line1_password: ****** The doc seems to suggest that line1_name is what it registers with and line1_authname is what it uses "if challenged during the authentication". This doesn't make any sense to me. I am looking for the line to be "2000" but the display to say "Home" or "Business", etc. Thanks, dbc. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This message was checked by MailScan for WorkgroupMail. www.govarion.com
1) You have to do a factory reset, or wipe out the line config. 2) By default it dials ext 8500 I believe. 3) You *should* be able to change _name, I can't remember the effect that has since you already have authname in. Matt -----Original Message----- From: Asterisk User Group [mailto:dbc_asterisk@advan.ca] Sent: Wednesday, August 24, 2005 11:45 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7960 / SIP & tftp configs I have three questions about my 7960 phone that I can't discern from the docs/wiki. 1st - If I change the SIPxxxxxx.cnf file to change registrations it sets up new lines as expected. If I delete a line it doesn't get removed when I reboot the phone. I have to go to the phone, unlock it, and reset the SIP parameters. How do I make it "forget" what it has programmed and listen only to the download? 2nd - Has anyone figured out how to get the Message button to launch a dial to VoicemailMain? 3rd - How do I display on the LCD an alias to the registered line? line1_name: 2000 line1_authname: "2000" line1_password: ****** The doc seems to suggest that line1_name is what it registers with and line1_authname is what it uses "if challenged during the authentication". This doesn't make any sense to me. I am looking for the line to be "2000" but the display to say "Home" or "Business", etc. Thanks, dbc. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I've not had the deleting lines problem. When you're deleting a line, are you changing the config to ... line6_name: "" line6_displayname: "" line6_shortname: "" line6_authname: "" line6_password: "" #Change lineX_shortname: "" to whatever you want them to see on the LCD. line4_name: "xxxx" line4_displayname: "xxxx" line4_shortname: "Line4" line4_authname: "xxxx" line4_password: "password" #Change XXXX to your VoiceMailMain() extension messages_uri: XXXX Louie -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Asterisk User Group Sent: Wednesday, August 24, 2005 10:45 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7960 / SIP & tftp configs I have three questions about my 7960 phone that I can't discern from the docs/wiki. 1st - If I change the SIPxxxxxx.cnf file to change registrations it sets up new lines as expected. If I delete a line it doesn't get removed when I reboot the phone. I have to go to the phone, unlock it, and reset the SIP parameters. How do I make it "forget" what it has programmed and listen only to the download? 2nd - Has anyone figured out how to get the Message button to launch a dial to VoicemailMain? 3rd - How do I display on the LCD an alias to the registered line? line1_name: 2000 line1_authname: "2000" line1_password: ****** The doc seems to suggest that line1_name is what it registers with and line1_authname is what it uses "if challenged during the authentication". This doesn't make any sense to me. I am looking for the line to be "2000" but the display to say "Home" or "Business", etc. Thanks, dbc. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Asterisk User Group
2005-Aug-25 08:14 UTC
[Asterisk-Users] Cisco 7960 / SIP & tftp configs
Thanks for the responses. All is happy. For the record the correct answers are: Q1 - Additions/changes SIPxxxxxx.cnf take effect on reboots, deletions do not. A1 - Don't just comment out the line setting, change it specifically to "UNPROVISIONED". Q2 - How to get Message button working. A2 - Simply set messages_uri: xxxx where xxxx is the extension for VM. (Sorry but this should have been obvious, I did indeed find lots of stuff once I started searching on uri instead of url. Thanks for not burning me for not doing my research.) Note this line does not appear to be in the default SIPDefault.cnf file, you must add it manually. Q3 - How do I display an alias on the LCD for a registered line? A3 - In SIPxxxxx.cnf add line1_shortname: "what I want displayed" Note: this line does not appear in the default SIPxxxxxx.cnf file, you must add it manually. dbc.
On Wed, 2005-08-24 at 12:44 -0400, Asterisk User Group wrote:> I have three questions about my 7960 phone that I can't discern from the > docs/wiki. > > 1st - If I change the SIPxxxxxx.cnf file to change registrations it sets > up new lines as expected. If I delete a line it doesn't get removed when > I reboot the phone. I have to go to the phone, unlock it, and reset the > SIP parameters. How do I make it "forget" what it has programmed and > listen only to the download?Change it to "UNPROVISIONED"> 2nd - Has anyone figured out how to get the Message button to launch a > dial to VoicemailMain?messages_uri: "xxxx"> 3rd - How do I display on the LCD an alias to the registered line? > line1_name: 2000 > line1_authname: "2000" > line1_password: ******line1_shortname: "Home"> The doc seems to suggest that line1_name is what it registers with and > line1_authname is what it uses "if challenged during the > authentication". This doesn't make any sense to me. I am looking for the > line to be "2000" but the display to say "Home" or "Business", etc. > > Thanks, dbc. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >