[asterisk-commits] rmudgett: branch rmudgett/ect r247757 - /team/rmudgett/ect/channels/sig_pri.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 18 15:20:55 CST 2010
Author: rmudgett
Date: Thu Feb 18 15:20:51 2010
New Revision: 247757
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=247757
Log:
Add missing compile conditional to sig_pri_attempt_transfer().
Modified:
team/rmudgett/ect/channels/sig_pri.c
Modified: team/rmudgett/ect/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ect/channels/sig_pri.c?view=diff&rev=247757&r1=247756&r2=247757
==============================================================================
--- team/rmudgett/ect/channels/sig_pri.c (original)
+++ team/rmudgett/ect/channels/sig_pri.c Thu Feb 18 15:20:51 2010
@@ -1476,6 +1476,7 @@
}
}
+#if defined(HAVE_PRI_CALL_HOLD) || defined(HAVE_PRI_TRANSFER)
/*!
* \internal
* \brief Attempt to transfer the two calls to each other.
@@ -1572,6 +1573,7 @@
return retval;
}
+#endif /* defined(HAVE_PRI_CALL_HOLD) || defined(HAVE_PRI_TRANSFER) */
/*!
* \internal
More information about the asterisk-commits
mailing list