QueueMetrics forum

QueueMetrics => Outbound and QueueMetrics => Topic started by: Tiago on April 30, 2010, 14:50:17

Title: Caller ID outbounb
Post 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
Title: Re: Caller ID outbounb
Post by: QueueMetrics on May 03, 2010, 14:25:16
I think you could set it here easily, so that they can check the caller-id. Just add a line before the last GOTO.
Title: Re: Caller ID outbounb
Post by: Tiago on May 03, 2010, 15:10:40
Hi,


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


tks
Title: Re: Caller ID outbounb
Post by: QueueMetrics on May 04, 2010, 15:40:07
I'd use CALLERID(all) - see e.g. here: http://www.asteriskguru.com/tutorials/calleridall_function.html