asterisk/res/ael
Sean Bright e742390706 Merged revisions 189462 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r189462 | seanbright | 2009-04-20 16:58:39 -0400 (Mon, 20 Apr 2009) | 13 lines
  
  Properly handle @s within hints in AEL.
  
  AEL was not handling the case of a device hint containing an @ symbol, which
  caused parking hints (e.g. hint(park:exten@context)) to error out the parser.
  This patch makes AEL treat the @ the same way it treats colon and ampersand
  now, meaning the characters are included in verbatim.
  
  (closes issue #14941)
  Reported by: bpgoldsb
  Patches:
        bug14941.patch uploaded by seanbright (license 71)
  Tested by: bpgoldsb
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@189464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-04-20 21:09:59 +00:00
..
ael.flex Merged revisions 162264 via svnmerge from 2008-12-09 20:40:31 +00:00
ael.tab.c Merged revisions 189462 via svnmerge from 2009-04-20 21:09:59 +00:00
ael.tab.h In these changes, I have added some explanation 2008-09-03 14:01:27 +00:00
ael.y Merged revisions 189462 via svnmerge from 2009-04-20 21:09:59 +00:00
ael_lex.c Merged revisions 162264 via svnmerge from 2008-12-09 20:40:31 +00:00
pval.c Merged revisions 168745 via svnmerge from 2009-01-16 00:34:31 +00:00