[asterisk-commits] tilghman: branch 1.8 r292376 - /branches/1.8/res/res_musiconhold.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 19 19:40:31 CDT 2010


Author: tilghman
Date: Tue Oct 19 19:40:29 2010
New Revision: 292376

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292376
Log:
Oops.  This module uses the generic timer and no longer uses DAHDI.

This causes a problem with the Solaris and other system builds that have gcc
4.1 (where optional_api is non-optional).

Modified:
    branches/1.8/res/res_musiconhold.c

Modified: branches/1.8/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_musiconhold.c?view=diff&rev=292376&r1=292375&r2=292376
==============================================================================
--- branches/1.8/res/res_musiconhold.c (original)
+++ branches/1.8/res/res_musiconhold.c Tue Oct 19 19:40:29 2010
@@ -1,7 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 1999 - 2006, Digium, Inc.
+ * Copyright (C) 1999 - 2010, Digium, Inc.
  *
  * Mark Spencer <markster at digium.com>
  *
@@ -27,7 +27,6 @@
 
 /*** MODULEINFO
 	<conflict>win32</conflict>
-	<use>dahdi</use>
  ***/
 
 #include "asterisk.h"




More information about the asterisk-commits mailing list