QueueMetrics forum
QueueMetrics => Outbound and QueueMetrics => Topic started by: Tiago on April 30, 2010, 14:50:17
-
hi,
Where can i set my outbound number to a campaign for example 35121989XXX
[queuedial]
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 this the piece of dialplan, that i have to change, because my sip provider don“t accept anonymous calls.
tks
-
I think you could set it here easily, so that they can check the caller-id. Just add a line before the last GOTO.
-
Hi,
Can you tell me the exact command to set the caller ID
tks
-
I'd use CALLERID(all) - see e.g. here: http://www.asteriskguru.com/tutorials/calleridall_function.html