[cisco-voip] call manager express blocking outbound caller ID
Robert Kulagowski
rkulagow at gmail.com
Fri Oct 19 10:23:08 EDT 2007
You could do this with two different route patterns (which is how we do it)
The first route pattern on CCM, where you want to block caller ID, would
be set for "restricted" in the route pattern on the Calling line ID
presentation.
Lets say you use "8" to get an external line. On CCM you'd have "8.!"
(or whatever) as the route pattern
On the router (h.323 dial-peers), it would be:
dial-peer voice 1000 pots
destination-pattern 8T
clid restrict
port 0/1/0:15
The second route pattern could be "*8.!" on CCM, and on the router you'd
have
dial-peer voice 1001 pots
destination-patter *8T
port 0/1/0:15
So in dial-peer 1001, we don't have the clid restrict command, so it
_will_ send caller ID.
More information about the cisco-voip
mailing list