Skip to content

Commit

Permalink
NeoSpeech MRCPv1 compatability fix: send explicit ANNOUNCE:STOP prior…
Browse files Browse the repository at this point in the history
… to TEARDOWN of TTS
  • Loading branch information
sfgeorge committed May 3, 2016
1 parent c3c8622 commit 0c63011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-unimrcp/app_mrcpsynth.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ static int app_synth_exec(struct ast_channel *chan, ast_app_data data)
}
while (running);

speech_channel_stop(mrcpsynth_session.schannel);

return mrcpsynth_exit(chan, &mrcpsynth_session, status);
}

Expand Down

0 comments on commit 0c63011

Please sign in to comment.