mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
removed extra digit in FR toll allow templates
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
freeswitch.consoleLog("NOTICE", "[toll_allow] using FR toll types\n")
|
||||
end
|
||||
|
||||
templates["mobile"] = "0[67]%d%d%d%d%d%d%d%d%d"
|
||||
templates["landline"] = "0[1234589]%d%d%d%d%d%d%d%d%d"
|
||||
templates["mobile"] = "0[67]%d%d%d%d%d%d%d%d"
|
||||
templates["landline"] = "0[1234589]%d%d%d%d%d%d%d%d"
|
||||
templates["international"] = "00%d+"
|
||||
templates["tollfree"] = "15|17|18|112|114|115|116%d%d%d|118%d%d%d|119|19[16]|1[06]%d%d|080%d+"
|
||||
templates["sharedcharge"] = "081%d+|082[0156]%d+|0884%d+|089[0123789]%d+"
|
||||
|
||||
Reference in New Issue
Block a user