| 
									
										
										
										
											2005-11-01 19:57:20 +00:00
										 |  |  | Information for Upgrading From Previous Asterisk Releases | 
					
						
							|  |  |  | ========================================================= | 
					
						
							| 
									
										
										
										
											2005-02-14 23:20:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-03-09 06:42:56 +00:00
										 |  |  | Applications: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-21 08:44:51 +00:00
										 |  |  | * In previous Asterisk releases, many applications would jump to priority n+101 | 
					
						
							|  |  |  |   to indicate some kind of status or error condition.  This functionality was | 
					
						
							|  |  |  |   marked deprecated in Asterisk 1.2.  An option to disable it was provided with | 
					
						
							|  |  |  |   the default value set to 'on'.  The default value for the global priority | 
					
						
							|  |  |  |   jumping option is now 'off'. | 
					
						
							| 
									
										
										
										
											2005-12-26 16:48:12 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | * The applications Cut, Sort, DBGet, DBPut, SetCIDNum, SetCIDName, SetRDNIS, | 
					
						
							|  |  |  |   AbsoluteTimeout, DigitTimeout, ResponseTimeout, SetLanguage, GetGroupCount, | 
					
						
							|  |  |  |   and GetGroupMatchCount were all deprecated in version 1.2, and therefore have | 
					
						
							|  |  |  |   been removed in this version.  You should use the equivalent dialplan | 
					
						
							|  |  |  |   function in places where you have previously used one of these applications. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * The application SetVar has been renamed to Set.  The syntax SetVar was marked | 
					
						
							|  |  |  |   deprecated in version 1.2 and is no longer recognized in this version. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-05 19:55:03 +00:00
										 |  |  | * app_read has been updated to use the newer options codes, using "skip" or | 
					
						
							|  |  |  |   "noanswer" will not work.  Use s or n.  Also there is a new feature i, for | 
					
						
							|  |  |  |   using indication tones, so typing in skip would give you unexpected results. | 
					
						
							| 
									
										
										
										
											2005-12-26 16:48:12 +00:00
										 |  |  | Variables: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM}, | 
					
						
							|  |  |  |   ${CALLERANI}, ${DNID}, ${RDNIS}, ${DATETIME}, ${TIMESTAMP}, ${ACCOUNTCODE}, | 
					
						
							|  |  |  |   and ${LANGUAGE} have all been deprecated in favor of their related dialplan | 
					
						
							|  |  |  |   functions.  You are encouraged to move towards the associated dialplan | 
					
						
							|  |  |  |   function, as these variables will be removed in a future release. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-04 09:10:56 +00:00
										 |  |  | The SIP channel: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf. |