make mod_openmrcp profile name choosable from engine_name parameter e.g. openmrcp:myprofile

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6012 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-10-20 17:42:35 +00:00
parent 6b2a40b938
commit c86155c6bf
5 changed files with 88 additions and 69 deletions
+5 -1
View File
@@ -327,6 +327,8 @@ struct switch_asr_handle {
/*! The Rate */
uint32_t rate;
char *grammar;
/*! module specific param*/
char *param;
/*! the handle's memory pool */
switch_memory_pool_t *memory_pool;
/*! private data for the format module to store handle specific info */
@@ -367,7 +369,9 @@ struct switch_speech_handle {
uint32_t speed;
uint32_t samples;
char voice[80];
char engine[80];
char *engine;
/*! module specific param*/
char *param;
/*! the handle's memory pool */
switch_memory_pool_t *memory_pool;
/*! private data for the format module to store handle specific info */