diff --git a/channel.c b/channel.c index 38aa92083f..54027e457e 100644 --- a/channel.c +++ b/channel.c @@ -329,6 +329,7 @@ int ast_channel_register(const struct ast_channel_tech *tech) ast_mutex_unlock(&chlock); return -1; } + chan->tech = tech; AST_LIST_INSERT_HEAD(&backends, chan, list); if (option_debug)