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

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


Author: mmichelson
Date: Mon Nov 24 17:47:33 2008
New Revision: 158922

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158922
Log:
Fix newline and quoting


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=158922&r1=158921&r2=158922
==============================================================================
--- team/group/v14_colp/apps/app_dial.c (original)
+++ team/group/v14_colp/apps/app_dial.c Mon Nov 24 17:47:33 2008
@@ -133,7 +133,7 @@
 "           '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 and redirecting
+"    I    - Asterisk will ignore any connected line update requests and redirecting\n"
 "           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"

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=158922&r1=158921&r2=158922
==============================================================================
--- team/group/v14_colp/apps/app_queue.c (original)
+++ team/group/v14_colp/apps/app_queue.c Mon Nov 24 17:47:33 2008
@@ -165,7 +165,7 @@
 "             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 and redirecting
+"      'I' -- Asterisk will ignore any connected line update requests and redirecting\n"
 "             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"




More information about the asterisk-commits mailing list