similar to: AgentCallbackLogin and calling outside

Displaying 20 results from an estimated 3000 matches similar to: "AgentCallbackLogin and calling outside"

2005 Jul 23
2
(cause 66 - Channel not implemented) -- IAX?
Hi, I am setting up a small call center using *. I have ZAP setup for incoming calls and IAX setup for agents. Agents login using AgentCallbackLogin. When customers call, it's getting picked up and when queue is trying to call back the agents, I am getting error. I am using CVS HEAD, and updated just now. The error is: -- Executing Answer("Zap/1-1", "") in new
2006 Jan 08
3
Monitor Logged in Agent's conversation
Hi, Is it possible to monitor conversation of logged in Agents? Currently I am using ZapScan to monitor incoming calls, but I would like to monitor individual agents. raj
2008 Jan 04
2
Agents and AddQueueMember
Hi, I have callcenter running with v 1.2 with AgentCallbackLogin and now trying to move to 1.4 using the example doc, doc/queues-with-callback-members.txt. From what I understand the basic idea in the example is to 1. Authenticate a caller with VMAuthenticate 2. Get his SIP Channel number 3. Use
2006 Nov 27
1
AgentCallbackLogin deprecated?
I would like to know if AgentCallbackLogin will be discontinued anytime shortly in Asterisk 1.4.x . I've read a page in voip-info that said so [1], but it was not an official announcement. I have to be sure, because I'm in the process of setting up a medium-to-big callcenter with Asterisk and calling the agents when a call is placed in a queue is a requisite (I've also read it can be
2005 Jun 04
2
Zap channel not hangingup
Hi, I am setting up a test call center using *. I am using one Zap channel (Wildcard TDM400P REV E/F -- 4 FXO modules) for incoming call and sip phones (SjPhone) for call agents. I have setup queues and agents. While testing I found that if the agent presses * key in soft phone while attending calls Zap channel gets hung up, and another customer can call. But if the caller hangs up (for example
2005 Sep 21
1
Call getting disconnected in queue
Hi, I have a small call center with 4 Zap lines and 4 agents. Agents login using sip phones with AgentCallbackLogin. I occasionally gets a complaint that when customers call the call center, after the initial greeting is over the call gets cut after playing the thank you message. I started investigating and found that that happens when the call gets transferred to an agent who is making an
2005 Mar 27
3
How to park/transfer a call received from a Queue?
Hi! I'm trying to transfer a incomming call from a Queue to another extension. I'm receiving a call from a queue with the AgentCallbackLogin. The queu is as following: Queue(sales|t) Which should allow transfers. So as soon as the call is answered I would like to be able to transfer it When the agent presses the # I get the dialtone but as soon as I press any digit Asterisk tells me
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 =>
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:
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
2009 Feb 06
1
AgentCallBackLogin no longer works after installing asterisk 1.6
Hi, My queue used to work fine until I upgraded to 1.6. I am getting the message: No application 'AgentCallBackLogin' for extension (default, 31001, 1) After some rearch I learnt that AgentCallBackLogin is removed in 1.6. Any one has a configuration that works in place of AgentCallBackLogin in 1.6. -- ond -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Sep 20
2
CallerID in Queue
How can I bring the Caller ID when the calls enter call queue and answer by X- lite or kphone? I've tried many configuration but no luck that it only shows the AgentLogin's exten.. Thanks! R Wong The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission,
2005 Sep 06
1
Queue AgentCallBackLogin
Hi All, I'm having trouble setting up a queue: I'm using AgentCallBackLogin to login in the queue, but: 1 - When an agent answer the call and another call arrive his phone rings again. 2 - When no there are no one answer the queue the system goes to voicemail of agent 1234 I'm using asterisk-1.2.0-beta1. My configuration is below, Any ideas? Many thanks, Joao Antunes
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 Jun 22
1
AgentCallbackLogin - invalid extension
As I understand it, you'd enter the extension at which you wish to be called back at, your 9665 has nothing to do with it. Instead of dialling 28 you could dial 9665 and that would add that SIP phone as an agent to the cytelcs queue. Steve -----Original Message----- From: Harold Workman [mailto:hworkman@cytelcom.com] Sent: 22 June 2004 18:54 To: asterisk-users@lists.digium.com Subject:
2005 Jun 08
3
AgentCallBacklogin (logout continued...)
Anyone know if - it is possible to limit 1 agent per extension where the last agent to log in overrides any previous agents or - a Command/application to clear all agents logged in on extension Does this look like it would require a custom mod to do it? J __________________________________ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out!
2009 Oct 30
2
Real replacement for AgentCallBackLogin() on Asterisk 1.6
Hi all, I would like to know if there is any application replacement for the AgentCallBackLogin() from asterisk 1.4 on asterisk 1.6. I know, from what I've read that the call back login agent can be done using a smart dialplan as showed on the docs. But I cannot thinks a flexible dialplan for a dinamic reassignation of agents to different queues every day. Thanks in advance. Mariano
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
2004 Aug 29
2
AgentCallbackLogin by other means
Hi, We?re looking at options for logging agents into the system programmatically via Perl/PHP and I was wondering if anyone else is doing this and if so, how. We're using AgentCallbackLogin now but would like to set up a web interface instead. I've been looking at Asterisk::Manager and didn't see anything relevant and wanted to ask the group before we dove into the Asterisk source.
2004 Jan 02
2
AgentCallbackLogin.
Dear Forum, I'm using the AgentCallbackLogin function to log my agents onto multiple call queues. exten => 3001,1, AgenCallbackLogin(1001,@sip). This works very well. I can not work out how to log them back out? On of the forum members was kind enough to point me into the directions of 'dial a null extension and press * to logout'. I don't seem to be able to translate