cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
648
Views
0
Helpful
4
Replies

Change cli on outbound Pcce call

iptuser55
Level 6
Level 6

I need the ability to change the cli on particular outbound calls -has anyone done this and how 

 

I saw the variable call.user.microapp.override_cli which initially looked like it provides what I'm looking for -has anyone used the variable, what's it used for 

 

Thanks 

4 Replies 4

iptuser55
Level 6
Level 6

Any update on this

Andrew West
Level 4
Level 4

To make sure I understand your request right..

 

You want to do this via an ICM script or CVP vs doing it at the phone or CUCM level?

Within icm script if possible as we will be using an outbounder solution. Depending on campaign we are running different cli needs to be presented

Thanks

Hi,

 

For Manual outbound we can change in CUCM & VG dial-peer level but Dialer  we can change only from VG dial-peer level.

 

Below are the example for Manual and outbound dialer dial-peer , Based on the country you can change CLI.

 

Or else we can use campaign prefix number masking for each campaign

 

VIOP Dial-peer for Manual and Dialer

 

-----------------------------

dial-peer voice 434 voip

 description dialer call for UAE

 translation-profile incoming DIALERINT

 destination-pattern 900971T

 session protocol sipv2

 session target ipv4:10.x.x.x

 voice-class sip rel1xx require "100rel"

 voice-class sip profiles 2

 voice-class sip options-keepalive up-interval 300 down-interval 300

 dtmf-relay rtp-nte

 dtmf-interworking rtp-nte

 codec g711alaw

 clid network-number +9xxxxxxxx

 no vad

!

dial-peer voice 336 voip

 description Isreal Outgoing call to ISP-Telecom

 destination-pattern 00972T

 session protocol sipv2

 session target ipv4:10.x.x.x.x

 incoming called-number 00972T

 voice-class sip rel1xx require "100rel"

 voice-class sip profiles 1

 voice-class sip options-keepalive up-interval 300 down-interval 300

 dtmf-relay rtp-nte

 dtmf-interworking rtp-nte

 codec g711alaw

 clid network-number +9xxxxxxxx

 no vad

-------------------------------

 

below is the Pots dial-peer example

 

 dial-peer voice 210 pots

 tone ringback alert-no-PI

 description <<POTS_DIAL_PEER_FOR_INTERNATIONAL_CALL>>

 translation-profile outgoing CHANGE_TO_EXTERNAL

 destination-pattern 9T

 progress_ind alert enable 8

 progress_ind connect enable 8

 clid network-number +974xxxxxxx

 port 0/0/0:15

 

Thanks,

Ram.S

 

Regards,
Ram.S