similar to: Queue and SetGroup

Displaying 20 results from an estimated 2000 matches similar to: "Queue and SetGroup"

2005 Mar 14
2
Has anybody experience with SetGroup / CheckGroup commands?
I am checking on the SetGroup / CheckGroup commands, but I have some troubles to undestand the examples. SetGroup(moh) can be moh anything as I like? Usually moh stands for "music on hold" CheckGroup(1) checks if somebody in in group "moh". Does it mean I can only have one SetGroup(xxx) ?? When I look at example 2 than I see two SetGroup commands and one CheckGroup
2004 Oct 01
1
Agent Login Problems
See comments below. Henry Devito wrote: > Here's the problem. When I call 555 to login, it asks for the agent ID > which I enter as 501, it asks for the password which I enter as 1234, > then it asks for the extension I dial 501 It then says that extension is > not valid. What am I missing? Of course 501 is valid I can make and > take calls from it now. > > >
2004 Sep 30
1
Queue Setup almost got it
Check my reply to your last post. Use SetGroup and Checkgroup before sending the call to your agents. Robert Jackson -----Original Message----- From: Henry Devito [mailto:hdevito@qwest.net] Sent: Thursday, September 30, 2004 10:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Queue Setup almost got it Ok I think I have the queue
2005 Jan 24
1
SetGroup and CheckGroup problems
I have a rather long dial plan, but it includes support for call waiting. However, the setgroup checkgroup commands don't seem to be working. Can anyone help on this one? Excerpts are below. First exten-vm is dialed and then dial-new. As I understand, priority 1 increments the active channels for the caller and then in "dial-new" priority 8 increments for Arg3, or the Callee
2004 Sep 30
2
Queue Setup
Hi, I am on my next venture now, Need to set up 3 queues. I would like these setup using the agentcallbacklogin. Does anyone have an example of this? I have looked through the wiki , but all that did was confuse me. One of the problems I'm having is how do I configure my extensions.conf to dial the agentcallbacklogin -------------- next part -------------- An HTML attachment was
2005 Jan 10
1
SetGroup
Hi All, I use the SetGroup command to identify if a specific extension is in use. I create a group for each extension and check against that group name when putting through any further calls. A problem I am finding is that with internal calls I want to increment both the called and calling extension and SetGroup only appears to allow a call to be in a single group. Ideally I would like to
2004 Jun 25
1
Howto: Use setgroup, checkgroup to check incoming and outgoing client limits
Hi there, I was wondering how I can use setgroup and checkgroup for perfom incoming and outgoing limitation checks. I've have some users that doesn't what to be able to recieve more than 1 call at a time, and I also want to limit a users outgoing call abilities. Any help would be greatly appreciated. Kind regards Cf --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus
2004 Jun 28
1
SetGroup and CheckGroup
Does anyone know if SetGroup and CheckGroup apply to only current context or is it per server based? Ta SJ
2004 Sep 12
1
SetGroup Limitation!!!
Hi all, I am just scratching my head trying to work out a way to use SetGroup to check busy status on a sip to sip call. The complication is that one call can't be in two groups so I have got no way of setting busy status on both the calling and called party. Has anyone got a way around this. Thanks Daniel -------------- next part -------------- An HTML attachment was
2004 Dec 15
1
Advanced Ring All Hunt Group
Hello Everyone, I need to setup a dialplan where if a incoming call is rec'd to a number, Asterisk needs to dial several SIP extensions at the same time. The SIP extensions are for Cisco 7960s and each have multiple line appearnces. For example, exten => 9043442342,1,DIAL(SIP/102&SIP/103&SIP/104&SIP/105,,20) exten => 9043442342,1,Voicemail(u102) The issue I have is
2005 Oct 18
2
SV: SV: Queues and call waiting indication
My suggestion would be the one-line eyeBeam phone under development. Check out support.xten.com. //Jan -----Ursprungligt meddelande----- Fr?n: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] F?r afoc@interconnessioni.it Skickat: den 18 oktober 2005 14:48 Till: Asterisk Users Mailing List - Non-Commercial Discussion ?mne: Re: SV: [Asterisk-Users] Queues
2003 Apr 24
8
call queues
is it possible to do with asterisk something like this how ? maybe some copy of extensions and some other file ..pls. call to asterisk server -> user 100 is busy -> recorded msg say "all lines are busy , pls wait" ,"you are second caller in 'queue', pls wait" -> caller is on hold till user 100 busy then ring user 100 (ext100) another call to asterisk
2008 Jan 09
2
Busy notification with call limiting by GROUP_COUNT()
Hello all, I was wondering what will be the "proper" way to manage BUSY state notification in presence once call-limit, incominglimit and all those settings are gone. I'm using GROUP_COUNT for call limiting in Asterisk 1.4.13 but I have no idea how to set up the settings needed for BUSY notification to work as I want it to. Basically, I want to disable call waiting (this is
2006 May 04
0
SetGroup and CheckGroup. Need some help on the dialplan
>From this list I found that I could use SetGroup and CheckGroup to do what I wanted. But I'm not quite sure how I do it. The case is that I have 3 user groups, and one main group. The main group is for all the incoming calls from external phones. The main group should be allowed to have 3 calls at the time. The 3 user groups are internal groups that I want to limit by ony having one
2005 Oct 18
2
SV: Queues and call waiting indication
Hi, This issue has been discussed probably a million times on every asterisk forum in the world and I have the same problem too. Another problem you would have with the agents is that when they make an outgoing call they are not regarded as "busy" by asterisk and it sends more calls to the agent if it has call waiting enabled. This behaviour is totally senseless since the whole purouse
2006 Aug 11
2
AgentcallbackLogin()
Can someone tell me why this is not valid... [start] exten => 1000,1,Answer exten => 1000,2,Wait,1 exten => 1000,3,AgentcallbackLogin(1000||2000@Local) exten => 2000,1,Macro(DialProxy,115551212) exten => 3000,1,Queue(testq||||45) while this is: [start] exten => 1000,1,Answer exten => 1000,2,Wait,1 exten => 1000,3,AgentcallbackLogin(1000||2000@start) exten =>
2003 Aug 06
10
AgentCallbackLogin
I am having trouble with the AgenCallBackLogin app. I can't seem to define a context for the queue. Here is the relevant configs: queues.conf: [general] [default] [q_lo_1] music = default strategy = ringall context = c_in_1 timeout = 15 retry = 2 maxlen = 0 member => Agent/@3 agents.conf: [agents] autologoff=10 wrapuptime=15000 group=1 agent => 1001,1234,Agent1 agent =>
2004 Jul 30
1
FW: Limit incoming calls to SIP Channels
Hi All, Can someone please tell me how to limit incoming calls to SIP channels using the SetGroup & Checkgroup command. I don't want any call waiting on SIP channels and you are somehow meant to be able to do it with these commands. Many Thanks Daniel Niasoff
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 May 16
1
SIP INVITE failing and AgentCallBackLogin()
Hi List, Ive got a few * boxes connecting together, one box is doing AgentCallBackLogin() and then the 2nd box is holding some phones at a remote site. I have users login to the main box and * shows the user is logged into a extension that resides on the other box, problem is, when I go to make a call to a agent, I get "May 16 05:59:08 NOTICE[13897]: chan_sip.c:9750 handle_response_invite: