Displaying 20 results from an estimated 10000 matches similar to: "CVS Error 2003-06-19"
2003 Jun 18
1
Errors when compiling from CVS this morning
O -fPIC -c -o chan_agent.o chan_agent.c
chan_agent.c: In function `login_exec':
chan_agent.c:595: parse error before '<<' token
chan_agent.c:602: parse error before '>>' token
make[1]: *** [chan_agent.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels'
2003 Jun 18
1
chan_agent MOH was (Re: CVS Error 2003-06-19)
Yea, I have faked that with a silent mp3,
but to do it right it should also be a config flag in the agent.conf file
for each agent, prolly add another arg to each agent definition
for the MOH class, & the arg 'none' means don't play music for that agent
-----Original Message-----
From: James Golovich <james@wwnet.net>
To: asterisk-users@lists.digium.com
2004 Jun 25
0
problems compiling shadydial-asterisk on gentoo
hello there:
did some one compiled shadydial with asterisk on gentoo successfully, if some one plz help me
I am getting compilation errors during asterisk compilation after replacing the files provided with shadydial
thank you
here is my log, please help
gcc -pipe -I=/usr/local/pgsql/include -pipe -Wall -Wstrict-prototypes -Wmissing
2006 Dec 26
2
Agent presence
Hi guys!
We have a call centre that has been moved across from an old Ericsson
MD110 PABX to an Asterisk server with those in the call centre using
X-Lite as their softphone.
I'm trying to get Agent presence configured so that X-Lite gives the
operators a visual indicator of their status - logged on, off and on
"pause". I'm using chan_agent for the agents, so agents are
2007 May 29
2
Agents.conf from realtime static
I am using Asterisk 1.4.4 on a CentOS 5 machine for a small call center
with 6 agents. I am using realtime for queues and sip and I am also
trying to use realtime static to load agents.conf. The only problem I
am having is that no agents are loaded when I start Asterisk. I have to
manually do a "module reload chan_agent.so" so the agents get loaded
from the database.
Obviously
2005 Oct 18
2
Agent recording and muxmon
I was wanting to use the new MuxMon application to record calls - it
seems to be a "nicer" way of recording than the Monitor application.
However, there is a slight issue with agents - we use the recordcalls
option in agents.conf to record inbound agent calls - and I believe from
looking at the source code that is uses the monitor application.
Is there any way to get chan_agent to
2003 Aug 25
2
Data calls through *
I have a Pitney Bowes (USPS Postage) machine that connects
via a USB modem to fill it.
It connects but soon disconnects. It works fine through a standard
analog phone line not connected to asterisk. I also
have the 'd' option on the Dial command.
exten => _1NXXNXXXXXX,1,Dial,Zap/47/BYEXTENSION||d
Any ideas?
John
2005 Aug 18
2
Updated Patch to chan_agent.c for PREACKANNOUNCE
First, many thanks to Greg Boehnlein for his patch to chan_agent.c
for adding a "preackannounce" option.
I am running CVS HEAD from 2005/07/31, and the patch failed in a
few hunks, since the code was refactored to add in some CASE
statements where there were compound if statements before.
Anyway, I have successfully updated the patch to work against head
as of 3 weeks ago, and would
2009 Sep 03
3
GTalk functionality Asterisk
Hello
Previous context :- After Looking up sip and IAX2 that require
configuration at router level which may cause some problems like connection
break etc... so i left them ......... and start wondering if there is some
thing that dont require configuration at router layer. The task to
accomplish to make and recieve calls from outside local network using any
protocol whose soft phones are
2009 Mar 26
3
Know who's logged in
Hi all,
For those of you people that use Agents (with Agentlogin, not
AgentCallbackLogin) on a call center, I have this need: when the agent
logs in, a channel keeps running all the time that the agent is logged
in to receive the incoming calls. How do I know which agent logged in
(code)? Right now, if I query the login channel, there is no information
about which agent is logged on:
#
2003 Jun 13
5
Disabled echo canceller because of tone (rx)
Does anyone know what this means? It is in DMESG, and we have
people complaining about echo.
Disabled echo canceller because of tone (rx)
John
2008 Jun 16
1
Agents getting "stuck" busy
Having a weird issue with some agents getting stuck busy on my system. Call
will come into the queue and the agent will hit DND, or be DND when the call
comes in (DND being the button on eyeBeam softphone, not a star code).
After the agent comes back from DND they will be "stuck" as busy in the
queue and I have to reload chan_agent.so in order to get them available.
I'm running
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
2003 Jul 08
1
Agent in new CVS
I installed the 7/7/03 CVS today, and my customer service reps
said that there were problems. So I went back to an earlier version.
They could log in, but when they received a call, they hear
the beep, but not the announcement or call.
I am using macros, if night is on, I dial the 800# that is passed.
Otherwise I play the Thank You (ty_pn), and I also pass the
announcement that the agent hears
2005 Feb 01
3
X100P Clone
I'm new to asterisk and fror a cupple of days I heave been googleing the
net for digium "clones", because it's very hard for me to get a digium
card (X100P).
Does anyone Know another substitute for X100P (I know that intel based
modem with chip 537/MD3200 is working but I did not find any of those) ?
I made it work with an Intel 536 (with a costumised driver that I found
on
2009 Aug 13
4
[Bridge] [PATCH] net/bridge: Add 'hairpin' port forwarding mode
This patch adds a 'hairpin' (also called 'reflective relay') mode
port configuration to the Linux Ethernet bridge kernel module.
A bridge supporting hairpin forwarding mode can send frames back
out through the port the frame was received on.
Hairpin mode is required to support basic VEPA (Virtual
Ethernet Port Aggregator) capabilities.
You can find additional information on VEPA
2009 Aug 13
4
[Bridge] [PATCH] net/bridge: Add 'hairpin' port forwarding mode
This patch adds a 'hairpin' (also called 'reflective relay') mode
port configuration to the Linux Ethernet bridge kernel module.
A bridge supporting hairpin forwarding mode can send frames back
out through the port the frame was received on.
Hairpin mode is required to support basic VEPA (Virtual
Ethernet Port Aggregator) capabilities.
You can find additional information on VEPA
2009 Aug 13
4
[Bridge] [PATCH] net/bridge: Add 'hairpin' port forwarding mode
This patch adds a 'hairpin' (also called 'reflective relay') mode
port configuration to the Linux Ethernet bridge kernel module.
A bridge supporting hairpin forwarding mode can send frames back
out through the port the frame was received on.
Hairpin mode is required to support basic VEPA (Virtual
Ethernet Port Aggregator) capabilities.
You can find additional information on VEPA
2003 Jul 31
3
Queue and Agents in CVS
Every time I have upgraded via CVS in last few weeks, the
queue and agent program doesn't appear to function together.
The calls are not getting passed: Agent 308 is logged in and idle.
Yet I have a customer that has been on hold for over 8 minutes.
Any Ideas?
===================================================
pbx*CLI> show agents
301 (Lee) not logged in (musiconhold is
2007 Sep 19
1
AgentCalbackLogin not loging in race condition ?
Previous mail did not go through. Following up...
Carlos G Mendioroz @ 16/09/2007 13:27 -0300 dixit:
> Hi,
> I'm seeing a problem using AgentCallbackLogin (Asterisk 1.2.16) where
> a call in queue while an agent is logging in results in the agent
> getting the call without properly being logged in.
>
> This seems to be a race, although I've not (yet) pinpointed the code