![]() |
Hi folks I am trying to configure the destctrls file to deny some numbers (and non-local calls) from my server. I friend sent me this ^4400.* RejectNotice = "Sorry, we can't let you dial International" ^[+]4400.* RejectNotice = "Sorry, we can't let you dial International" ^4418100.* RejectNotice = "Sorry, we can't let you dial International" ?? I believe you should deny all numbers starting with your local international prefix (00 in britain, if I'm not wrong). So I would say "^00.*", "^+[^5].*" and "+5[^5].*", that is, all number beginning with 00, and all numbers beginning with + followed by a number different from 55 (supposing the international code of your country is 55).