Closed wujsy closed 5 years ago
I think you refer to the function in app_unimrcp module for Asterisk. If so, then the recognition is initiated from the same thread Asterisk channel functions are executed. The UniMRCP client library does not create or terminate threads per recognition. As for Asterisk itself, then yes, a new thread is launched per call.
@achaloyan thanks , got it
Do anyone know, when called recog_channel_destory(), is a thread or process exit? In other words, when a new recog channel created , is it in a new thread or a new process?