Skip to content
Snippets Groups Projects
  • chrisderock's avatar
    93b7533d
    app_macro: Consider '~~s~~' as a macro start extension. · 93b7533d
    chrisderock authored
    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
    93b7533d
    History
    app_macro: Consider '~~s~~' as a macro start extension.
    chrisderock authored
    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
app_macro.c 22.28 KiB