Re: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-24 Thread Jimmy Smith
line1_shortname: "Home"
line1_displayname:"Home"


On 8/24/05, Asterisk User Group <[EMAIL PROTECTED]> wrote:
> I have three questions about my 7960 phone that I can't discern from the
> docs/wiki.
> 
> 1st - If I change the SIPxx.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-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


Re: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-24 Thread Asterisk
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: 
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 SIPxx.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 

___
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


RE: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-24 Thread Matt Schulte
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:[EMAIL PROTECTED] 
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 SIPxx.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-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


RE: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-24 Thread Tarpo, Louie
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: ""
line4_displayname: ""
line4_shortname: "Line4"
line4_authname: ""
line4_password: "password"



#Change  to your VoiceMailMain() extension
messages_uri: 


Louie


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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 SIPxx.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-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


Re: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-25 Thread Asterisk User Group
Thanks for the responses. All is happy. For the record the correct 
answers are:


Q1 - Additions/changes SIPxx.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:  where  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 SIPx.cnf add line1_shortname: "what I want displayed"

Note: this line does not appear in the default SIPxx.cnf file, you 
must add it manually.


dbc.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-25 Thread Steve Blair



Asterisk User Group wrote:

Thanks for the responses. All is happy. For the record the correct 
answers are:


Q1 - Additions/changes SIPxx.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:  where  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 SIPx.cnf add line1_shortname: "what I want displayed"

Note: this line does not appear in the default SIPxx.cnf file, you 
must add it manually.


Somewhere on Cisco's site there are lists of parameters which are 
included in the config
files by default, those which are not and those which can only be 
changed via the config file.


fyi,
Steve


dbc.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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



--
 
ISC Network Engineering

The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104  



voice: 215-573-8396 


  215-746-8001

fax: 215-898-9348


sip:[EMAIL PROTECTED]

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2005-08-26 Thread Steve Blair



Matt Schulte wrote:

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:[EMAIL PROTECTED] 
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 SIPxx.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?

 

In the SIP.cnf file put the value "UNPROVISIONED" into each 
lineX variable

which you want removed.


2nd - Has anyone figured out how to get the Message button to launch a
dial to VoicemailMain?

 

Just set the messages_uri: parameter to be the lead number for your 
voicemail server.



3rd - How do I display on the LCD an alias to the registered line?
line1_name: 2000
line1_authname: "2000"
line1_password: **

 


I think you want the lineX_shortname parameter.


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-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
 



--
 
ISC Network Engineering

The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104  



voice: 215-573-8396 


  215-746-8001

fax: 215-898-9348


sip:[EMAIL PROTECTED]

___
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


Re: [Asterisk-Users] Cisco 7960 / SIP & tftp configs

2006-12-20 Thread Zachary Whitley
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 SIPxx.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: ""

> 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
> 

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users