[asterisk-commits] mmichelson: branch 1.4 r99975 - /branches/1.4/apps/app_externalivr.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 23 14:25:00 CST 2008
Author: mmichelson
Date: Wed Jan 23 14:25:00 2008
New Revision: 99975
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99975
Log:
Fixing a typo.
Modified:
branches/1.4/apps/app_externalivr.c
Change Statistics:
0 files changed
Modified: branches/1.4/apps/app_externalivr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_externalivr.c?view=diff&rev=99975&r1=99974&r2=99975
==============================================================================
--- branches/1.4/apps/app_externalivr.c (original)
+++ branches/1.4/apps/app_externalivr.c Wed Jan 23 14:25:00 2008
@@ -58,7 +58,7 @@
static const char *synopsis = "Interfaces with an external IVR application";
static const char *descrip =
-" ExternalIVR(command[|arg[|arg...]]): Forks an process to run the supplied command,\n"
+" ExternalIVR(command[|arg[|arg...]]): Forks a process to run the supplied command,\n"
"and starts a generator on the channel. The generator's play list is\n"
"controlled by the external application, which can add and clear entries\n"
"via simple commands issued over its stdout. The external application\n"
More information about the asterisk-commits
mailing list