FTDM_LOG_NOTICE  1565 mod_freetdm/mod_freetdm.c 				ftdm_log(FTDM_LOG_NOTICE, "Alarm cleared on channel %d:%d\n", spanid, chanid);
FTDM_LOG_NOTICE  1568 mod_freetdm/mod_freetdm.c 				ftdm_log(FTDM_LOG_NOTICE, "Alarm raised on channel %d:%d\n", spanid, chanid);
FTDM_LOG_NOTICE   144 sample/boost/ftdmstart.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Requesting hangup in channel %d:%d\n", spanid, chanid);
FTDM_LOG_NOTICE   154 sample/boost/ftdmstart.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Requesting answer in channel %d:%d\n", spanid, chanid);
FTDM_LOG_NOTICE   165 sample/boost/ftdmstart.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Requesting progress\n", spanid, chanid);
FTDM_LOG_NOTICE   183 sample/boost/ftdmstart.c 		ftdm_log(FTDM_LOG_NOTICE, "Incoming call received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   188 sample/boost/ftdmstart.c 		ftdm_log(FTDM_LOG_NOTICE, "Progress message received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   192 sample/boost/ftdmstart.c 		ftdm_log(FTDM_LOG_NOTICE, "Answer received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   200 sample/boost/ftdmstart.c 		ftdm_log(FTDM_LOG_NOTICE, "Hangup received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   332 sample/boost/ftdmstart.c 		ftdm_log(FTDM_LOG_NOTICE, "Creating span %s\n", spanname);
FTDM_LOG_NOTICE   348 sample/boost/ftdmstart.c 		ftdm_log(FTDM_LOG_NOTICE, "registered %d b channels\n", configured);
FTDM_LOG_NOTICE   353 sample/boost/ftdmstart.c 	ftdm_log(FTDM_LOG_NOTICE, "FreeTDM loaded ...\n");
FTDM_LOG_NOTICE   439 sample/boost/ftdmstart.c 			ftdm_log(FTDM_LOG_NOTICE, "Originating call to number %s\n", todial);
FTDM_LOG_NOTICE   446 sample/boost/ftdmstart.c 	ftdm_log(FTDM_LOG_NOTICE, "Shutting down FreeTDM ...\n");
FTDM_LOG_NOTICE    56 sample/dso/ftdmload.c 	ftdm_log(FTDM_LOG_NOTICE, "Loaded %s with handle %p\n", filename, handle);
FTDM_LOG_NOTICE    73 sample/dso/ftdmload.c 	ftdm_log(FTDM_LOG_NOTICE, "Unloading %p\n", handle);
FTDM_LOG_NOTICE  4956 src/ftdm_io.c  	ftdm_log(FTDM_LOG_NOTICE, "Modules configured: %d \n", modcount);
FTDM_LOG_NOTICE   115 src/ftdm_sched.c 	ftdm_log(FTDM_LOG_NOTICE, "Main scheduling thread going out ...\n");
FTDM_LOG_NOTICE   146 src/ftdm_sched.c 		ftdm_log(FTDM_LOG_NOTICE, "Launching main schedule thread\n");
FTDM_LOG_NOTICE   347 src/ftdm_sched.c 		ftdm_log(FTDM_LOG_NOTICE, "Timer id wrap around for sched %s\n", sched->name);
FTDM_LOG_NOTICE   823 src/ftmod/ftmod_isdn/ftmod_isdn.c 						ftdm_log(FTDM_LOG_NOTICE, "No destination number found, assuming overlap dial\n");
FTDM_LOG_NOTICE  1642 src/ftmod/ftmod_isdn/ftmod_isdn.c 	ftdm_log(FTDM_LOG_NOTICE, "Tone generating interval %d\n", interval);
FTDM_LOG_NOTICE  1720 src/ftmod/ftmod_isdn/ftmod_isdn.c 				ftdm_log(FTDM_LOG_NOTICE, "Successfully opened channel %d:%d\n", ftdmchan->span_id, ftdmchan->chan_id);
FTDM_LOG_NOTICE   826 src/ftmod/ftmod_libpri/ftmod_libpri.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Ring on channel %d:%d (from %s to %s)\n", spri->span->span_id, pevent->ring.channel,
FTDM_LOG_NOTICE   969 src/ftmod/ftmod_libpri/ftmod_libpri.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Restarting %d:%d\n", spri->span->span_id, pevent->restart.channel);
FTDM_LOG_NOTICE  1005 src/ftmod/ftmod_libpri/ftmod_libpri.c 		ftdm_log(FTDM_LOG_NOTICE, "%d:Signaling link status changed to %s\n", spri->span->span_id, ftdm_signaling_status2str(status));
FTDM_LOG_NOTICE  1039 src/ftmod/ftmod_libpri/ftmod_libpri.c 		ftdm_log(FTDM_LOG_NOTICE, "%d:Signaling link status changed to %s\n", spri->span->span_id, ftdm_signaling_status2str(status));
FTDM_LOG_NOTICE  1362 src/ftmod/ftmod_libpri/ftmod_libpri.c         ftdm_log(FTDM_LOG_NOTICE, "Setting default Layer 1 to ALAW since this is an E1 trunk\n");
FTDM_LOG_NOTICE  1365 src/ftmod/ftmod_libpri/ftmod_libpri.c         ftdm_log(FTDM_LOG_NOTICE, "Setting default Layer 1 to ULAW since this is a T1 trunk\n");
FTDM_LOG_NOTICE   587 src/ftmod/ftmod_pritap/ftmod_pritap.c 			ftdm_log(FTDM_LOG_NOTICE, "Not monitoring callref %d with unsupported layer 1 format %d\n", crv, layer1);
FTDM_LOG_NOTICE   592 src/ftmod/ftmod_pritap/ftmod_pritap.c 			ftdm_log(FTDM_LOG_NOTICE, "Not monitoring callref %d with unsupported capability %d\n", crv, transcap);
FTDM_LOG_NOTICE   628 src/ftmod/ftmod_pritap/ftmod_pritap.c 		ftdm_log_chan(pcall->fchan, FTDM_LOG_NOTICE, "Tapped call was answered in state %s\n", ftdm_channel_state2str(pcall->fchan->state));
FTDM_LOG_NOTICE   205 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Received request to start call on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   243 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Call offered on chan %d, ANI = %s, DNIS = %s, Category = %s\n", openr2_chan_get_number(r2chan), 
FTDM_LOG_NOTICE   254 src/ftmod/ftmod_r2/ftmod_r2.c 		ftdm_log(FTDM_LOG_NOTICE, "Failed to handle call offered on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   266 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Call accepted on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   284 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Call answered on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   297 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Call disconnected on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   329 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Call finished on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   339 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Call read data on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   344 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Alarm on chan %d (%d)\n", openr2_chan_get_number(r2chan), alarm);
FTDM_LOG_NOTICE   382 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Far end blocked on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   387 src/ftmod/ftmod_r2/ftmod_r2.c 	ftdm_log(FTDM_LOG_NOTICE, "Far end unblocked on chan %d\n", openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   394 src/ftmod/ftmod_r2/ftmod_r2.c 			ftdm_log(FTDM_LOG_NOTICE, "%s", message);
FTDM_LOG_NOTICE   461 src/ftmod/ftmod_r2/ftmod_r2.c 		ftdm_log(FTDM_LOG_NOTICE, "Requested to stop getting DNIS. Current DNIS = %s on chan %d\n", ftdmchan->caller_data.dnis.digits, openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   467 src/ftmod/ftmod_r2/ftmod_r2.c 		ftdm_log(FTDM_LOG_NOTICE, "No more room for DNIS. Current DNIS = %s on chan %d\n", ftdmchan->caller_data.dnis.digits, openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   481 src/ftmod/ftmod_r2/ftmod_r2.c 		ftdm_log(FTDM_LOG_NOTICE, "No more room for ANI %c on chan %d, digit dropped.\n", digit, openr2_chan_get_number(r2chan));
FTDM_LOG_NOTICE   692 src/ftmod/ftmod_r2/ftmod_r2.c 				ftdm_log(FTDM_LOG_NOTICE, "Ignoring empty R2 variant parameter\n");
FTDM_LOG_NOTICE   707 src/ftmod/ftmod_r2/ftmod_r2.c 				ftdm_log(FTDM_LOG_NOTICE, "Ignoring empty R2 category parameter\n");
FTDM_LOG_NOTICE   722 src/ftmod/ftmod_r2/ftmod_r2.c 				ftdm_log(FTDM_LOG_NOTICE, "Ignoring empty R2 logdir parameter\n");
FTDM_LOG_NOTICE   732 src/ftmod/ftmod_r2/ftmod_r2.c 				ftdm_log(FTDM_LOG_NOTICE, "Ignoring empty R2 logging parameter\n");
FTDM_LOG_NOTICE   758 src/ftmod/ftmod_r2/ftmod_r2.c 				ftdm_log(FTDM_LOG_NOTICE, "Ignoring empty R2 advanced_protocol_file parameter\n");
FTDM_LOG_NOTICE  2472 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	ftdm_log(FTDM_LOG_NOTICE, "%d:%d Signaling link status changed to %s\n", ftdmchan->span_id, ftdmchan->chan_id, ftdm_signaling_status2str(status));
FTDM_LOG_NOTICE  2658 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		ftdm_log(FTDM_LOG_NOTICE, "Span %s will use Sangoma Boost Signaling Module %s\n", span->name, sigmod_iface->name);
FTDM_LOG_NOTICE  2662 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		ftdm_log(FTDM_LOG_NOTICE, "Span %s will use boost socket mode\n", span->name);
FTDM_LOG_NOTICE   649 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h 											ftdm_log(FTDM_LOG_NOTICE,"Entering %s\n", a); \
FTDM_LOG_NOTICE   681 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h 											ftdm_log(FTDM_LOG_NOTICE,"Exitting %s\n", a); \
FTDM_LOG_NOTICE   718 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h 										ftdm_log_chan(fchan, FTDM_LOG_NOTICE, "[CIC:%d][SPINSTID:%d][SUINSTID:%d]%s", \
FTDM_LOG_NOTICE  1163 src/ftmod/ftmod_zt/ftmod_zt.c         ftdm_log(FTDM_LOG_NOTICE, "Using Zaptel control device\n");
FTDM_LOG_NOTICE  1168 src/ftmod/ftmod_zt/ftmod_zt.c         ftdm_log(FTDM_LOG_NOTICE, "Using DAHDI control device\n");
FTDM_LOG_NOTICE  1334 src/include/freetdm.h #define FTDM_LOG_NOTICE FTDM_PRE, FTDM_LOG_LEVEL_NOTICE
FTDM_LOG_NOTICE   152 src/testsangomaboost.c 		ftdm_log(FTDM_LOG_NOTICE, "Not hanging up channel %d:%d because has DTMF: %s\n", spanid, chanid, dtmfbuff);
FTDM_LOG_NOTICE   156 src/testsangomaboost.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Requesting hangup in channel %d:%d\n", spanid, chanid);
FTDM_LOG_NOTICE   166 src/testsangomaboost.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Requesting answer in channel %d:%d\n", spanid, chanid);
FTDM_LOG_NOTICE   177 src/testsangomaboost.c 	ftdm_log(FTDM_LOG_NOTICE, "-- Requesting progress\n", spanid, chanid);
FTDM_LOG_NOTICE   195 src/testsangomaboost.c 		ftdm_log(FTDM_LOG_NOTICE, "Incoming call received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   200 src/testsangomaboost.c 		ftdm_log(FTDM_LOG_NOTICE, "Progress message received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   204 src/testsangomaboost.c 		ftdm_log(FTDM_LOG_NOTICE, "Answer received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   213 src/testsangomaboost.c 		ftdm_log(FTDM_LOG_NOTICE, "Hangup received in channel %d:%d\n", sigmsg->span_id, sigmsg->chan_id);
FTDM_LOG_NOTICE   305 src/testsangomaboost.c 			ftdm_log(FTDM_LOG_NOTICE, "Transmitting DNIS %s\n", dnis_str);
FTDM_LOG_NOTICE   446 src/testsangomaboost.c 			ftdm_log(FTDM_LOG_NOTICE, "Originating call to number %s\n", todial);