cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
466
Views
0
Helpful
2
Replies

outbound dialing issue

rwshaheen
Level 1
Level 1

I am cutting over a customer to a UC560.  Inbound dialing seems to be working fine but outbound dialing is not.  According to the service provider they are requiring the calling party number be sent to complete a call.  The system is currently sending calling party name which the carrier is rejecting.  I am not aware of any way to remove the calling party name from within cca.  How can I remove it from CLI?

2 Replies 2

Nathan Compton
Level 4
Level 4

Under the Outgoing dial-peer for the call you can put the following command in to strip Calling Name:

Dial-peer voice 1 voip

     clid strip name

If you are not sure which dial-peer is matching for the outbound call, running "debug voip ccapi inout" will tell you the exact outgoing dial-peer that the call is using.

Regards,

Adam Compton

Thank you. That did the trick!