This commit is contained in:
Anthony Minessale 2013-04-05 15:00:46 -05:00
parent 5f4ee1b464
commit 312b86e331
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ typedef switch_status_t (*spidermonkey_init_t) (const sm_module_interface_t ** m
struct js_session_speech {
switch_speech_handle_t sh;
switch_codec_t codec;
int speaking;
};
struct js_session {