Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-17 Thread Andrew Thomas
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens Sent: 16 May 2011 17:18 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Light indicator managed by Asterisk Hello, this light indicator thing is working just great by

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-16 Thread Jonas Kellens
Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens Sent: Thursday, May 12, 2011 1:28 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Light indicator managed by Ast

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-13 Thread Carlos Chavez
On Thu, 2011-05-12 at 22:17 +0200, Jonas Kellens wrote: > On 05/12/2011 07:12 PM, Carlos Chavez wrote: > > On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: > > > >> Hello, > >> > >> is there some way to make Asterisk light up a certain light on an > >> IP-phone ? > >> > >> Like MWI, the

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-13 Thread Doug Lytle
Andrew Thomas wrote: Cor-wrong (sort of). There is a backport of DevState/Device_State for 1.4 https://issues.asterisk.org/view.php?id=15818 Very cool! I'll have to review this weekend. Thank you! Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-13 Thread Andrew Thomas
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Light indicator managed by Asterisk Correct. > -Original Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Doug >

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-13 Thread Andrew Thomas
: [asterisk-users] Light indicator managed by Asterisk On 05/12/2011 07:12 PM, Carlos Chavez wrote: > On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: > >> Hello, >> >> is there some way to make Asterisk light up a certain light on an >> IP-phone ? >&

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Jonas Kellens
On 05/12/2011 07:12 PM, Carlos Chavez wrote: On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: Hello, is there some way to make Asterisk light up a certain light on an IP-phone ? Like MWI, the message waiting indicator can light up if there is voicemail. Could this light, or even ot

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread bakko
You can, using device_state function (I use asterisk 1.6.2.X) Here is a example for a conference... when sombody enter to conference a light up on my aastra phone: exten => s,1,Set(DEVICE_STATE(Custom:confer)=INUSE) exten => s,n,Meetme(5000) exten => s,n,Hangup exten => h,1,MeetMeCount(5000,us

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Eric Wieling
: Re: [asterisk-users] Light indicator managed by Asterisk > > Eric Wieling wrote: > > pbx*CLI> core show application minivmmwi > > > > > > Core show application minivmmwi > core show function DEVICE_STATE > > Both of these must be a 1.6.x or newer, I

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread satish patel
Check out http://kb.smartvox.co.uk/index.php/asterisk/sip-extensions/shared-voicemail-part2/ > Date: Thu, 12 May 2011 14:38:46 -0400 > From: supp...@drdos.info > To: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] Light indicator managed by Asterisk > >

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Doug Lytle
Eric Wieling wrote: pbx*CLI> core show application minivmmwi Core show application minivmmwi core show function DEVICE_STATE Both of these must be a 1.6.x or newer, I have neither under 1.4 Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little T

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Eric Wieling
asterisk-users] Light indicator managed by Asterisk > > On 05/12/2011 07:12 PM, Carlos Chavez wrote: > > On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: > > > >> Hello, > >> > >> is there some way to make Asterisk light up a certain light on an >

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Eric Wieling
asterisk-users] Light indicator managed by Asterisk > > On 05/12/2011 06:58 PM, Andrew Latham wrote: > > On Thu, May 12, 2011 at 12:50 PM, Jonas Kellens > > wrote: > > > >> Hello, > >> > >> is there some way to make Asterisk light up a certain &g

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Danny Nicholas
> >> Sent: Thursday, May 12, 2011 12:21 PM > >> To: Asterisk Users Mailing List - Non-Commercial Discussion > >> Subject: Re: [asterisk-users] Light indicator managed by Asterisk > >> > >> On 05/12/2011 06:58 PM, Andrew Latham wrote: > >> > &g

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Danny Nicholas
erisk-users] Light indicator managed by Asterisk > > On 05/12/2011 07:12 PM, Carlos Chavez wrote: > > On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: > > > >> Hello, > >> > >> is there some way to make Asterisk light up a certain light on an > &

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Jonas Kellens
Subject: Re: [asterisk-users] Light indicator managed by Asterisk On 05/12/2011 06:58 PM, Andrew Latham wrote: On Thu, May 12, 2011 at 12:50 PM, Jonas Kellens wrote: Hello, is there some way to make Asterisk light up a certain light on an IP- phone ? Like MWI

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Jonas Kellens
On 05/12/2011 07:12 PM, Carlos Chavez wrote: On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: Hello, is there some way to make Asterisk light up a certain light on an IP-phone ? Like MWI, the message waiting indicator can light up if there is voicemail. Could this light, or even ot

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Danny Nicholas
erisk-users] Light indicator managed by Asterisk > > On 05/12/2011 06:58 PM, Andrew Latham wrote: > > On Thu, May 12, 2011 at 12:50 PM, Jonas Kellens > > wrote: > > > >> Hello, > >> > >> is there some way to make Asterisk light up a certain light

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Jonas Kellens
On 05/12/2011 06:58 PM, Andrew Latham wrote: On Thu, May 12, 2011 at 12:50 PM, Jonas Kellens wrote: Hello, is there some way to make Asterisk light up a certain light on an IP-phone ? Like MWI, the message waiting indicator can light up if there is voicemail. Could this light, or even o

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Carlos Chavez
On Thu, 2011-05-12 at 18:50 +0200, Jonas Kellens wrote: > Hello, > > is there some way to make Asterisk light up a certain light on an > IP-phone ? > > Like MWI, the message waiting indicator can light up if there is > voicemail. > > Could this light, or even other lights (like BLF-buttons) be u

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Andrew Latham
On Thu, May 12, 2011 at 12:50 PM, Jonas Kellens wrote: > Hello, > > is there some way to make Asterisk light up a certain light on an IP-phone ? > > Like MWI, the message waiting indicator can light up if there is voicemail. > > Could this light, or even other lights (like BLF-buttons) be used to

Re: [asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens Sent: Thursday, May 12, 2011 11:50 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Light indicator managed by Asterisk

[asterisk-users] Light indicator managed by Asterisk

2011-05-12 Thread Jonas Kellens
Hello, is there some way to make Asterisk light up a certain light on an IP-phone ? Like MWI, the message waiting indicator can light up if there is voicemail. Could this light, or even other lights (like BLF-buttons) be used to give a visual notification to the user ? For example : if a cer