Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-09 Thread Anthony Francis
Anthony Francis wrote: > Anthony Francis wrote: > >> oumar ndiaye wrote: >> >> >>> Thanks all for your responses. >>> I am not sure I know every thing AgentCallBackLogin is capable. I >>> don't know either if I have to have all the functions offered by >>> AgentCallBackLogin. All I n

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-09 Thread Anthony Francis
Anthony Francis wrote: > oumar ndiaye wrote: > >> Thanks all for your responses. >> I am not sure I know every thing AgentCallBackLogin is capable. I >> don't know either if I have to have all the functions offered by >> AgentCallBackLogin. All I need is a way to allow call takers to login

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-09 Thread Anthony Francis
oumar ndiaye wrote: > Thanks all for your responses. > I am not sure I know every thing AgentCallBackLogin is capable. I > don't know either if I have to have all the functions offered by > AgentCallBackLogin. All I need is a way to allow call takers to login > and before they can take calls.

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Robert Broyles
You guys... grr... I'm still on 1.4 svn ... not ready to even think about 1.6 OR 1.8(when it's released) for production right now. :-) -- Regards, Robert Broyles Rob Hillis wrote: > ...except that Macros are now deprecated and will most likely be removed > in 1.8. > > Robert Broyles wrote: >>

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread oumar ndiaye
Thanks all for your responses. I am not sure I know every thing AgentCallBackLogin is capable. I don't know either if I have to have all the functions offered by AgentCallBackLogin. All I need is a way to allow call takers to login and before they can take calls. How is this done today in 1.6. Than

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Philipp Kempgen
Rob Hillis schrieb: > ...except that Macros are now deprecated and will most likely be removed > in 1.8. > > Robert Broyles wrote: >> Looks like using a Macro and the 'M' Dial() option is the way to go for >> now if you need the answer confirmation. Use U() and Gosubs then! Philipp Kempgen

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Rob Hillis
...except that Macros are now deprecated and will most likely be removed in 1.8. Robert Broyles wrote: > Hmm, this is all very interesting. > > Looks like using a Macro and the 'M' Dial() option is the way to go for > now if you need the answer confirmation. > > http://www.voip-info.org/wiki-Aste

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Robert Broyles
Hmm, this is all very interesting. Looks like using a Macro and the 'M' Dial() option is the way to go for now if you need the answer confirmation. http://www.voip-info.org/wiki-Asterisk+cmd+Dial Look at example #2, and adapt it for your needs. -- Regards, Robert Broyles Philipp Kempgen wrote

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Philipp Kempgen
Philipp Kempgen schrieb: > Anthony Francis schrieb: >> Robert Broyles wrote: Check out this alternative: http://hostseries.com/agentcallbacklogin-alternative/ > > ---cut--- > [agents] > exten => 1050,1,Set(AGENT_SIP=${DB(agent_sip/1050)}) > exten => 1050,n,Dial(SIP/${AGENT_SIP}) > ---cut

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Philipp Kempgen
Anthony Francis schrieb: > Robert Broyles wrote: >>> Check out this alternative: >>> http://hostseries.com/agentcallbacklogin-alternative/ ---cut--- [agents] exten => 1050,1,Set(AGENT_SIP=${DB(agent_sip/1050)}) exten => 1050,n,Dial(SIP/${AGENT_SIP}) ---cut--- > I like what he came up ,with howeve

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Robert Broyles
Why don't you use followme if you want to do that? In fact, you can have followme, plus the local agents as mentioned in the previous alternative that I mentioned. -- Regards, Robert Broyles Anthony Francis wrote: > Robert Broyles wrote: >>> Check out this alternative: >>> http://hostseries.co

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Anthony Francis
Robert Broyles wrote: >> Check out this alternative: >> http://hostseries.com/agentcallbacklogin-alternative/ >> >> Regards, >> Robert Broyles >> >> > I like what he came up ,with however it doesn't replace the agent callback login systems use of being able to make an agent press a key to ac

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Philipp Kempgen
Danny Nicholas schrieb: > http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20AgentCallbackL > ogin http://www.voip-info.org/wiki/view/Asterisk+cmd+AgentCallbackLogin Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-aster

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Danny Nicholas
3:16 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6 The deprecation of Agent Callback login was announced in 1.4. Robert Broyles wrote: > Check out this alternative: >

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Anthony Francis
The deprecation of Agent Callback login was announced in 1.4. Robert Broyles wrote: > Check out this alternative: > http://hostseries.com/agentcallbacklogin-alternative/ > > Regards, > Robert Broyles > > oumar ndiaye wrote: > >> Hi, >> >> My queue used to work fine until I upgraded to 1.6. I

Re: [asterisk-users] AgentCallBackLogin no longer works after installing asterisk 1.6

2009-02-06 Thread Robert Broyles
Check out this alternative: http://hostseries.com/agentcallbacklogin-alternative/ Regards, Robert Broyles oumar ndiaye wrote: > 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) > Aft

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-03 Thread Atis Lezdins
On Wed, Sep 3, 2008 at 11:09 AM, Lee, John (Sydney) <[EMAIL PROTECTED]> wrote: >> > Just out of curiosity, where do you get this AddQueueMember syntax > from? >> >> Here: >> > http://www.digium.com/elqNow/elqRedir.htm?ref=http://downloads.oreilly.c > om >> /books/9780596510480.pdf >> page: 367 > >

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-03 Thread Lee, John (Sydney)
> > Just out of curiosity, where do you get this AddQueueMember syntax from? > > Here: > http://www.digium.com/elqNow/elqRedir.htm?ref=http://downloads.oreilly.c om > /books/9780596510480.pdf > page: 367 Oh so the VOIP Wiki is out of date! Now, where should we go to for reliable Asterisk info the

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-03 Thread Krzysztof Zimnicki
> Just out of curiosity, where do you get this AddQueueMember syntax from? Here: http://www.digium.com/elqNow/elqRedir.htm?ref=http://downloads.oreilly.com/books/9780596510480.pdf page: 367 ___ -- Bandwidth and Colocation Provided by http://www.ap

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-02 Thread Lee, John (Sydney)
> I need login Agent(Member) in asterisk. > use this option: > for example: > AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) Just out of curiosity, where do you get this AddQueueMember syntax from? http://www.voip-info.org/wiki/view/Asterisk+cmd+AddQueueMember Description: AddQueueMember(que

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-02 Thread Atis Lezdins
On Tue, Sep 2, 2008 at 6:07 PM, Krzysztof Zimnicki <[EMAIL PROTECTED]> wrote: > 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:

Re: [asterisk-users] AgentCallBackLogin vsAddQueueMember

2007-08-06 Thread Delca
> > Martin > > > > - Original Message ----- > From: "Kevin P. Fleming" <[EMAIL PROTECTED]> > To: "Alan Ferrency" <[EMAIL PROTECTED]> > Cc: "Asterisk Users Mailing List - Non-Commercial Discussion" > > Sent: Wednesday, April 11, 2

Re: [asterisk-users] AgentCallBackLogin vsAddQueueMember

2007-07-05 Thread Martin Schrott - thinking:systems
- Original Message - From: "Kevin P. Fleming" <[EMAIL PROTECTED]> To: "Alan Ferrency" <[EMAIL PROTECTED]> Cc: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Wednesday, April 11, 2007 11:45 PM Subject: Re: [asterisk-users] AgentCallBackLogin

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-07-05 Thread Martin Schrott - thinking:systems
evin P. Fleming" <[EMAIL PROTECTED]> To: "Alan Ferrency" <[EMAIL PROTECTED]> Cc: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Wednesday, April 11, 2007 11:45 PM Subject: Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember Alan Ferren

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-04-12 Thread Alan Ferrency
On Wed, 11 Apr 2007, Kevin P. Fleming wrote: > Alan Ferrency wrote: > > > This means that all queue activity is associated with a SIP channel > > in the logs, which is not acceptable. > > This is why we added the 'membername' argument to the > AddQueueMember application, so that queue logs can ref

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-04-11 Thread Kevin P. Fleming
Alan Ferrency wrote: > However, this is not what we need. This adds a phone channel to the > queue, and does not track which person is using that phone. This means > that all queue activity is associated with a SIP channel in the logs, > which is not acceptable. Right. This is why we added the 'm

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-04-11 Thread Alan Ferrency
I apologize for not responding sooner, I obviously don't read this mailing list regularly. > Alan Ferrency wrote: > > In our investigation of the "AddQueueMember" vs. > > "AgentCallbackLogin" situation, the major loss with using the > > published "AddQueueMember" replacement is that it assumes ea

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-28 Thread Kevin P. Fleming
Alan Ferrency wrote: > In our investigation of the "AddQueueMember" vs. > "AgentCallbackLogin" situation, the major loss with using the > published "AddQueueMember" replacement is that it assumes each agent > is always using the same phone. This is not true; it is certainly possible to call AddQue

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-15 Thread Alan Ferrency
Hello, In our investigation of the "AddQueueMember" vs. "AgentCallbackLogin" situation, the major loss with using the published "AddQueueMember" replacement is that it assumes each agent is always using the same phone. We were not implementing agents this way at all. In fact the _only_ thing we r

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-14 Thread James FitzGibbon
On 2/14/07, gc <[EMAIL PROTECTED]> wrote: So you have to hard code each queue name in the dialplan for an agent to login. What about hundreds of agents login 30-40 different queues? If this is the only way to do it, I will not use AddQueueMember at all. I do not know the reason for deprecatin

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-14 Thread gc
So you have to hard code the each queue name in the dialplan for an agent to login. What about hundreds of agents login 30-40 different queues? If this is the only way to do it, I will not use AddQueueMember at all. I do not know the reason for deprecating AgentCallBackLogin. But I do think r

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-14 Thread gc
- Original Message - From: James FitzGibbon To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Wednesday, February 14, 2007 10:34 AM Subject: Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember On 2/13/07, gc <[EMAIL PROTECTED]> wrote:

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-14 Thread gc
So you have to hard code each queue name in the dialplan for an agent to login. What about hundreds of agents login 30-40 different queues? If this is the only way to do it, I will not use AddQueueMember at all. I do not know the reason for deprecating AgentCallBackLogin. But I do think remov

Re: [asterisk-users] AgentCallBackLogin vs AddQueueMember

2007-02-14 Thread James FitzGibbon
On 2/13/07, gc <[EMAIL PROTECTED]> wrote: 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 qu

Re: [asterisk-users] Agentcallbacklogin deprecation

2006-12-20 Thread Paul Hales
Maybe if we make enough noise it can be replaced with something better, rather than just thrown away. Agentcallabacklogin is great - easy to setup, and provides some useful functionality. PaulH On Wed, 2006-12-20 at 19:09 -0800, Carla Schroder wrote: > Ick. Don't WANT to do all that. no. A

Re: [asterisk-users] Agentcallbacklogin deprecation

2006-12-20 Thread Carla Schroder
Ick. Don't WANT to do all that. no. Anyway, according to this it should still work in 1.4: http://www.mail-archive.com/asterisk-users%40lists.digium.com/msg166873.html "Yes, AgentCallbackLogin is deprecated, but it will not be removed until after 1.4. " On Wednesday 20 December 2006 3:25 pm,

Re: [asterisk-users] Agentcallbacklogin deprecation

2006-12-20 Thread Lenz
You can use Local channels, plus some custom queue_log logging, unless you want fancy agent/extension association; in that case you'll have to have your fun with the dialplan :) l. On Wed, 20 Dec 2006 23:51:31 +0100, Carla Schroder <[EMAIL PROTECTED]> wrote: Sooo what replaces it? Con

Re: [asterisk-users] Agentcallbacklogin deprecation

2006-12-20 Thread Carla Schroder
Sooo what replaces it? Convoluted dialplans? AEL stuff? Agentcallbacklogin was simple and easy. Hardly anything in Asterisk is simple or easy. Maybe that's why it was removed. :) On Wednesday 20 December 2006 2:21 pm, Lenz wrote: > I would not say that * has been "taken out of the realm of reaso

Re: [asterisk-users] Agentcallbacklogin deprecation

2006-12-20 Thread Lenz
I would not say that * has been "taken out of the realm of reasonable CC solutions", luckily there are still a lot of ways to configure * to meet the most diverse needs, but it's surely a fact that a very convenient and used approach being deprecated will be an annoyance for CC designers an

Re: [asterisk-users] AgentCallbackLogin() deprecated in 1.4

2006-12-20 Thread Lenz
I have been speaking privately to a number of CC integrators and resellers about the AgentCallbackLogin() deprecation issue, and I'd dare say nobody is enthusiastic about it. With all its problems, AgentCallBackLogin is the workhorse of most of today's Asterisk CCs, and my impression is tha

RE: [asterisk-users] AgentCallbackLogin() deprecated in 1.4

2006-12-20 Thread Douglas Garstang
> -Original Message- > From: Gavin Hamill [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 20, 2006 7:10 AM > To: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] AgentCallbackLogin() deprecated in 1.4 > > > On Wed, 20 Dec 2006 14:39:42 +0100

RE: [asterisk-users] AgentCallbackLogin() deprecated in 1.4

2006-12-20 Thread Douglas Garstang
Yes, we have issues with this application being removed as well. In my opinion, it's a loss of functionality. > -Original Message- > From: "Markus Bönke" [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 20, 2006 6:40 AM > To: asterisk-users@lists.digium.com > Cc: [EMAIL PROTECTED] >

Re: [asterisk-users] AgentCallbackLogin() deprecated in 1.4

2006-12-20 Thread Gavin Hamill
On Wed, 20 Dec 2006 14:39:42 +0100 "Markus Bönke" <[EMAIL PROTECTED]> wrote: > Hello all, > The other thing is, that "show agents" > doesn't show me which agents are logged in and if I use "show queue" > I can see local channels attached to a queue but no agents. For my > point of view there is s

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-30 Thread Gavin Hamill
On Tue, 28 Nov 2006 17:57:04 -0600 "Octavio Ruiz (Ta^3)" <[EMAIL PROTECTED]> wrote: > Why? Seems that reinventing the well was the agentcallbacklogin > implementation, when it could be happend in dialplan logic. Hm, now that I have examined this in more depth, I still seem to be missing one vital

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-30 Thread Gavin Hamill
On Tue, 28 Nov 2006 17:57:04 -0600 "Octavio Ruiz (Ta^3)" <[EMAIL PROTECTED]> wrote: > > Is there an isolated example somewhere of how to use existing > > dialplan logic and dynamic queue membership to simulate the current > > behaviour? > > http://svn.digium.com/view/asterisk/trunk/doc/queues-wit

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-28 Thread Octavio Ruiz (Ta^3)
> > Yes, AgentCallbackLogin is deprecated, but it will not be removed > > until after 1.4. > > Is there an isolated example somewhere of how to use existing dialplan > logic and dynamic queue membership to simulate the current behaviour? http://svn.digium.com/view/asterisk/trunk/doc/queues-with-

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-28 Thread Gavin Hamill
On Tue, 28 Nov 2006 10:27:27 -0600 (CST) Jason Parker <[EMAIL PROTECTED]> wrote: > Yes, AgentCallbackLogin is deprecated, but it will not be removed > until after 1.4. Is there an isolated example somewhere of how to use existing dialplan logic and dynamic queue membership to simulate the curren

Re: [asterisk-users] AgentCallbackLogin deprecated?

2006-11-28 Thread Jason Parker
Yes, AgentCallbackLogin is deprecated, but it will not be removed until after 1.4. - Original Message - From: Miguel Paolino <[EMAIL PROTECTED]> To: asterisk-users@lists.digium.com Sent: Monday, November 27, 2006 7:19:44 AM GMT-0600 US/Central Subject: [asterisk-users] AgentCallbackL

RE: [asterisk-users] AgentCallBackLogin+Queue

2006-08-04 Thread Guido Hecken
this asks only for a password exten => 123,1,AgentCallbackLogin(${CALLERIDNUM},${EXTEN}) hope it helps... Guido > -Ursprüngliche Nachricht- > Von: Gleidson Antonio Henriques [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 8. April 2006 18:38 > An: Asterisk-Digium > Betreff: [asterisk-u

RE: [Asterisk-Users] AgentCallbackLogin pre-# announcement?

2006-01-03 Thread Steve Hanselman
Yes, there is a patch for this (search mantis), it's static in that it's a single announcement that doesn't currently relate to the queue. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 03 January 2006 10:00 To: asterisk-us

Re: [Asterisk-Users] agentcallbacklogin

2005-12-22 Thread BJ Weschke
On 12/22/05, Dov Bigio <[EMAIL PROTECTED]> wrote: > Hi, > > On of my agents made a mistake while logging in to the Queue system, and > entered another agent's extension. > Asterisk allowed that, and the first agent was then able to receive two > calls from the queue, on that was actually for him, a

Re: [Asterisk-Users] AgentCallbackLogin and calling outside

2005-09-17 Thread Rajkumar S
BJ Weschke wrote: For your outbound calling problem, if you're operating with CVS-HEAD you can PauseQueueMember and then UnpauseQueueMember as part of the dial-plan for your outbound calls for those agents. Thanks, I think this will do the trick. For short breaks, I can wrap this around an e

Re: [Asterisk-Users] AgentCallbackLogin and calling outside

2005-09-17 Thread BJ Weschke
 For your outbound calling problem, if you're operating with CVS-HEAD you can PauseQueueMember and then UnpauseQueueMember as part of the dial-plan for your outbound calls for those agents. On 9/17/05, Rajkumar S <[EMAIL PROTECTED]> wrote: Hi,I have a small callcenter with 3 agents who login usingA

RE: [Asterisk-Users] AgentCallbackLogin and calling outside

2005-09-17 Thread Damon Estep
> > Hi, > > I have a small callcenter with 3 agents who login using > AgentCallbackLogin. They normally receive calls, but needs to call > outside also. When they call outside, though they are busy the "show > agents" shows them as available, and calls gets routed to them. How can > I make them

Re: [Asterisk-Users] AgentCallbackLogin Question

2005-07-13 Thread Johann
There is a variable that is set, but it has issues and a complete fix was put in CVS HEAD. See http://bugs.digium.com/view.php?id=4616 If you don't kick people for not answering you should be fine by using the variable KRTorio wrote: ${AGENTBYCALLERID_${CALLERID}} . Keep in mind that if they

Re: [Asterisk-Users] AgentCallbackLogin

2005-06-07 Thread Johann
ling List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] AgentCallbackLogin Can it be a problem with AgentCallbackLogin? -- Executing AgentCallbackLogin("Zap/4-1", "1010|[EMAIL PROTECTED]") in new stack -- Setting global variable 'AGENTBYCALLERID_XX

RE: [Asterisk-Users] AgentCallbackLogin

2005-06-04 Thread Steven Lam
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Bockman Sent: zaterdag 4 juni 2005 18:55 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] AgentCallbackLogin > Can it be a problem with AgentCallb

RE: [Asterisk-Users] AgentCallbackLogin

2005-06-04 Thread Kevin Bockman
> Can it be a problem with AgentCallbackLogin? > > -- Executing AgentCallbackLogin("Zap/4-1", "1010|[EMAIL PROTECTED]") > in new stack > -- Setting global variable 'AGENTBYCALLERID_XX' to '1010' > -- Playing 'agent-loginok' (language 'en') > -- Callback Agent '1010' logged

RE: [Asterisk-Users] AgentCallbackLogin

2005-06-04 Thread Steven Lam
Hi again, Can it be a problem with AgentCallbackLogin? -- Executing AgentCallbackLogin("Zap/4-1", "1010|[EMAIL PROTECTED]") in new stack -- Setting global variable 'AGENTBYCALLERID_XX' to '1010' -- Playing 'agent-loginok' (language 'en') -- Callback Agent '1010' logged in

Re: [Asterisk-Users] AgentCallBackLogin

2004-11-15 Thread Chad Scott
In queues.conf, try: member => Local/@ So, for instance, something like: member => Local/[EMAIL PROTECTED] Cheers, Chad On Nov 15, 2004, at 7:59 AM, Shawn Dillon wrote: > I have the AgentCallBackLogin working well when the support technician > logs into the queue manually. If there a way to get ce

Re: [Asterisk-Users] AgentCallBackLogin

2004-11-15 Thread Grzegorz Marszałek
W liście z pią, 12-11-2004, godz. 23:55, Shawn Dillon pisze: > I have the AgentCallBackLogin working well when the support technician > logs into the queue manually. If there a way to get certain extensions > to automatically log into the queue? That way I do not have to worry > about help desk st

RE: [Asterisk-Users] AgentCallbackLogin - invalid extension

2004-06-22 Thread Harold Workman
[EMAIL PROTECTED] wrote: > 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 > > >

RE: [Asterisk-Users] AgentCallbackLogin - invalid extension

2004-06-22 Thread Steve Hanselman
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

RE: [Asterisk-Users] AgentCallBackLogin ??

2004-03-15 Thread AstGrp
It looks like the AgentCallBackLogin app is not working in the latest CVS Asterisk CVS-03/15/04. Can someone please verify this. I had this exact setup running on a different CVS load prior to running the updates. Thanks, -gcc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

Re: [Asterisk-Users] AgentCallbackLogin.

2004-01-02 Thread Philipp von Klitzing
Hi! > 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 '

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-14 Thread Jim Friedeck
Thanks! I'm trying that now. Jim Friedeck Armand A. Verstappen wrote: out. Is there some way to distunguish them in CDR? I also noticed the management interface maintains a Unique ID for each call and lets that call be traced throughout its life in

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-14 Thread Jim Friedeck
Thanks! I don't know why that works. Where is that behaviour documented? Also is there any way to turn off the '#' to confirm so the agent can just pick up the phone to answer the call? I'm running CVS as of about an hour ago. Thanks again. Jim Friedeck - The T

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-14 Thread James Golovich
The unique id is generated when a channel is requested, so the uniqueid will be unique for any call or channel. You should never see the same uniqueid more than once. The uniqueid is available as a channel var ${UNIQUEID}, as an agi environment var (agi_uniqueid), as an entry in (hopefully) every

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-14 Thread Jim Friedeck
Subject: Re: [Asterisk-Users] AgentCallbackLogin Thanks! I don't know why that works. Where is that behaviour documented? Also is there any way to turn off the '#' to confirm so the agent can just pick up the phone to answer the call? I'm running CVS as of about an hour

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-11 Thread TC
Jim I added a patch that mark got into cvs last night use ackcall=no in agent.conf -Original Message- From: Jim Friedeck <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: August 6, 2003 1:46 PM Subject: Re: [Asterisk-Users] AgentCallbackLogin >Thanks! I

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-07 Thread Jim Friedeck
I am trying to record all logins and logouts for posterity. The act of logging in with AgentCallbackLogin produces the same CDR data as logging out. Is there some way to distunguish them in CDR? I also noticed the management interface maintains a Unique ID for each call and lets that call be tr

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-07 Thread Armand A. Verstappen
> out. Is there some way to distunguish them in CDR? I also noticed the > management interface maintains a Unique ID for each call and lets that > call be traced throughout its life in the PBX. Can that data be added to > CDR as well to allow for easier call tracking? It looks like if you defi

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-07 Thread Jim Friedeck
I don't think that's the same unique id. It changes for each record in the CDR. I believe the management interface unique id is maintained as specific to each incoming or 'original' call. Any ideas? Jim Friedeck --- Jim Friedeck wrote: Thanks! I'm trying that now. Jim

Re: [Asterisk-Users] AgentCallbackLogin

2003-08-06 Thread The Traveller
Hey Jim, On Wed, Aug 06, 2003 at 15:12:50 -0500, Jim Friedeck wrote: > I am having trouble with the AgenCallBackLogin app. I can't seem to > define a context for the queue. > > Here is the relevant configs: [...] > extensions.conf: > > [c_in_1];internal lines (up to 48 agents and admins)