[asterisk-commits] mmichelson: branch group/issue8824 r158919 - /team/group/issue8824/apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 24 17:39:26 CST 2008


Author: mmichelson
Date: Mon Nov 24 17:39:25 2008
New Revision: 158919

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158919
Log:
Add documentation to app_dial and app_queue about
'I' option change


Modified:
    team/group/issue8824/apps/app_dial.c
    team/group/issue8824/apps/app_queue.c

Modified: team/group/issue8824/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/issue8824/apps/app_dial.c?view=diff&rev=158919&r1=158918&r2=158919
==============================================================================
--- team/group/issue8824/apps/app_dial.c (original)
+++ team/group/issue8824/apps/app_dial.c Mon Nov 24 17:39:25 2008
@@ -157,8 +157,8 @@
 					<para>Asterisk will ignore any forwarding requests it may receive on this dial attempt.</para>
 				</option>
 				<option name="I">
-					<para>Asterisk will ignore any connected line update requests it may receive
-					on this dial attempt.</para>
+					<para>Asterisk will ignore any connected line update requests or redirecting party update
+					requests it may receiveon this dial attempt.</para>
 				</option>
 				<option name="k">
 					<para>Allow the called party to enable parking of the call by sending

Modified: team/group/issue8824/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/team/group/issue8824/apps/app_queue.c?view=diff&rev=158919&r1=158918&r2=158919
==============================================================================
--- team/group/issue8824/apps/app_queue.c (original)
+++ team/group/issue8824/apps/app_queue.c Mon Nov 24 17:39:25 2008
@@ -140,8 +140,8 @@
 						when they are requested.</para>
 					</option>
 					<option name="I">
-						<para>Asterisk will ignore any connected line update requests it may receive
-						on this dial attempt.</para>
+						<para>Asterisk will ignore any connected line update requests or any redirecting party
+						update requests it may receive on this dial attempt.</para>
 					</option>
 					<option name="r">
 						<para>Ring instead of playing MOH. Periodic Announcements are still made, if applicable.</para>




More information about the asterisk-commits mailing list