dect
/
asterisk
Archived
13
0
Fork 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4117 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-10-28 14:25:50 +00:00
parent 72097d2cb7
commit 0c58da30ce
1 changed files with 2 additions and 0 deletions

View File

@ -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 */
ast_log(LOG_NOTICE, "Unable to create channel of type '%s'\n", tech);
HANDLE_CAUSE(cause, chan);
cur = rest;
continue;
}
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) {
ast_log(LOG_NOTICE, "Unable to create local channel for call forward to '%s/%s'\n", tech, stuff);
HANDLE_CAUSE(cause, chan);
cur = rest;
continue;
}
}