mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merged revisions 37516 via svnmerge from
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user