Show Posts

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.


Messages - viniciusfontes

Pages: 1 [2]
16
Outbound and QueueMetrics / Outbound with Asterisk 1.6
« on: February 15, 2010, 13:18:38 »
Hello. I'm confused about the right way of setting up outbound queues on Asterisk 1.6. As explained on this topic (http://forum.queuemetrics.com/index.php?topic=728.0), we should not use agents.conf at all, relying only on AddQueueMember and so on. But on the topic about setting up outbound queues (http://forum.queuemetrics.com/index.php?topic=261.0), this context depends on the agents functionality:

[queuedial]
; this piece of dialplan is just a calling hook into the [qm-queuedial] context that actually does the
; outbound dialing - replace as needed - just fill in the same variables.
exten => _XXX.,1,Set(QDIALER_QUEUE=q-${EXTEN:0:3})
exten => _XXX.,n,Set(QDIALER_NUMBER=${EXTEN:3})
exten => _XXX.,n,Set(QDIALER_AGENT=Agent/${CALLERID(num)})
exten => _XXX.,n,Set(QDIALER_CHANNEL=SIP/${QDIALER_NUMBER})
exten => _XXX.,n,Set(QueueName=${QDIALER_QUEUE})
exten => _XXX.,n,MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV|b|)
exten => _XXX.,n,Goto(qm-queuedial,s,1)

Is there a way to use outbound queues on Asterisk 1.6 and at the same time use callback agents?

Pages: 1 [2]