[asterisk-commits] rmudgett: branch rmudgett/call_waiting r267180 - /team/rmudgett/call_waiting/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 2 14:32:03 CDT 2010
Author: rmudgett
Date: Wed Jun 2 14:32:01 2010
New Revision: 267180
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=267180
Log:
Remove temporary Call-Waiting libpri detect enable code.
Modified:
team/rmudgett/call_waiting/channels/sig_pri.h
Modified: team/rmudgett/call_waiting/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/call_waiting/channels/sig_pri.h?view=diff&rev=267180&r1=267179&r2=267180
==============================================================================
--- team/rmudgett/call_waiting/channels/sig_pri.h (original)
+++ team/rmudgett/call_waiting/channels/sig_pri.h Wed Jun 2 14:32:01 2010
@@ -30,10 +30,6 @@
#include "asterisk/ccss.h"
#include <libpri.h>
#include <dahdi/user.h>
-#if defined(PRI_EVENT_CONNECT_ACK)
-/* BUGBUG the HAVE_PRI_CALL_WAITING line is to be removed when the call_waiting branch is merged to trunk and the configure script is updated. */
-#define HAVE_PRI_CALL_WAITING 1
-#endif /* defined(PRI_EVENT_CONNECT_ACK) */
#if defined(HAVE_PRI_CCSS)
/*! PRI debug message flags when normal PRI debugging is turned on at the command line. */
More information about the asterisk-commits
mailing list