[asterisk-commits] pcadach: branch 1.4 r43844 -
/branches/1.4/main/file.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Sep 27 23:02:46 MST 2006
Author: pcadach
Date: Thu Sep 28 01:02:45 2006
New Revision: 43844
URL: http://svn.digium.com/view/asterisk?rev=43844&view=rev
Log:
Don't warn on HOLD/UNHOLD control frames
Modified:
branches/1.4/main/file.c
Modified: branches/1.4/main/file.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/file.c?rev=43844&r1=43843&r2=43844&view=diff
==============================================================================
--- branches/1.4/main/file.c (original)
+++ branches/1.4/main/file.c Thu Sep 28 01:02:45 2006
@@ -1056,6 +1056,8 @@
case AST_CONTROL_RINGING:
case AST_CONTROL_ANSWER:
case AST_CONTROL_VIDUPDATE:
+ case AST_CONTROL_HOLD:
+ case AST_CONTROL_UNHOLD:
/* Unimportant */
break;
default:
More information about the asterisk-commits
mailing list