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:
0da1f75
)
/ fixed slight typo/cut-n-paste bug
author
Ben Kramer
<bkramer@voicetronix.com.au>
Fri, 17 Sep 2004 00:34:51 +0000
(
00:34
+0000)
committer
Ben Kramer
<bkramer@voicetronix.com.au>
Fri, 17 Sep 2004 00:34:51 +0000
(
00:34
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3796
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_vpb.c
patch
|
blob
|
history
diff --git
a/channels/chan_vpb.c
b/channels/chan_vpb.c
index
9074e0d
..
06808e1
100755
(executable)
--- a/
channels/chan_vpb.c
+++ b/
channels/chan_vpb.c
@@
-557,7
+557,7
@@
static inline int monitor_handle_owned(struct vpb_pvt *p, VPB_EVENT *e)
case VPB_TONEDETECT:
if (e->data == VPB_BUSY || e->data == VPB_BUSY_308 || e->data == VPB_BUSY_AUST ) {
if (option_verbose > 3)
- ast_verbose(VERBOSE_PREFIX_4 "%s: handle_owned: got event: BUSY\n",
+ ast_verbose(VERBOSE_PREFIX_4 "%s: handle_owned: got event: BUSY\n", p->dev);
if (p->owner->_state == AST_STATE_UP) {
f.subclass = AST_CONTROL_HANGUP;
}