[asterisk-commits] oej: branch oej/minivoicemail r58285 - /team/oej/minivoicemail/apps/app_minivm.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Mar 7 12:56:43 MST 2007


Author: oej
Date: Wed Mar  7 13:56:43 2007
New Revision: 58285

URL: http://svn.digium.com/view/asterisk?view=rev&rev=58285
Log:
Add warning about users hanging up after a recording...

Modified:
    team/oej/minivoicemail/apps/app_minivm.c

Modified: team/oej/minivoicemail/apps/app_minivm.c
URL: http://svn.digium.com/view/asterisk/team/oej/minivoicemail/apps/app_minivm.c?view=diff&rev=58285&r1=58284&r2=58285
==============================================================================
--- team/oej/minivoicemail/apps/app_minivm.c (original)
+++ team/oej/minivoicemail/apps/app_minivm.c Wed Mar  7 13:56:43 2007
@@ -227,7 +227,9 @@
 	"be used with default options.\n"
 	"The recorded file name and path will be stored in MINIVM_FILENAME and the \n"
 	"duration of the message will be stored in MINIVM_DURATION\n"
-	"The application will exit if any of the following DTMF digits are \n"
+	"\nNote: If the caller hangs up after the recording, the only way to send\n"
+	"the message and clean up is to execute in the \"h\" extension.\n"
+	"\nThe application will exit if any of the following DTMF digits are \n"
 	"received and the requested extension exist in the current context.\n"
 	"    0 - Jump to the 'o' extension in the current dialplan context.\n"
 	"    * - Jump to the 'a' extension in the current dialplan context.\n"



More information about the asterisk-commits mailing list