浏览代码

Update toll_allow.rst

Len 8 年之前
父节点
当前提交
f85ed8966a
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      source/additional_information/toll_allow.rst

+ 4 - 1
source/additional_information/toll_allow.rst

@@ -22,6 +22,7 @@ On some installations this example file will be present in /usr/local/freeswitch
 PERMIT TOLL CALLS
 ^^^^^^^^^^^^^^^^^^ 
 
+This example assumes all calls are bad (except internal) unless they are flagged as good by the value of the toll_allow variable.
 
 ::
 
@@ -59,7 +60,9 @@ PERMIT TOLL CALLS
 PREVENT TOLL CALLS
 ^^^^^^^^^^^^^^^^^^ 
 
-The example below takes theopposite approach and is how to PREVENT calls. Effectively, the above example assumes all calls are bad (except internal) unless they are flagged as good by the value of the toll_allow variable. The below example takes the opposite approach. It assumes that all calls are good unless they are flagged as bad.
+ 
+This example takes the opposite approach and is how to PREVENT toll calls.
+The below example takes the opposite approach. It assumes that all calls are good unless they are flagged as bad.
 
 Put this in your advanced dialplan. In the toll allow of whatever extension you wanted to restrict put the value 'local'.  This example **restricts from calling 10 or 11 digit numbers.**