[Asterisk-cvs] asterisk/channels chan_vpb.c,1.37,1.38
bkramer at lists.digium.com
bkramer at lists.digium.com
Thu Sep 16 20:30:41 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv2079
Modified Files:
chan_vpb.c
Log Message:
/ fixed slight typo/cut-n-paste bug
Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- chan_vpb.c 17 Sep 2004 00:14:48 -0000 1.37
+++ chan_vpb.c 17 Sep 2004 00:34:51 -0000 1.38
@@ -557,7 +557,7 @@
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;
}
More information about the svn-commits
mailing list