similar to: Having a Blonde moment.

Displaying 20 results from an estimated 2000 matches similar to: "Having a Blonde moment."

2004 Jul 16
1
Patch to test: Never say goodbye to an agent :-)
http://bugs.digium.com/bug_view_page.php?bug_id=0001693 This patch adds a lot of options for AgentLogin/AgentCallbackLogin Please test and respond in the bug tracker! /O ------------------------------------------------------------------------------------- "This patch adds quite a few new features into __login_exec () of channels/chan_agent.c for AgentLogin() and AgentCallbackLogin(). Only
2009 May 20
1
Queue and Dial operation - Common Variables?
Hi All, I am trying to implement ACD using Asterisk 1.2.18 and I've chosen AgentCallbackLogin for login purpose. One AGI is written which will actually get executed when agent dials '1001' (say) from his SIP phone and enters into the queue. Second AGI gets executed when the Dial operation is performed. I see the agi_uniqueid obtained from both AGI instances are different and I
2006 Jan 06
3
Asterisk initialization
Hi, I am doing an AGI that logs to a database every Agent login/logoff. My idea is to be able to go to this database and check which agents where logged so that I can force their login in case Asterisk goes down for some reason. The problem is that I would need to reload their status from this AGI when Asterisk initializes. Is there a way to do this? One idea I had was to make safe_asterisk to
2007 Oct 02
4
Queue members, URI.
Is there an advantage to having a Queue members URI in the form: SIP/User (or indeed IAX2/User) Over Local/<number>@context ? I know that the latter will allow you to do things like set counting logic etc. through dialplan operations, but the former appears to be a more direct route to calling the party. (and if need be, there is the ability in queues to run a script on connection iirc).
2007 Feb 22
2
AG-188
Does anyone know why when calling out with an ATCOM AG-188 registered with IAX (haven't tried SIP), there is no ring. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070222/a4f29a97/attachment.htm
2004 Jun 30
3
Answering Service Agent Auto Login
Hello all, I am building a software based on asterisk to handle incoming answering service calls. I have one problem that I have not been able to figure out a reasonably priced solution to: The goal of this software is to allow the agent to be able to do their entire job from the desktop. The only thing that seems to be a problem is getting the operator (agents) headset logged on to the
2006 Jun 10
1
ADSL modem, TDM400P, zaptel and not hanging up
I have an asterisk 1.2.9.1 machine with zaptel 1.2.6 running. On the TDM400P, I have 1 FXS port and 3 FXO ports. dmesg reveals: Zapata Telephony Interface Registered on major 196 Zaptel Version: 1.2.6 Echo Canceller: KB1 PCI: Found IRQ 10 for device 01:01.0 PCI: Sharing IRQ 10 with 01:05.0 Freshmaker version: 73 Freshmaker passed register test Module 0: Installed -- AUTO FXS/DPO Module 1:
2006 Oct 11
1
SIP fails when internet connection lost.
I have been seeing this problem for a long time and it occurs in 1.4.0b2 (as well as 1.2.0-1.2.12.1). If the internet connection is lost and I have SIP services that require me to register, any SIP devices attached to the system stop working. I have an IAX phone connected to one of my servers that I've been having this problem with which will work fine (and filover to the PSTN) the
2007 Aug 23
2
1.4 Branch -- which revision
I'm finally migrating from the 6/7/05 CVS version to 1.4. Had quite a run, I have to admit. Asterisk itself only segfaulted once or twice, but the dns issues have been bothering me. And the box just needs to go. Everything is going on a Ubuntu 6.06TLS server, that's been perfectly stable. I had 1.4.1 installed and running, but not configured. Yesterday I upgraded to 1.4.11,
2001 Mar 19
3
Swat Setup Information
I am inquiring about setup of the SWAT utility I have installed Red Hat 7.0 with samba installed during the initial setup of Redhat. I have two network cards installed in my Server and I am connected to the internet via a Cable Modem. When I try to start SWAT netscape displays the message that it cannot find the local host on port 90. I have downloaded the book over samba and I have also tried to
2007 Mar 02
4
Asterisk 1.4.1 Released
The Asterisk and Zaptel development teams have released Asterisk 1.4.1. This release contains a very large number of bug fixes, including a fix for the recently discovered security vulnerability. It also contains a complete rewrite of the Shared Line Appearance (SLA) support that was first released as part of Asterisk 1.4.0. The new version of this functionality has been tested against a variety
2007 Mar 02
4
Asterisk 1.4.1 Released
The Asterisk and Zaptel development teams have released Asterisk 1.4.1. This release contains a very large number of bug fixes, including a fix for the recently discovered security vulnerability. It also contains a complete rewrite of the Shared Line Appearance (SLA) support that was first released as part of Asterisk 1.4.0. The new version of this functionality has been tested against a variety
2008 Apr 16
2
Using Chanspy
Hi, I`m trying to use Chanspy for a customer that wants to listen to his employees so he can train them better (or so he claims). In any case, it looks simple but there is something I`m not doing right. When a call is incoming, I set SPYGROUP using Set(SPYGROUP=1234) When I use, on another phone, Chanspy(|qg(1234)) Which should allow me to listen to conversations that hit the first (Set
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 =>
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
2008 Feb 03
3
Console/dsp, makes me sound like a Dalek
I need to set up the sound card of a server to use in an overhead paging system, as normal I am testing this on my home machine first (which has slightly different Hardware). I'm using chan_alsa with the Intel HD Audio driver on an Intel 82801G (ICH7 Family) sound card. I am running Asterisk 1.4.17 and have a fully loaded TDM400P as a timing source. When calling console/dsp (using
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:
2009 Aug 08
4
Question: How to contribute to Asterisk-addons
Hi, I am a beginner who began to use Asterisk in this July. Last week, I made two addons for PostgreSQL (cdr_addon_postgresql.c and res_config_postgresql.c), because I use not usual MySQL but PostgreSQL. # Of course, not scratch build but modified version 1.4.8. But I don't know how to change configure script, menuselect-xxx, ... etc, and how to merge my sources to addons tar-balls. Anyone
2011 Jul 11
9
Centos 6 Server has no GUI
Hi, So first daft question with Centos 6 (someone had to be first!) I've setup Centos 6 as a Server but as with Centos 5 it used to boot into the GUI but v6 doesn't do this, startx etc doesn't seem to work to launch the GUI Any suggestions on how I can get this to work? Thank you Keith