Displaying 10 results from an estimated 10 matches for "callagents".
2007 Jul 04
2
Xorcom Bri and asterisk crashes
...quot;) in
new stack
Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Executing
Queue("Zap/14-1", "mainq1|twr|||10") in new stack
Jul 4 11:56:55 DEBUG[20295] chan_zap.c: Requested indication 3 on
channel Zap/14-1
Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Called
Local/700 at callagents
Jul 4 11:56:55 VERBOSE[20298] logger.c: -- Executing
Set("Local/700 at callagents-bc5a,2", "Extension=700") in new stack
Jul 4 11:56:55 VERBOSE[20298] logger.c: -- Executing
Set("Local/700 at callagents-bc5a,2",
"__ALERT_INFO=<http://www.example.com&g...
2011 Sep 07
4
(no subject)
Hi team,
I am trying to find solution to hangup b-party call after 1 min with out disconnecting the call of a-party but following dial plan which is disconnect both the calls.
Please suggest me the solution.
[TB]
exten => _X.,1,Wait(${INCOMING_WAIT})
exten =>_X.,2,Verbose(TB)
exten =>_X.,3,Answer()
exten => _X.,4,Set(mainLoop=0)
exten =>
2006 Nov 21
0
Callback agents without chan_agent issues (queue recording)
AgentCallBackLogin is going to be deprecated, so I've decided to emulate
chan agent using AQM and RQM funcions and Local channel.
I use asterisk 1.2.13 and latest 1.2.x. zapata.
I used example 2 from
http://www.voip-info.org/wiki/view/Agents+without+agent+channel and
example from queues-with-callback-members.txt from asterisk 1.4 doc
directory. My dialplan is very similar to Digium's
2010 Jul 26
0
Adit 600 over MGCP.
Hi,
Anybody out there running Adit600s?
I have in my care an Adit600 channel bank connected to an old (version
1.0.6) Asterisk instance with MGCP. When trying a more recent Asterisk
(1.4.21.2~dfsg-3+lenny1, Stock current Debian) calls fail.
I have attempted to add the "slowsequence = yes" line to mgcp.conf. (It
seemed to be the only likely candidate in the example files I found
2003 Apr 01
7
MGCP
Hi,
I picked up a router with 8 voice ports that supports MGCP, but it has
several options that I am not familiar with or do not seem apparent in the
mgcp.conf.
Enter the default IP address for the Notified Entity: [0.0.0.0]
Enter the listening port of the Notified Entity: [2427]
Enter the IP address for MGCP signalling (Data): [192.168.0.210]
Enter the local port for MGCP signaling (Data):
2003 Apr 28
1
using asterisk as a mgcp <-> h.323 translator
Hi,
I havn't actually tried this yet, but would it be possible to use asterisk
as a mgcp <-> h.323 translator?
For example, I have mgcp service from Next Gen telephone company. But i only
have a h.323 phone. Would there be a way to the mgcp signalling to hit
asterisk, and then have it fire the call out h.323?
And vice versa?
Just brainstorming.
Sean Watkins
2003 Dec 20
1
Asterisk MGCP register
Hi,
I am trying to figure out if * can register as a client on a remote MGCP
service. Just like SIP and other protocols
Do. Anyone tried this?
Ta
SJ
2005 Sep 28
1
adit 600 mgcp.conf
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Does anyone know what I need to put in the mgcp.conf to connect to an
adit 600? Also if you know what I need to configure on the Adit600
itself, that would help too.
- --Tod
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
2009 Jun 30
0
Asterisk & Adit 600 Configuration
Has anyone ever gotten an Adit 600 to work with Asterisk1.4 via MGCP.
Asterisk keeps giving me the following error in the LOGs:
[Jun 30 08:32:59] NOTICE[26785]: chan_mgcp.c:1726
find_subchannel_and_lock: Gateway 10.0.0.245' (and thus its endpoint
'*') does not exist
MGCP Config:
[AFSWestAdit600]
host = dynamic
context = default
canreinvite = no
threewaycalling = yes
2007 Nov 05
2
Dynamic Queue Members - Auto Logoff
Another quick question (Spending the day trying to get this project sorted
and tucked away) If I am dynamically adding queue members, they will not
abide to settings within agents.conf will they?
Ie. I need the equivalent of Autologoff however want my agents to receive
calls when someone joins the queue, not have to sit on hold all day. I see
AgentCallbackLogin has finally been removed.
Has