mirror of https://github.com/asterisk/asterisk
Resolve warnings by disambiguating the "s" extension as used by chan_dahdi from the "s" extension as used by the AEL macros.
(closes issue #18480) Reported by: nivek Patches: 20101215__issue18480__2.diff.txt uploaded by tilghman (license 14) Tested by: nivek git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@299448 65c4cc65-6c06-0410-ace0-fbb531ad65f31.6.2
parent
077b8b9956
commit
205317e8b6
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
[test11]
|
||||
exten => 841,1,Gosub(test234,s,1("testing", ${CUT(EXTEN,,3)}))
|
||||
exten => 841,1,Gosub(test234,~~s~~,1("testing", ${CUT(EXTEN,,3)}))
|
||||
exten => 841,2,Goto(${DB(uri/${uri_string})},1)
|
||||
exten => 841,3,Set(line=${DB(uri/${uri_string})})
|
||||
exten => 841,4,Goto(${line},1)
|
||||
|
Loading…
Reference in new issue