Displaying 10 results from an estimated 10 matches for "callag".
Did you mean:
callas
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.c...
2011 Sep 07
4
(no subject)
...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 => _X.,5,Set(TIMEOUT(absolute)=10)??????? ; set time in? milliseconds
exten => _X.,6,Playback(/var/callagent/prompts/monitor/thanks)
exten => _X.,7,Dial(DAHDI/7/
09501032209,10,S(60))
exten => _X.,8,Noop(${DIALEDTIME})
exten =>_X.,9,Goto(TB,_X.,1)
exten =>_X.,n,Hangup()
Thanks
Vinod Dharashive
Sent from BlackBerry? on Airtel
2006 Nov 21
0
Callback agents without chan_agent issues (queue recording)
...agentdial looks like this
[agentdial]
; Local/${agent}@agentdial are dynamic queue members, they are added to
the queue
exten => _XX.,1,Noop(Agent to dial is ${EXTEN})
exten => _XX.,n,Set(agent=${EXTEN})
exten => _XX.,n,Set(ExtToDial=${DB(AGENT/${agent}/onExten)})
exten => _XX.,n,Macro(callagent,${LDP${ExtToDial}},e${ExtToDial})
LDP${ExtToDial} is global variable where Tech/peer is stored (for
example SIP/102)
callagent is macro which dials phone where agent is. The shortened
version of this macro is:
[macro-callagent]
;ARG1 - What device to dial (device)
;MACRO_EXTEN is dialed agent...
2010 Jul 26
0
Adit 600 over MGCP.
...slot 6 CMG.
(snip)...
set 6:1 up
set 6 snmp name "unknown"
set 6 snmp contact "unknown"
set 6 snmp location "unknown"
set 6 ntp server 192.168.30.1
set 6 ntp timezone 1
set 6 ntp enable
set 6 cdr enable
set 6 hookflash 0
set 6 mgcp addressformat nobrackets
set 6 mgcp callagent address 192.168.30.1
set 6 mgcp callagent port 2427
set 6 mgcp up
set 6 mgcp rsipwildcard enable
set 6 voip ptime g711mu 10
set 6 voip ptime g711a 10
set 6 voip rtcp cname "adit"
set 6 compander alaw
set 6 voip sdpaddress gatewayid
set 6:1:1:1 log start mgcp
set 6:1:1:1-48 algorithm pr...
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
...ble
set 6:1 up
add 6:1 static ip network 10.0.0.0 255.255.255.0 10.0.0.1 1
add 6 remote "RemoteUnit"
set 6 snmp name "unknown"
set 6 snmp contact "unknown"
set 6 snmp location "unknown"
set 6 "RemoteUnit" up
set 6 log last detail
set 6 mgcp callagent address 10.0.0.167
set 6 mgcp gatewayid 10.0.0.245
set 6 mgcp quarantine step discard
set 6 mgcp port 2727
set 6 mgcp up
set 6 mgcp rsipwildcard enable
set 6 mgcp tos 0x68
set 6 voip osi 500
set 6:1:1:1 log start both
set 6:1:1:1-48 echo tail 64
set 6:1:1:1-48 tos 0xB8
set 6:1:1:1-48...
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