Author Topic: Caller ID outbounb  (Read 3375 times)

Tiago

  • Newbie
  • *
  • Posts: 27
  • Karma: 0
    • View Profile
    • Email
Caller ID outbounb
« 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

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Caller ID outbounb
« Reply #1 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.

Tiago

  • Newbie
  • *
  • Posts: 27
  • Karma: 0
    • View Profile
    • Email
Re: Caller ID outbounb
« Reply #2 on: May 03, 2010, 15:10:40 »
Hi,


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


tks

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Caller ID outbounb
« Reply #3 on: May 04, 2010, 15:40:07 »