Displaying 20 results from an estimated 4000 matches similar to: "Hint for queues"
2011 May 03
1
Asterisk, bicolor BLF and DEVSTATE
Hi,
1. You can now find several SIP harphones with bicolor BLFs (see Polycom,
Cisco, ...).
Is there a protocol which best describes how to use this bicolor BLD feature
?
2. I would like to map these BLFs to the following user activities :
- user is logged off: no light
- user is logged in: green light
- phone is ringing: blinking light
- user is on call: red light
It seems that
2011 Dec 13
0
[hint state][BLF] Asterisk 1.8.7 does not send RINGING notifications, even with notifyringing=yes
Hi,
I set verbose to 3, but I do not see any RINGING notification in the
CLI. On the contrary, when the phone goes UNREACHABLE I get:
[Dec 13 21:10:06] NOTICE[9988]: chan_sip.c:25533 sip_poke_noanswer: Peer
'152' is now UNREACHABLE! Last qualify: 130
== Extension Changed 152[blf] new state Unavailable for Notify User 154
[Dec 13 21:11:08] NOTICE[9988]: chan_sip.c:20196
2013 Mar 12
0
Calls getting "stuck open"
I have a system running Asterisk 11.2.1 that has had a couple calls between internal extensions get "stuck open". I didn't catch the verbose log for the first one, since I generally don't verbosely log to file, but the second one shows that the call that got stuck was dialed, but the caller hung up before the called device answered.
This server is running a hotdesking
2011 May 13
2
Backport of DEVICE_STATE to 1.4
Hi,
Here http://www.voip-info.org/wiki/view/Asterisk+func+device_State you can
find a link to download a backported for Asterisk 1.4 version of
DEVICE_STATE function.
(Elsewhere, you can find reference to another backported function DEVSTATE
which seems to behave the same as DEVICE_STATE).
As I would like to prepare as much as possible, my dialplan to 1.6 and
beyond, I would prefer to use
2013 May 05
0
BLF and asterisk Queue
Copying to asterisk-users, as it's of use there too.
I copied this code years ago from the net, it may have been modified
since...
This however is only used by managers, as it allows the manager to log a
user in and out.
For agent logged in/out status:
where 8501 is the queue number and 8512 is the agent's extension, and
SIP0001 is the agent's device.
in extensions.conf
2010 Jul 16
1
Busy Lamp Fields
Hi all
A quick question about busy lamps
I have lamps working 'sort-of' on my GXP2000 lamps flash with ringing and
go solid red when call gets answered but stay green when a call is made from
the extension.
Setup is Ext 200, 201, 202, each monitor the other two
when 200 calls 202 - the BLF on 200 and 201 flash red - when 202 answers
both 200 and 201 show BLF for 200 as red but
2010 Sep 20
1
Confused about notifyringing in sip.conf
Hello list,
I read this in sip.conf :
notifyringing = no ; Control whether subscriptions already
INUSE get sent RINGING when another call is sent (default: yes)
What does this mean ?!
Does this mean that when I mark this as "yes", a phone that already has
taken a call will be send a second and third call ?!
I want that if a phone is in use (calling), the phone does not
2007 Dec 18
2
BLF trouble
Hello,
I have some trouble with the BLF indicator.
I have two phones that use the same hint:
13 => hint,1,SIP/phone13&SIP/phone13-wlan
This works great from the asterisk side, but it seems the status
change is too quick for the attached Grandstream-phones. When I ring the
extension the hint changes to "Ringing". The Grandstream blinks. Great.
Now, when someone picks up one of
2011 Aug 15
3
Queue Breakout Input being Ignored
Hello,
Raw stats:
Version:1.8.3.2
OS:Centos 5.6
Special setup: postgre database
I am having a few queue issues with Asterisk specifically relating to
breaking out from queues while on hold.
The intent is that while someone is on hold they can press a key (lets
say *) to break from the queue and go elsewhere (in this case to leave a
message).
However In all of my testing I am unable to get
2012 Dec 06
2
BLF and call-limit in 1.8
Hello
We have recently upgraded our internal PBX from 1.4 to 1.8. This made the BLF lamps on our Polycom phones stop working. After a lot of googling and a lot of testing, I have been unable to find a solution.
I did try to change the call-limit value from 4 to 1, and this actually made BLF work (noone suggested this, and what documantation I can find states that this option is deprecated). This
2015 Jun 09
0
Manipulate extension state in 1.8.x
You can use a custom device state to do it.
[dnd]
;DND Toggle
exten => *363,1,Answer()
same =>
n,Set(CURRENT_PRESENCE=${DEVICE_STATE(Custom:DND${CHANNEL(peername)})})
same => n,GotoIf($[${CURRENT_PRESENCE}=NOT_INUSE]?*78,1:*79,1)
;DND On
exten => *78,1,NoOP(Turning DND On)
same => n,Set(DEVICE_STATE(Custom:DND${CHANNEL(peername)})=BUSY)
same =>
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call.
Scenario:
Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though).
To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2011 May 12
8
Light indicator managed by Asterisk
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 certain value is set in the Mysql-DB and Asterisk
reads out this value, can Asterisk react upon it inside
2011 Apr 12
0
No subject
supported, beside Idle, On call and Ringing ?
Can we expect this list to match DEVICE_STATE's one (UNKNOWN | NOT_INUSE |
INUSE | BUSY | INVALID | UNAVAILABLE | RINGING | RINGINUSE | ONHOLD)
> Might be worth seeing if other phones do the same.
>
> S
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by
2007 Dec 13
2
How do I do this?
I have 2 asterisk servers - serverA and serverC - connected via IAX2.
On serverA, I have a "telemarketer hold" extension which, if I transfer a
caller into it, loops around playing music & "please wait" messages, until
they give up & hang up the phone.
Also on serverA, I have a custom devstate, which lights a lamp on a phone
connected to serverA, which tells me if
2010 Oct 08
0
SIP NOTIFY to make linksys/cisco SPA BLF go yellow
Hi,
I was wondering if anyone stumbled upon the correct event in a sip
NOTIFY (from a SUBSCRIBE)
to make the BLF lamps on a Linksys/Cisco SPA9xx/5xx go yellow?
I'm trying to differentiate between "On the Phone" and "DND" with the BLF.
Thanks.
-- James
2008 Mar 05
1
Asterisk 1.6.0-beta5 Now Available
Greetings,
The Asterisk.org development team has released Asterisk 1.6.0-beta5. As of this
beta of 1.6.0, 1.6.0 is now feature frozen. In addition to a number of bug
fixes, the following new features have been added since beta4:
* The SMDI interface in Asterisk has been reworked to fix a number of
issues as well as add some new features. SMDI message information
is now accessed in the
2008 Mar 05
1
Asterisk 1.6.0-beta5 Now Available
Greetings,
The Asterisk.org development team has released Asterisk 1.6.0-beta5. As of this
beta of 1.6.0, 1.6.0 is now feature frozen. In addition to a number of bug
fixes, the following new features have been added since beta4:
* The SMDI interface in Asterisk has been reworked to fix a number of
issues as well as add some new features. SMDI message information
is now accessed in the
2014 Aug 11
0
NotifyCID to see who is calling for call pickup
Hello,
If the phone of my colleague rings, I can see this with BLF-lamps on my
Snom IP-phone. I would also like to see *_who_* is calling. I would like
to see the external number on my screen so I can choose whether to
pickup the call with BLF.
Therefore I have in sip.conf : notifycid = yes
With this setting on, I see on my screen : 10 --> 10
10 is the internal extension of my colleague.
2008 Oct 23
1
Devstate and Voicemail
Have an interesting problem,
Using asterisk 1.6.0.1
Phone A receives voicemail, dials into VoiceMailMain, Phone B's BLF for
A lights up.
Phone A deletes the voicemail but still in VoiceMailMain, Phone B's BLF
for A goes off.
Phone A hang's up, Phone B's BLF for A goes on.
From this point forward the Phone B's BLF for A seems to always show
the opposite of
what it