git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389132
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
return NULL;
}
- ast_mutex_lock(&outgoing->lock);
if (!ast_strlen_zero(outgoing->app)) {
struct ast_app *app = pbx_findapp(outgoing->app);
}
/* Notify anyone else again that may be interested that execution is complete */
+ ast_mutex_lock(&outgoing->lock);
outgoing->executed = 1;
ast_cond_signal(&outgoing->cond);
ast_mutex_unlock(&outgoing->lock);