[svn-commits] bkruse: branch group/appdocsxml r128250 - /team/group/appdocsxml/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 5 16:19:26 CDT 2008


Author: bkruse
Date: Sat Jul  5 16:19:25 2008
New Revision: 128250

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128250
Log:
Fix compiler warnings

Modified:
    team/group/appdocsxml/apps/app_dial.c

Modified: team/group/appdocsxml/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_dial.c?view=diff&rev=128250&r1=128249&r2=128250
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Sat Jul  5 16:19:25 2008
@@ -376,6 +376,7 @@
 
 static char *app = "Dial";
 
+/*
 static char *synopsis = "Place a call and connect to the current channel";
 
 static char *descrip =
@@ -529,6 +530,7 @@
 "           the DTMF sequence defined for one-touch automixmonitor in features.conf\n"
 "    X    - Allow the calling party to enable recording of the call by sending\n"
 "           the DTMF sequence defined for one-touch automixmonitor in features.conf\n";
+*/
 
 /* RetryDial App by Anthony Minessale II <anthmct at yahoo.com> Jan/2005 */
 static char *rapp = "RetryDial";




More information about the svn-commits mailing list