git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@45025
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
carr[0]=c0;
carr[1]=c1;
-
if (ch1 && ch2 ) ;
else
return -1;
ch2->bc->ec_enable=0;
manager_ec_disable(ch2->bc);
}
-
/* trying to make a mISDN_dsp conference */
chan_misdn_log(1, ch1->bc->port, "I SEND: Making conference with Number:%d\n", ch1->bc->pid +1);
-
+
misdn_lib_bridge(ch1->bc,ch2->bc);
}
break;
}
-
+ if (f->frametype == AST_FRAME_VOICE) {
+ chan_misdn_log(1,0,"Got Voice frame in Bridged state..\n");
+ continue;
+ }
+
if (who == c0) {
ast_write(c1,f);
}
return;
}
- if ( bc->ec_enable) {
+ if ( ! bc->ec_enable) {
cb_log(1, stack?stack->port:0, "Sending Control ECHOCAN_OFF\n");
manager_ph_control(bc, ECHOCAN_OFF, 0);
}