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

Disable Caller ID

Hi All,

I am running CUCM 8.6 would like to know if its possible to disable caller ID. i mean i do not want to send any digits at all to SIP Provider. Ofcourse my SIP provider is willing to accept this type of call.

e.g. Calling number 1000 called number is 2000

When call goes out it

From:anonymous@192.168.1.1

To:2000@192.168.1.2

 

I could do this by changing Calling Line ID Presentation as Restricted.

 

But the problem of doing this is that my IP Phone says Called number is Private. I do not understand why Called number is on my IP Phone is showing as Private.

2 Replies 2

Aaron Harrison
VIP Alumni
VIP Alumni

Try changing that back to 'allowed'.

Then add this to your dial-peer pointing to the SP on CUBE:

 

voice class sip-profiles 100
 request ANY sip-header Remote-Party-ID remove
 response ANY sip-header Remote-Party-ID remove

 

dial-peer voice 101 <-- your external dial-peer pointing to the SIP SP
voice-class sip privacy user
clid strip name
clid network-number xxxx <-- put in a valid CLI here (it won't be shown)
voice-class sip profiles 100

 

Aaron

 

 

 

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

I cannot touch the CUBE..

Is it possible to get this done using CUCM Config?