aboutsummaryrefslogtreecommitdiffstats
path: root/SECURITY
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-02 07:24:33 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-02 07:24:33 +0000
commitae864c9a6e21d2d2d7e6292197c276cb62601414 (patch)
tree633ce333ef496683e589e288ea8981458529515a /SECURITY
parent3db2efdb0bf7c0842d28ddc67eba6bf6bef601f7 (diff)
Update security document, work on threading with pbx.c and small SIP fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2600 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'SECURITY')
-rwxr-xr-xSECURITY6
1 files changed, 3 insertions, 3 deletions
diff --git a/SECURITY b/SECURITY
index 604b2fb1d..b31fb17ab 100755
--- a/SECURITY
+++ b/SECURITY
@@ -25,15 +25,15 @@ the "default" context within other private contexts by using:
in the appropriate section. A well designed PBX might look like this:
[longdistance]
-exten => _91NXXNXXXXXX,1,Dial,Tor/g2/BYEXTENSION
+exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
include => local
[local]
-exten => _9NXXNXXX,1,Dial,Tor/g2/BYEXTENSION
+exten => _9NXXNXXX,1,Dial(Zap/g2/${EXTEN:1})
include => default
[default]
-exten => 6123,Dial,Tor/1
+exten => 6123,Dial(Zap/1)
DON'T FORGET TO TAKE THE DEMO CONTEXT OUT OF YOUR DEFAULT CONTEXT. There