Merged revisions 37516 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 13 Jul 2006 15:47:30 +0000 (15:47 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 13 Jul 2006 15:47:30 +0000 (15:47 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37516 | tilghman | 2006-07-13 10:45:33 -0500 (Thu, 13 Jul 2006) | 2 lines

Bug 7532 - Typo in enum example

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37517 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/enum.txt

index ea09111..a807692 100644 (file)
@@ -241,7 +241,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