[asterisk-commits] mmichelson: branch group/v14_colp r158920 - /team/group/v14_colp/apps/

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


Author: mmichelson
Date: Mon Nov 24 17:44:03 2008
New Revision: 158920

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158920
Log:
Add redirecting suppression information to 'I' option 
documentation for app_dial and app_queue


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

Modified: team/group/v14_colp/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/v14_colp/apps/app_dial.c?view=diff&rev=158920&r1=158919&r2=158920
==============================================================================
--- team/group/v14_colp/apps/app_dial.c (original)
+++ team/group/v14_colp/apps/app_dial.c Mon Nov 24 17:44:03 2008
@@ -133,8 +133,8 @@
 "           'disconnect' in features.conf\n"
 "    i    - Asterisk will ignore any forwarding requests it may receive on this\n"
 "           dial attempt.\n"
-"    I    - Asterisk will ignore any connected line update requests it may receive\n"
-"           on this dial attempt.\n"
+"    I    - Asterisk will ignore any connected line update requests and redirecting
+"           party update requests it may receive on this dial attempt.\n"
 "    j    - Jump to priority n+101 if all of the requested channels were busy.\n"
 "    k    - Allow the called party to enable parking of the call by sending\n"
 "           the DTMF sequence defined for call parking in the featuremap section of features.conf.\n"

Modified: team/group/v14_colp/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/team/group/v14_colp/apps/app_queue.c?view=diff&rev=158920&r1=158919&r2=158920
==============================================================================
--- team/group/v14_colp/apps/app_queue.c (original)
+++ team/group/v14_colp/apps/app_queue.c Mon Nov 24 17:44:03 2008
@@ -165,8 +165,8 @@
 "             go to the next step.\n"
 "      'i' -- ignore call forward requests from queue members and do nothing\n"
 "             when they are requested.\n"
-"      'I' -- Asterisk will ignore any connected line update requests it may receive\n"
-"             on this dial attempt.\n"
+"      'I' -- Asterisk will ignore any connected line update requests and redirecting
+"             party update requests it may receive on this dial attempt.\n"
 "      'r' -- ring instead of playing MOH\n"
 "      't' -- allow the called user transfer the calling user by pressing '#' or\n"
 "             whatever blindxfer sequence defined in the featuremap section in\n"




More information about the asterisk-commits mailing list