[svn-commits] rmudgett: branch rmudgett/dahdi_facility r222654 - /team/rmudgett/dahdi_facil...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 7 15:13:34 CDT 2009


Author: rmudgett
Date: Wed Oct  7 15:13:30 2009
New Revision: 222654

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222654
Log:
Now must explicitly enable HOLD/RETRIEVE.

Modified:
    team/rmudgett/dahdi_facility/channels/sig_pri.c

Modified: team/rmudgett/dahdi_facility/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/dahdi_facility/channels/sig_pri.c?view=diff&rev=222654&r1=222653&r2=222654
==============================================================================
--- team/rmudgett/dahdi_facility/channels/sig_pri.c (original)
+++ team/rmudgett/dahdi_facility/channels/sig_pri.c Wed Oct  7 15:13:30 2009
@@ -3381,6 +3381,9 @@
 #ifdef HAVE_PRI_INBANDDISCONNECT
 		pri_set_inbanddisconnect(pri->dchans[i], pri->inbanddisconnect);
 #endif
+#if defined(HAVE_PRI_CALL_HOLD)
+		pri_hold_enable(pri->dchans[i], 1);
+#endif	/* defined(HAVE_PRI_CALL_HOLD) */
 		/* Enslave to master if appropriate */
 		if (i)
 			pri_enslave(pri->dchans[0], pri->dchans[i]);




More information about the svn-commits mailing list