目录

How to block the incoming phone call from a particular calling number in H323 voice gateway

目录
  1. Create a translation rule that reject the calling number.
1
2
voice translation-rule 99
 rule 1 reject /1234567890/
  1. Create a translation-profile match the calling number to the created translation-rule.
1
2
voice translation-profile block-incoming-call-from
 translate calling 99
  1. Add call block configuration to dial peer.
1
2
dial-peer voice 10
 call block translation-profile incoming block-incoming-call-from