How to block the incoming phone call from a particular calling number in H323 voice gateway
约 54 字
预计阅读 1 分钟
次阅读
- Create a translation rule that reject the calling number.
1
2
|
voice translation-rule 99
rule 1 reject /1234567890/
|
- 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
|
- Add call block configuration to dial peer.
1
2
|
dial-peer voice 10
call block translation-profile incoming block-incoming-call-from
|