[svn-commits] bkruse: branch group/appdocsxml r129111 - /team/group/appdocsxml/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 8 14:59:10 CDT 2008


Author: bkruse
Date: Tue Jul  8 14:59:10 2008
New Revision: 129111

URL: http://svn.digium.com/view/asterisk?view=rev&rev=129111
Log:
Having 2 of the same XML blobs messed me up, but
it make me fix a language problem on accident.

Anyways, taking this out.

Modified:
    team/group/appdocsxml/main/pbx.c

Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=129111&r1=129110&r2=129111
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Tue Jul  8 14:59:10 2008
@@ -439,42 +439,6 @@
 static int totalcalls;
 
 static AST_RWLIST_HEAD_STATIC(acf_root, ast_custom_function);
-
-/*** DOCUMENTATION
-	<application name="Answer" language="en">
-		<synopsis>
-			Answer a channel if ringing.
-		</synopsis>
-		<description>
-			  Answer([delay]): If the call has not been answered, this application will
-			answer it. Otherwise, it has no effect on the call. If a delay is specified,
-			Asterisk will wait this number of milliseconds before returning to
-			the dialplan after answering the call.
-		</description>
-		<option name="delay" required="false">
-			Delay that Asterisk will wait in milliseconds before returning to the dialplan after answering the call.
-		</option>
-	</application>
-
- ***/
-
-/*** DOCUMENTATION
-	<application name="Answer" language="en">
-		<synopsis>
-			Answer a channel if ringing.
-		</synopsis>
-		<description>
-			  Answer([delay]): If the call has not been answered, this application will
-			answer it. Otherwise, it has no effect on the call. If a delay is specified,
-			Asterisk will wait this number of milliseconds before returning to
-			the dialplan after answering the call.
-		</description>
-		<option name="delay" required="false">
-			Delay that Asterisk will wait in milliseconds before returning to the dialplan after answering the call.
-		</option>
-	</application>
-
- ***/
 
 /*! \brief Declaration of builtin applications */
 static struct pbx_builtin {




More information about the svn-commits mailing list