aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-13 16:02:53 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-13 16:02:53 +0000
commitbc7f050bc97f08aa84fef278e5e5d502f9f01e6a (patch)
treeba2d23d069a854b44c4ba8b8d8372699cc6f2bd8 /doc
parent15f052e7ae1a4fbab557235c688579b1aef30a5a (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@37530 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/README.enum2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.enum b/doc/README.enum
index ba8484749..48849d070 100644
--- a/doc/README.enum
+++ b/doc/README.enum
@@ -239,7 +239,7 @@ ENUMLOOKUP function calls.
; NAPTR(s).
;
exten => _011.,1,Set(enumresult=${ENUMLOOKUP(+${EXTEN:3})})
-exten => _011.,n,Dial(SIP/${enumlookup})
+exten => _011.,n,Dial(SIP/${enumresult})
exten => _011.,n,Dial(Zap/g1/${EXTEN})
;
; end example 1