mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Fix expression handling for string comparisions without quotes (bug #4478)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -310,7 +310,13 @@ Of course, all of the above examples use constants, but would work the same if a
|
||||
numeric or string constants were replaced with a variable reference ${CALLERIDNUM}, for
|
||||
instance.
|
||||
|
||||
|
||||
__________________________
|
||||
NUMBERS VS STRINGS
|
||||
--------------------------
|
||||
|
||||
Tokens consisting only of numbers are converted to 64-bit numbers for most of the
|
||||
operators. This means that overflows can occur when the numbers get above 18 digits.
|
||||
Warnings will appear in the logs in this case.
|
||||
___________________________
|
||||
CONDITIONALS
|
||||
---------------------------
|
||||
|
Reference in New Issue
Block a user