mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	add warning about new expression parser
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										10
									
								
								UPGRADE.txt
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								UPGRADE.txt
									
									
									
									
									
								
							| @@ -12,6 +12,16 @@ Compiling: | |||||||
|   support; systems using that compiler will need to be upgraded to |   support; systems using that compiler will need to be upgraded to | ||||||
|   a more recent compiler release. |   a more recent compiler release. | ||||||
|  |  | ||||||
|  | Dialplan Expressions: | ||||||
|  |  | ||||||
|  | * The dialplan expression parser (which handles $[ ... ] constructs) | ||||||
|  |   has gone through a major upgrade, but has one incompatible change: | ||||||
|  |   spaces are no longer required around expression operators, including | ||||||
|  |   string comparisons. However, you can now use quoting to keep strings | ||||||
|  |   together for comparison. For more details, please read the | ||||||
|  |   doc/README.variables file, and check over your dialplan for possible | ||||||
|  |   problems. | ||||||
|  |  | ||||||
| Agents: | Agents: | ||||||
|  |  | ||||||
| * The default for ackcall has been changed to "no" instead of "yes"  | * The default for ackcall has been changed to "no" instead of "yes"  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user