Difference between revisions of "Blocking Callerids"

From Integrics Wiki
Jump to: navigation, search
(Created page with "At a customer-specific Number level, go to Features -> Numbers, click on the Number to change, and at the bottom add a Caller Route. To block a number system-wide you will ne...")
 
(No difference)

Latest revision as of 00:13, 25 February 2015

At a customer-specific Number level, go to Features -> Numbers, click on the Number to change, and at the bottom add a Caller Route.

To block a number system-wide you will need to add a line in /etc/asterisk/extensions.conf on the Asterisk servers. The line should be immediately after [from-internal] and [from-external] in the following format where 123456789 is the caller ID to be blocked:

exten => _./123456789, 1, Hangup()

Remember to renumber the other extensions in the context, and run "asterisk -rx 'dialplan reload'" afterwards.