[Asterisk-cvs] asterisk channel.c,1.118,1.119
markster at lists.digium.com
markster at lists.digium.com
Mon Jun 14 16:14:16 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv4974
Modified Files:
channel.c
Log Message:
Separate PROCEEDING and PROGRESS
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- channel.c 9 Jun 2004 01:45:07 -0000 1.118
+++ channel.c 14 Jun 2004 21:18:52 -0000 1.119
@@ -1365,6 +1365,8 @@
res = 0;
} else if (condition == AST_CONTROL_PROGRESS) {
/* ast_playtones_stop(chan); */
+ } else if (condition == AST_CONTROL_PROCEEDING) {
+ /* Do nothing, really */
} else {
/* not handled */
ast_log(LOG_WARNING, "Unable to handle indication %d for '%s'\n", condition, chan->name);
More information about the svn-commits
mailing list