[Freeswitch-trunk] [GIT]FreeSWITCH branch master updated. v1.0.6-1119-g439df43

git at svn.freeswitch.org git at svn.freeswitch.org
Mon Jan 31 23:16:03 MSK 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeSWITCH".

The branch, master has been updated
  discards  d395b654fb0abab4889d5b8c239728683e772959 (commit)
  discards  acd56d2fe2a0458801010cc6b03c524023cbc597 (commit)
       via  439df43cae04a053a1c22befdd7f1009f6cb6dfa (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (d395b654fb0abab4889d5b8c239728683e772959)
            \
             N -- N -- N (439df43cae04a053a1c22befdd7f1009f6cb6dfa)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 439df43cae04a053a1c22befdd7f1009f6cb6dfa
Author: Luke Dashjr <luke at openmethods.com>
Date:   Sun Aug 22 18:17:36 2010 -0500

    document all of detect_speech's valid syntax

diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c
index 5a1b8c5..6d014fa 100755
--- a/src/mod/applications/mod_dptools/mod_dptools.c
+++ b/src/mod/applications/mod_dptools/mod_dptools.c
@@ -28,6 +28,7 @@
  * Michael Murdock <mike at mmurdock dot org>
  * Neal Horman <neal at wanlink dot com>
  * Bret McDanel <trixter AT 0xdecafbad dot com>
+ * Luke Dashjr <luke at openmethods.com> (OpenMethods, LLC)
  *
  * mod_dptools.c -- Raw Audio File Streaming Application Module
  *
@@ -95,7 +96,7 @@ SWITCH_STANDARD_DIALPLAN(inline_dialplan_hunt)
 	return extension;
 }
 
-#define DETECT_SPEECH_SYNTAX "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR pause OR resume"
+#define DETECT_SPEECH_SYNTAX "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR nogrammar <gram_name> OR pause OR resume OR stop OR param <name> <value>"
 SWITCH_STANDARD_APP(detect_speech_function)
 {
 	char *argv[4];

-----------------------------------------------------------------------

Summary of changes:
 src/include/switch_ivr.h                       |    8 --------
 src/mod/applications/mod_dptools/mod_dptools.c |    4 +---
 src/switch_ivr_async.c                         |   13 -------------
 3 files changed, 1 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
FreeSWITCH



More information about the Freeswitch-trunk mailing list