[asterisk-commits] russell: branch russell/parking_updates r114653 - /team/russell/parking_updat...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Apr 25 12:14:30 CDT 2008


Author: russell
Date: Fri Apr 25 12:14:24 2008
New Revision: 114653

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114653
Log:
Document options to the Park() app

Modified:
    team/russell/parking_updates/main/features.c

Modified: team/russell/parking_updates/main/features.c
URL: http://svn.digium.com/view/asterisk/team/russell/parking_updates/main/features.c?view=diff&rev=114653&r1=114652&r2=114653
==============================================================================
--- team/russell/parking_updates/main/features.c (original)
+++ team/russell/parking_updates/main/features.c Fri Apr 25 12:14:24 2008
@@ -163,7 +163,8 @@
 
 static char *synopsis2 = "Park yourself";
 
-static char *descrip2 = "Park(): "
+static char *descrip2 = 
+"   Park([timeout,[return_context,[return_exten,[return_priority,[options]]]]]):"
 "Used to park yourself (typically in combination with a supervised\n"
 "transfer to know the parking space). This application is always\n"
 "registered internally and does not need to be explicitly added\n"
@@ -172,7 +173,16 @@
 "If you set the PARKINGEXTEN variable to an extension in your\n"
 "parking context, Park() will park the call on that extension, unless\n"
 "it already exists. In that case, execution will continue at next\n"
-"priority.\n" ;
+"priority.\n"
+"   This application can accept arguments as well.\n"
+" timeout - A custom parking timeout for this parked call.\n"
+" return_context - The context to return the call to after it times out.\n"
+" return_exten - The extension to return the call to after it times out.\n"
+" return_priority - The priority to return the call to after it times out.\n"
+" options - A list of options for this parked call.  Valid options are:\n"
+"    'r' - Send ringing instead of MOH to the parked call.\n"
+"    'R' - Randomize the selection of a parking space.\n"
+"";
 
 static struct ast_app *monitor_app = NULL;
 static int monitor_ok = 1;




More information about the asterisk-commits mailing list