[svn-commits] branch bweschke/findme_followme r32348 -
/team/bweschke/findme_followme/apps/
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 5 10:14:53 MST 2006
Author: bweschke
Date: Mon Jun 5 12:14:53 2006
New Revision: 32348
URL: http://svn.digium.com/view/asterisk?rev=32348&view=rev
Log:
Fix the app description to be compliant with all other app descriptions.
Modified:
team/bweschke/findme_followme/apps/app_followme.c
Modified: team/bweschke/findme_followme/apps/app_followme.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/findme_followme/apps/app_followme.c?rev=32348&r1=32347&r2=32348&view=diff
==============================================================================
--- team/bweschke/findme_followme/apps/app_followme.c (original)
+++ team/bweschke/findme_followme/apps/app_followme.c Mon Jun 5 12:14:53 2006
@@ -61,8 +61,17 @@
static char *synopsis =
"Find-Me/Follow-Me.";
static char *descrip =
-" FollowMe(followmeid):\n"
-"Performs Find-Me/Follow-Me functionality as defined in followme.conf.\n";
+" FollowMe(followmeid|options):\n"
+"This application performs Find-Me/Follow-Me functionality for the caller\n"
+"as defined in the profile matching the <followmeid> parameter in\n"
+"followme.conf. If the specified <followmeid> profile doesn't exist in\n"
+"followme.conf, execution will be returned to the dialplan and call\n"
+"execution will continue at the next priority.\n\n"
+" Options:\n"
+" s - Playback the incoming status message prior to starting the follow-me step(s)\n"
+" a - Record the caller's name so it can be announced to the callee on each step\n"
+" n - Playback the unreachable status message if we've run out of steps to reach the\n"
+" or the callee has elected not to be reachable.\n"
LOCAL_USER_DECL;
More information about the svn-commits
mailing list