mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4117 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -762,6 +762,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
|||||||
/* If we can't, just go on to the next call */
|
/* If we can't, just go on to the next call */
|
||||||
ast_log(LOG_NOTICE, "Unable to create channel of type '%s'\n", tech);
|
ast_log(LOG_NOTICE, "Unable to create channel of type '%s'\n", tech);
|
||||||
HANDLE_CAUSE(cause, chan);
|
HANDLE_CAUSE(cause, chan);
|
||||||
|
cur = rest;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!ast_strlen_zero(tmp->chan->call_forward)) {
|
if (!ast_strlen_zero(tmp->chan->call_forward)) {
|
||||||
@@ -787,6 +788,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
|||||||
if (!tmp->chan) {
|
if (!tmp->chan) {
|
||||||
ast_log(LOG_NOTICE, "Unable to create local channel for call forward to '%s/%s'\n", tech, stuff);
|
ast_log(LOG_NOTICE, "Unable to create local channel for call forward to '%s/%s'\n", tech, stuff);
|
||||||
HANDLE_CAUSE(cause, chan);
|
HANDLE_CAUSE(cause, chan);
|
||||||
|
cur = rest;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user