Displaying 20 results from an estimated 600 matches similar to: "AgentCallbackLogin."
2004 Jan 02
0
Grandstream Flash Button
I don't know how I managed to mess up sending this last time, but
somehow it got attached to the AgentCallbackLogin thread. Since the
indended audience may not see it there, please indulge me by tolerating
this second copy:
Here's a little tidbit about the non-functional flash key on the
Budgetone 100's. I have 20 of these phones. On some, the flash key
works, and on some it
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 =>
2005 May 31
1
read.delim2 regarding "#"
Hello R experts:
When I tried to read my data into R, it does not take
# sign
A subset of Exp.txt is:
Experiment name assay id Varname
(A1)DBA TPA 6h/DBA Acetone rep1(A1) #3 4090 A90C1
(A2)DBA TPA 6h/DBA Acetone rep2(A2) #3 4091 A91C1
The command is:
Exp <- read.delim2("Exp.txt",check.names=F,as.is=T)
It is excuted but gave me all the NAs. Can you all
drop me a hint?
Thanks
2012 Nov 07
1
change colour of geom_step by scale_colour_manual
Hi,
Color of my step plot is now by default. Now I'd like to change the color as
the grey scale I specified. I don't know why I got three black plot. Here I
attach two version of codes. The first one produces a step plot with color
by default. The second one, modified from the first one, is not producing
the grey scale I want. Any help would be highly appreciated.
[version 1- working]
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 =>
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:
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
2007 Feb 13
1
Using Dynamic Groups instead of AgentCallbackLogin - how to log which agent took the call?
Hello all.
I'm setting up a new call center PBX using * v1.4, and figure it's better to
go with AddQueueMember over AgentCallbackLogin. The functionality of
AgentCallbackLogin still works, but without a firm idea of how long it will
be in the codebase, I'm wary of building a system on top of it.
The basic mechanics work, but I'm having some trouble on logging. With
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:
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
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
2005 Feb 02
0
AgentLogin / AgentCallbackLogin transfer problem
Hello guys,
I?m running Asterisk CVS-HEAD-02/01/05-12:22:46 and having a problem with
call transfers using the cmds AgentCallBackLogin and AgentLogin
First Case (using cmd AgentCallbacklogin):
When the incoming call comes and enters the queue, the agent logged
in answer the call. But when I try to transfer this call to another agent,
the incoming call is dropped. I don?t receive any error
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
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.
2005 Jun 07
0
AgentCallbackLogin (logout)
Hi
Trying to get logout by dialling an extension sorted
out.
Thought the it worked was agent logs in and logs off
on an extension clears any previous agents currently
on that extension like:
1. agent 1 login to extension1
2. agent 2 login to extension1
3. agent 2 logout
agent 1 and 2 logged out
Is this how it should work? I am using current cvs.
Thanks
Jack
agent => 0,,nullagent
agent
2006 Dec 20
1
Agentcallbacklogin deprecation
I agree with these fella's, this is a piss poor way of fixing it. I
only know of one call center that used static agents, mostly because
they were sold a peice of crap and they had no idea how to use it the
other way. I think you will find the majority of call centers are
callback centers. This decision has taken Asterisk out of the realm of
providing reasonable call center solutions. VIVA
2005 Feb 02
0
AgentLogin / AgentCallbackLogin transfer pro blem
Which kind of transfer do you use?
Try using the # transfer.
Hope that helps..
Guido Hecken
-----Urspr?ngliche Nachricht-----
Von: Diego Magalh?es [mailto:diego@redetaho.com.br]
Gesendet: Mittwoch, 2. Februar 2005 17:21
An: asterisk-users@lists.digium.com
Betreff: [Asterisk-Users] AgentLogin / AgentCallbackLogin transfer problem
Hello guys,
I?m running Asterisk CVS-HEAD-02/01/05-12:22:46 and
2013 Jul 09
0
AgentCallBackLogin - stopping
Good afternoon, I have a server still using Asterisk 1.4.44, it has not
been done migrating to a more updated.
My problem is in AgentCallBackLogin. When many people (more than 100) try
to run it at the same time, the application simply hangs or is extremely
slow. It takes anywhere from four minutes just to ask for the password of
the agent.
I thought I might be missing hardware, but both the CPU
2005 Jul 12
2
AgentCallbackLogin Question
I'm using ver. 1.0.7
here are a couple of lines from my extensions.conf file:
exten => x,1,AgentCallbackLogin(${CALLERIDNUM}|${CALLERIDNUM}@sip)
exten => x,2,Hangup
I'm looking for a way to capture the Agent ID after login, to keep
track which agent
is associated in a certain call.
2006 Dec 01
0
Problem with agent AgentCallbackLogin()
When I use AgentCallbackLogin() function to login an agent, I got following warning message saying the agent is not valid for auto login while my other extensions work fine for this function.
Does anybody know why? This extension has the same settings as the other ones like agents.conf and queues.conf.
Here is the message from asterisk:
-- Executing