mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-20 06:30:05 +00:00
Fix a build error.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8395,7 +8395,7 @@ static void misdn_cc_pbx_notify(long record_id, const struct misdn_cc_notify *no
|
||||
|
||||
if (ast_pbx_start(chan)) {
|
||||
ast_log(LOG_WARNING, "Unable to start pbx channel %s!\n", chan->name);
|
||||
ast_channel_free(chan);
|
||||
ast_channel_release(chan);
|
||||
} else {
|
||||
ast_verb(1, "Started pbx for call completion notify channel %s\n", chan->name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user