projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d1ada
)
Display cause code for failure to get channel
author
Mark Spencer
<markster@digium.com>
Sun, 21 Nov 2004 20:25:45 +0000
(20:25 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 21 Nov 2004 20:25:45 +0000
(20:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4306
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dial.c
patch
|
blob
|
history
diff --git
a/apps/app_dial.c
b/apps/app_dial.c
index
d5b7ca4
..
f0d40a2
100755
(executable)
--- a/
apps/app_dial.c
+++ b/
apps/app_dial.c
@@
-250,7
+250,7
@@
static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
/* Setup parameters */
o->chan = ast_request(tech, in->nativeformats, stuff, &cause);
if (!o->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' (cause = %d)\n", tech, stuff, cause);
o->stillgoing = 0;
HANDLE_CAUSE(cause, in);
} else {