[asterisk-commits] russell: branch group/vldtmf r40490 - in /team/group/vldtmf: ./ channel.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Aug 18 20:53:31 MST 2006


Author: russell
Date: Fri Aug 18 22:53:31 2006
New Revision: 40490

URL: http://svn.digium.com/view/asterisk?rev=40490&view=rev
Log:
Merged revisions 40489 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r40489 | russell | 2006-08-18 23:50:15 -0400 (Fri, 18 Aug 2006) | 2 lines

suppress warnings introduced by putting states in an enum

........

Modified:
    team/group/vldtmf/   (props changed)
    team/group/vldtmf/channel.c

Propchange: team/group/vldtmf/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Aug 18 22:53:31 2006
@@ -1,1 +1,1 @@
-/trunk:1-40460
+/trunk:1-40489

Modified: team/group/vldtmf/channel.c
URL: http://svn.digium.com/view/asterisk/team/group/vldtmf/channel.c?rev=40490&r1=40489&r2=40490&view=diff
==============================================================================
--- team/group/vldtmf/channel.c (original)
+++ team/group/vldtmf/channel.c Fri Aug 18 22:53:31 2006
@@ -1569,6 +1569,8 @@
 	case AST_STATE_UP:
 		ast_cdr_answer(chan->cdr);
 		break;
+	default:
+		break;
 	}
 	ast_channel_unlock(chan);
 	return res;



More information about the asterisk-commits mailing list