[Asterisk-cvs] asterisk UPGRADE.txt,1.24,1.25

russell russell
Wed Oct 26 12:23:15 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv17010

Modified Files:
	UPGRADE.txt 
Log Message:
fix up arguments to AgentCallbackLogin so that the options string and the
specified extension do not conflict.  This also makes the application not
assume that the extension is numeric.  While we're at it, include some code
cleanup - strcpy to ast_copy_string, and cleanups to LOCAL_USER handling.


Index: UPGRADE.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/UPGRADE.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- UPGRADE.txt	25 Sep 2005 03:49:22 -0000	1.24
+++ UPGRADE.txt	26 Oct 2005 16:16:05 -0000	1.25
@@ -29,6 +29,11 @@
   "no".  You may need to adjust the value if your agents behave 
   differently than you expect with respect to acknowledgement.
 
+* The AgentCallBackLogin application now requires a second '|' before
+  specifying an extension at context.  This is to distinguish the options
+  string from the extension, so that they do not conflict.  See
+  'show application AgentCallbackLogin' for more details.
+
 Dialing:
 
 * The Caller*ID of the outbound leg is now the extension that was 




More information about the svn-commits mailing list