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:
parent
56b475839e
commit
ea20e92e59
|
@ -403,7 +403,7 @@ static const switch_application_interface_t detect_speech_application_interface
|
||||||
/* long_desc */ "Detect speech on a channel.",
|
/* long_desc */ "Detect speech on a channel.",
|
||||||
/* short_desc */ "Detect speech",
|
/* short_desc */ "Detect speech",
|
||||||
/* syntax */ "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR pause OR resume",
|
/* 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 = {
|
static const switch_application_interface_t ringback_application_interface = {
|
||||||
|
|
Loading…
Reference in New Issue