[svn-commits] crichter: branch group/trunk-cm-csel-hash r47420 - /team/group/trunk-cm-csel-...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Nov 10 06:59:24 MST 2006


Author: crichter
Date: Fri Nov 10 07:59:23 2006
New Revision: 47420

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47420
Log:
use the correct cm_get functions for bools

Modified:
    team/group/trunk-cm-csel-hash/channels/chan_misdn.c

Modified: team/group/trunk-cm-csel-hash/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/team/group/trunk-cm-csel-hash/channels/chan_misdn.c?view=diff&rev=47420&r1=47419&r2=47420
==============================================================================
--- team/group/trunk-cm-csel-hash/channels/chan_misdn.c (original)
+++ team/group/trunk-cm-csel-hash/channels/chan_misdn.c Fri Nov 10 07:59:23 2006
@@ -3693,7 +3693,7 @@
 
 	/* check if we should jump into s when we have no dad */
 	im = 0;
-	cm_get_int(misdn_cm, im, PORT, MCFG_IMMEDIATE, bc->port);
+	cm_get_bool(misdn_cm, im, PORT, MCFG_IMMEDIATE, bc->port);
 	if (im && ast_strlen_zero(bc->dad)) {
 		if (!bc->nt && (ch->orginator == ORG_MISDN) && !ch->incoming_early_audio)
 			chan_misdn_log(2, bc->port, " --> incoming_early_audio off\n");



More information about the svn-commits mailing list