2416
General Asterisk configuration / Re: Custom queue_log Entries
« on: July 03, 2008, 08:56:09 »
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
There is no callfile.actionname.enabled=true or false in the configuration.properties. I only find this:
callfile.outmonitoring.enabled=true
callfile.agentdial.enabled=true
callfile.calloutcome.enabled=true
callfile.agentlogin.enabled=true
callfile.agentlogoff.enabled=true
callfile.agentpause.enabled=true
callfile.agentunpause.enabled=true
updatedb
locate configuration.properties
here is queuedial
-- Called 1230800@queuedial/n
-- Executing [1230800@queuedial:1] Set("Local/1230800@queuedial-f7bd,2", "QDIALER_QUEUE=q-1 23") in new stack
-- Executing [1230800@queuedial:2] Set("Local/1230800@queuedial-f7bd,2", "QDIALER_NUMBER=0800") in new stack
-- Executing [1230800@queuedial:3] Set("Local/1230800@queuedial-f7bd,2", "QDIALER_AGENT=Agent/27") in new stack
-- Executing [1230800@queuedial:4] Set("Local/1230800@queuedial-f7bd,2", "QDIALER_CHANNEL=SIP/0800") in new stack
-- Executing [1230800@queuedial:5] Set("Local/1230800@queuedial-f7bd,2", "QueueName=q-123") in new stack
-- Executing [1230800@queuedial:6] MixMonitor ("Local/1230800@queuedial-f7bd,2", "Q-q-123-12 14338925.15.WAV|b|") in new stack
-- Executing [1230800@queuedial:7] Goto("Local/1230800@queuedial-f7bd,2", "qm-queuedial|s|1 ") in new stack
-- Goto (qm-queuedial,s,1)
[queuedial]
exten => _XXX.,1,Set(MY_QUE=${EXTEN:0:3})
exten => _XXX.,2,Set(MY_NUM=${EXTEN:3})
exten => _XXX.,3,Set(MY_AGENT=${CALLERIDNUM})
exten => _XXX.,4,NoOp,Ag: ${MY_AGENT} N: ${MY_NUM} Q: ${MY_QUE}
exten => _XXX.,5,MixMonitor(Q-${MY_QUE}-${UNIQUEID}.wav|b|)
exten => _XXX.,6,DeadAGI(queueDial.agi|${MY_NUM}|SIP/user.provider.ent/${MY_NUM}|q-
${MY_QUE}|Agent/${MY_AGENT})
exten => _XXX.,7,Congestion
You do not need it as you have the new one, but beware because the log you posted does not match the dialplan you reported here.

