Index: src/mod/applications/mod_conference/mod_conference.c =================================================================== --- src/mod/applications/mod_conference/mod_conference.c (revision 5706) +++ src/mod/applications/mod_conference/mod_conference.c (working copy) @@ -1785,6 +1785,16 @@ static void conference_loop_output(confe } /* Rinse ... Repeat */ + printf("XXXXXXXXXXDEBUGXXXXXXXXX\nRUN=%d TH=%d READY=%d TRANS=%d CAUSE=%d STATE=%s\n", + switch_test_flag(member, MFLAG_RUNNING), + switch_test_flag(member, MFLAG_ITHREAD), + switch_channel_ready(channel), + switch_channel_test_flag(channel, CF_TRANSFER), + switch_channel_get_cause(channel), + switch_channel_state_name(switch_channel_get_state(channel))); + + + if (member->digit_stream != NULL) { switch_ivr_digit_stream_destroy(member->digit_stream); }