mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Bug 7532 - Typo in enum example
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@37516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user