]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_macro: Consider '~~s~~' as a macro start extension. 57/3757/1
authorchrisderock <chris@derock.de>
Wed, 17 Aug 2016 07:51:17 +0000 (09:51 +0200)
committerJoshua Colp <jcolp@digium.com>
Mon, 29 Aug 2016 15:08:13 +0000 (10:08 -0500)
commit2fa168348e54e2c6662137404ba115c77020854a
tree432ffd811cab288d6ae97d930883ea892def5d9f
parent1b91adf7a1c5e9febfbd9704a9ab5c8d153d6797
app_macro: Consider '~~s~~' as a macro start extension.

As described in issue ASTERISK-26282 the AEL parser creates macros with
extension '~~s~~'.  app_macro searches only for extension 's' so the
created extension cannot be found.  with this patch app_macro searches for
both extensions and performs the right extension.

ASTERISK-26282 #close

Change-Id: I939aa2a694148cc1054dd75ec0c47c47f47c90fb
apps/app_macro.c