[Asterisk-cvs] asterisk/res res_features.c,1.30,1.31
markster at lists.digium.com
markster at lists.digium.com
Thu Jan 6 11:15:02 CST 2005
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv26203/res
Modified Files:
res_features.c
Log Message:
Fix typo for blind transfer (bug #3259)
Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- res_features.c 5 Jan 2005 22:38:07 -0000 1.30
+++ res_features.c 6 Jan 2005 17:19:54 -0000 1.31
@@ -418,7 +418,6 @@
int res;
int len;
- ast_log(LOG_NOTICE, "XXX Blind Transfer %s, %s (sense=%d) XXX\n", chan->name, peer->name, sense);
if (sense == FEATURE_SENSE_PEER) {
transferer = peer;
transferee = chan;
More information about the svn-commits
mailing list