actually add the application. (thanks knhor)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3600 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-12-10 22:19:22 +00:00
parent 56b475839e
commit ea20e92e59
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ static const switch_application_interface_t detect_speech_application_interface
/* long_desc */ "Detect speech on a channel.",
/* short_desc */ "Detect speech",
/* syntax */ "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR pause OR resume",
/*.next */ NULL
/*.next */ &ivr_application_interface
};
static const switch_application_interface_t ringback_application_interface = {