QueueMetrics > Outbound and QueueMetrics

Caller ID outbounb

(1/1)

Tiago:
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

QueueMetrics:
I think you could set it here easily, so that they can check the caller-id. Just add a line before the last GOTO.

Tiago:
Hi,


Can you tell me the exact command to set the caller ID


tks

QueueMetrics:
I'd use CALLERID(all) - see e.g. here: http://www.asteriskguru.com/tutorials/calleridall_function.html

Navigation

[0] Message Index

Go to full version