Re: [asterisk-users] Cisco 30VIP Phone

2007-04-02 Thread Chris Nighswonger
Jason, Ok, the 30VIP template seems to be working ok as far as button assignment goes. I can define speeddial numbers to the speeddial buttons. However, it appears that there is no code to support the STIMULUS_SPEEDDIAL case. Is this correct? Debug output from chan_skinny shows the following

Re: [asterisk-users] Cisco 30VIP Phone

2007-04-02 Thread Jason Parker
- Chris Nighswonger [EMAIL PROTECTED] wrote: Jason, Ok, the 30VIP template seems to be working ok as far as button assignment goes. I can define speeddial numbers to the speeddial buttons. However, it appears that there is no code to support the STIMULUS_SPEEDDIAL case. Is this correct?

Re: [asterisk-users] Cisco 30VIP Phone

2007-04-02 Thread Chris Nighswonger
On 4/2/07, Jason Parker [EMAIL PROTECTED] wrote: Yes, you are (mostly) correct. Speeddials can be added to the phone, but they can't actually be used.. There is code there that is #ifdef'd out, because it (mostly) does not work. If this thread should be moved to the -dev list, just let me

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-30 Thread Chris Nighswonger
On 3/29/07, Jason Parker [EMAIL PROTECTED] wrote: - Chris Nighswonger [EMAIL PROTECTED] wrote: That is the conclusion I came to and was confirmed today in a very brief chat with one of the individuals listed as a developer on the chan_skinny module. He said that they could be implemented.

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-30 Thread Jason Parker
- Chris Nighswonger [EMAIL PROTECTED] wrote: On 3/29/07, Jason Parker [EMAIL PROTECTED] wrote: It should be immediately obvious how it works. Maybe to some who have been in on the skinny/cisco conversation for awhile. I am not new to c or c++, but am to * and cisco ip phones (this is

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-30 Thread Chris Nighswonger
On 3/30/07, Jason Parker [EMAIL PROTECTED] wrote: - Chris Nighswonger [EMAIL PROTECTED] wrote: On 3/29/07, Jason Parker [EMAIL PROTECTED] wrote: I really don't know what to say then.. It's a simple switch statement on the phone model, with some assignments to set what the buttons do.

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-29 Thread Jason Parker
- Chris Nighswonger [EMAIL PROTECTED] wrote: That is the conclusion I came to and was confirmed today in a very brief chat with one of the individuals listed as a developer on the chan_skinny module. He said that they could be implemented. What I would like to know, and do not

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-29 Thread Jason Parker
- Derek Whitten [EMAIL PROTECTED] wrote: if i remember right, most of the buttons on those and the 12SP+ phones don't really work because there isn't a button template in * There is a button template, the problem is that most of the softkeys simply aren't implemented. -- Jason Parker

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-28 Thread Derek Whitten
Chris Nighswonger wrote: Is anyone else on the list using Cisco 30VIP phones with the chan_skinny driver? I have tried to catch the one of the developers on the chat relay, but cannot seem to get anywhere. I am trying to understand how the soft buttons are setup. They are apparently

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-28 Thread Chris Nighswonger
On 3/28/07, Jason Parker [EMAIL PROTECTED] wrote: - Derek Whitten [EMAIL PROTECTED] wrote: if i remember right, most of the buttons on those and the 12SP+ phones don't really work because there isn't a button template in * There is a button template, the problem is that most of the

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-28 Thread Derek Whitten
Jason Parker wrote: - Derek Whitten [EMAIL PROTECTED] wrote: if i remember right, most of the buttons on those and the 12SP+ phones don't really work because there isn't a button template in * There is a button template, the problem is that most of the softkeys simply aren't

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-27 Thread Chris Nighswonger
Is anyone else on the list using Cisco 30VIP phones with the chan_skinny driver? I have tried to catch the one of the developers on the chat relay, but cannot seem to get anywhere. I am trying to understand how the soft buttons are setup. They are apparently hard-coded into the chan_skinny.c

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-23 Thread Chris Nighswonger
On 3/22/07, Lacy Moore - Aspendora [EMAIL PROTECTED] wrote: On 3/22/07, Chris Nighswonger [EMAIL PROTECTED] wrote: 1.4.1 I've got one of those at home and a test system running 1.4.2. I'll take a look tonight and see if there is anything obvious. I'm not a developer, though. I know one of

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-23 Thread Chris Nighswonger
On 3/23/07, Chris Nighswonger [EMAIL PROTECTED] wrote: I have three registering with * and having basic functionality. I am at a loss to know how to program the buttons (other than dtmf, hold, mute, spkr). Here is what the * console shows when one of the phones registers: -- Starting

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-22 Thread Chris Nighswonger
On 3/22/07, Bill Hackensack [EMAIL PROTECTED] wrote: On 3/21/07, Chris Nighswonger [EMAIL PROTECTED] wrote: I have just successfully configured a Cisco 30VIP to work with my Asterisk server. I have seven of these phones new and would like to deploy them. I am wondering if anyone has this

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-22 Thread Lacy Moore - Aspendora
On 3/21/07, Chris Nighswonger [EMAIL PROTECTED] wrote: Hi all, I have just successfully configured a Cisco 30VIP to work with my Asterisk server. I have seven of these phones new and would like to deploy them. I am wondering if anyone has this phone deployed with Asterisk and can suggest

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-22 Thread Chris Nighswonger
On 3/22/07, Lacy Moore - Aspendora [EMAIL PROTECTED] wrote: On 3/21/07, Chris Nighswonger [EMAIL PROTECTED] wrote: Hi all, I have just successfully configured a Cisco 30VIP to work with my Asterisk server. I have seven of these phones new and would like to deploy them. I am wondering if

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-22 Thread Lacy Moore - Aspendora
On 3/22/07, Chris Nighswonger [EMAIL PROTECTED] wrote: 1.4.1 I've got one of those at home and a test system running 1.4.2. I'll take a look tonight and see if there is anything obvious. I'm not a developer, though. I know one of the guys working on chan_skinny uses 30VIPs, so I would have

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-22 Thread Chris Nighswonger
On 3/22/07, Lacy Moore - Aspendora [EMAIL PROTECTED] wrote: On 3/22/07, Chris Nighswonger [EMAIL PROTECTED] wrote: 1.4.1 I've got one of those at home and a test system running 1.4.2. I'll take a look tonight and see if there is anything obvious. I'm not a developer, though. I know one of

[asterisk-users] Cisco 30VIP Phone

2007-03-21 Thread Chris Nighswonger
Hi all, I have just successfully configured a Cisco 30VIP to work with my Asterisk server. I have seven of these phones new and would like to deploy them. I am wondering if anyone has this phone deployed with Asterisk and can suggest configuration of the various buttons, etc. (Bare with me as I

Re: [asterisk-users] Cisco 30VIP Phone

2007-03-21 Thread Bill Hackensack
On 3/21/07, Chris Nighswonger [EMAIL PROTECTED] wrote: I have just successfully configured a Cisco 30VIP to work with my Asterisk server. I have seven of these phones new and would like to deploy them. I am wondering if anyone has this phone deployed with Asterisk and can suggest configuration