Add South African Prefixes (#2811)
This commit is contained in:
parent
852571b0c5
commit
301397c832
|
|
@ -66,6 +66,13 @@
|
||||||
{"landline", "8[3-68]%d%d%d%d%d%d%d%d%d" };
|
{"landline", "8[3-68]%d%d%d%d%d%d%d%d%d" };
|
||||||
{"unknown", "" };
|
{"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
|
--Set to true to allow all calls for extensions without toll_allow
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue