mirror of https://github.com/asterisk/asterisk
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r299449 | tilghman | 2010-12-22 14:05:02 -0600 (Wed, 22 Dec 2010) | 15 lines Merged revisions 299448 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r299448 | tilghman | 2010-12-22 14:03:30 -0600 (Wed, 22 Dec 2010) | 8 lines 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/trunk@299450 65c4cc65-6c06-0410-ace0-fbb531ad65f310-digiumphones
parent
17d2c0f787
commit
8cca4ed8d8
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
[test11]
|
[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,2,Goto(${DB(uri/${uri_string})},1)
|
||||||
exten => 841,3,Set(line=${DB(uri/${uri_string})})
|
exten => 841,3,Set(line=${DB(uri/${uri_string})})
|
||||||
exten => 841,4,Goto(${line},1)
|
exten => 841,4,Goto(${line},1)
|
||||||
|
Loading…
Reference in new issue