mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Add South African Prefixes (#2811)
This commit is contained in:
@@ -66,6 +66,13 @@
|
||||
{"landline", "8[3-68]%d%d%d%d%d%d%d%d%d" };
|
||||
{"unknown", "" };
|
||||
};
|
||||
ZA = {
|
||||
{"international", "00%d+" };
|
||||
{"mobile", "0[6-8]%d%d%d%d%d%d%d%d" };
|
||||
{"landline", "0[1-5]%d%d%d%d%d%d%d%d" };
|
||||
{"unknown", "" };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
--Set to true to allow all calls for extensions without toll_allow
|
||||
|
||||
Reference in New Issue
Block a user