Displaying 20 results from an estimated 7000 matches similar to: "Queue with linear strategy does not work"
2004 Dec 01
4
Voicemail - Danish, German an French audio files download?
Hi all,
Is it possible to download Danish, German and French audio files for
Asterisk somewhere, or does everybody just record them?
Thank you in advance
Thorben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/02cec53d/attachment.htm
2005 Mar 18
2
Parking a call in manager interface
Is it possible to park a call through the manager interface? If yes; how?
Regards
Thorben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050318/ec2a5f90/attachment.htm
2004 Dec 07
4
Transfer on Snom 190
I cannot get the transfer button to work on a Snom 190, I cannot get the
# to work either.
Any ideas?
Regards
Thorben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041207/5ac06747/attachment.htm
2006 Mar 31
1
Asterisk hosted solution
http://voip-info.org/wiki/view/Easy+PABX
With Easy PABX you can create your own virtual PABX online in just minutes.
Easy PABX is based on Asterisk and best of all - it's completely free.
Regards
thorben.dk
2005 Mar 16
19
IPSwitchBoard BETA
Hi all,
I have just published my last few weeks of hard work: IPSwitchBoard BETA.
Please let me know what you think and post comments on the Wiki.
http://www.voip-info.org/wiki-IPSwitchBoard+BETA
Thank you
2005 Feb 19
16
Snom phone hint exten question
Hi,
I am sorry to be asking this but the wiki is down and has been for a
couple of days and I need to get this working before Monday to get my
live system setup.
Trying to get the Snom 190's and soon to arrive 3com 3102's to use the
function keys and for the life of me I can't work it out from the
conversations on the archive what I am going exactly wrong here?
The snom 190 with
2005 Mar 20
2
IPSwitchBoard-BETA Update
Release 0.66 of IPSwitchBoard is now available for FREE download at:
http://www.voip-info.org/tiki-index.php?page=IPSwitchBoard+BETA
Enhancements:
Support for Call Parking and retrieve/forward them again.
Last Call on the Queues Page now displays a date-time in human readable
format.
Added CallerID on the Queue Members listing on the Queue page.
New page with Agent information.
Minor bug
2015 Aug 12
2
Call Queues : linear strategy WITH priority
Hello
I was wondering of it is possible to have Queue Agents with the same
priority (penalty) but with a certain order ?
So I have 20 Agents.
Agent 1 till Agent 10 has penalty 1.
Agent 11 till Agent 15 has penalty 2.
(only contacted if 1 -> 10 are busy)
Agent 16 till Agent 20 has penalty 3.
(only contacted if 1 -> 10 and 11 -> 15 are busy)
Within the range of Agent 1 till Agent
2004 Apr 27
1
Queue() with H option
Has anyone used the H option for Queue() with Callback queues? I want
customers in my queues to be able to jump out to voicemail when they get
tired of waiting, but in my setup when I pretend to be a customer and
press '*' [when I am waiting in the queue] I see the message 'User hit *
to disconnect call.' but then just jump out to the outer loop where
queued callers wait to
2007 Jul 05
1
Missing TRANSFER event in queue log when using Local Channels
Has anyone observed a problem where using Local channels with AddQueueMember
results in missing TRANSFER events?
Right now I'm using straight SIP channels when I call AddQueueMember(). I'm
contemplating moving to Local channels because the non-state-based
wrapuptime blows when you have a channel in multiple queues (they can hang
up and get a call immediately so long as it's from a
2008 Mar 08
3
should_receive(:foo).with(any_object)
Hey,
I just ran into a situation where I would like to expect a method call
with an argument I know and another one, which is a random number. I
think mocking up the rand method is somehow ugly so I thought maybe
this is the first time where I can take something from Java to Ruby ;)
Java''s EasyMock mocking library knows things like "anyObject()" and
"anyInteger()" in
2005 Mar 21
1
Version 0.67 of IPSwitchBoard Released
IPSwitchBoard Version 0.67 Release notes:
CRM integration, can call a web page with callerid when there's an incoming
call. You can specify the min. and max. length of the callerid.
Drop any active call.
Help file integrated in IPSwitchBoard.
Play button for sound files.
Bug fixes - thank you for all your feedback.
Download IPSwitchBoard for FREE here:
2010 Nov 04
1
Is queue Members priority supposed to show in the "queue show" command
Hi Everyone,
I am doing a queue show and I can't see any column that shows a queue member
priority. Is there any other command that can show the member priority on
the Asterisk 1.4x CLI?
We are using this format of dialplan to login agents:
exten => 123,Answer()
exten => 123,n,AddQueueMember(500|Local/${CALLERID(num)}@from-internal/n)
exten => 123,Hangup()
^^^^ Where 500 is the
2012 Dec 08
2
Queue joinempty, even after AddQueueMember
Hello,
I add a member to a queue with AddQueueMember, but the Queue still
indicates "joinempty" :
Add member to queue :
/-- Executing [queueadd at sub-GetParams:2]
AddQueueMember("SIP/sip17-00005c1e", "myqueue11,member3") in new stack
-- Executing [queueadd at sub-GetParams:3] NoOp("SIP/sip17-00005c1e",
"AQMSTATUS = ADDED") in new stack/
...
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote
>
>;Pause/unpause Queue
>exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)})
>exten => 424,2,Playback(unavailable)
>exten => 424,3,Hangup
>exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)})
>exten => 425,2,Playback(available)
>exten => 425,3,Hangup
>
Following your suggestion and a number of postings and articles I have
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi
i have problem with AddQueueMember logic.
I need login Agent(Member) in asterisk.
use this option:
for example:
AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13)
and now i want to call to this Agent:
exten => _1XX,1,Dial(Agent/${EXTEN:1})
call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga.
This doesn't work, How can i do this on Asterisk 1.4(not
2007 Feb 13
3
AgentCallBackLogin vs AddQueueMember
I am developing an ACD front end using Asterisk 1.2.14. I heard that AgentCallBackLogin will be deprecated in future version of *.
Is this true? If it is, how can I use AddQueueMember to replace AgentCallBackLogin? I mean to login an agent in multiple queues at once. I have multiple queues and a lot of agents defined in queues.conf and agents.conf. Each agent may login more than one queue. It
2007 Jun 07
1
AddQueueMember vs AgentCallbackLogin
Hi,
I'm currently migrating to 1.4 and have problems changing deprecated
AgentCallbackLogin to AddQueueMember.
I have dynamic queues and dynamic agents (MySQL Realtime), and
pseudo-dynamic agents.conf (with huge amount of possible agent
numbers).
Agent login is done trough manager API:
* AgentCallbackLogin
* QueueAdd
In 1.4 seems AddQueueMember can do all the same, but there is no such
2006 Jun 14
2
AddQueueMember and Local channels
Following on from a posting yesterday from Kevin, I have the following
in the dialplan:
exten => 709,1,AddQueueMember(SomeQueue|Local/706@AgentQ)
I am on extension 706.
From the CLI:
SomeQueue has 0 calls (max unlimited) in 'rrmemory' strategy (0s
holdtime), W:0, C:0, A:3, SL:0.0% within 60s
No Members
No Callers
I call 709, get a console message
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
I made a post a few days ago with a patch to the queue to allow you to insert
a penalty value in dynamic queue adding.
http://asterisk.650dialup.com
Since then, I decided I would make a whole new strategy called 'skillbased'
I added a new option skillmask to the Queue appl and the
AddQueueMember func as well as the queues.conf
basicly if the skillmask of the queuemember is