write_function   3492 mod_freetdm/mod_freetdm.c 	stream->write_function(stream,
write_function   3567 mod_freetdm/mod_freetdm.c 	stream->write_function(stream,
write_function   3623 mod_freetdm/mod_freetdm.c 		stream->write_function(stream, "%s", FT_SYNTAX);
write_function   3629 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: ftdm dump <span_id> [<chan_id>]\n");
write_function   3651 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "<channels>\n");
write_function   3653 mod_freetdm/mod_freetdm.c 					stream->write_function(stream, "<error>invalid span</error>\n");
write_function   3657 mod_freetdm/mod_freetdm.c 							stream->write_function(stream, "<error>invalid channel</error>\n");
write_function   3670 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "</channels>\n");
write_function   3673 mod_freetdm/mod_freetdm.c 					stream->write_function(stream, "-ERR invalid span\n");
write_function   3677 mod_freetdm/mod_freetdm.c 							stream->write_function(stream, "-ERR invalid channel\n");
write_function   3683 mod_freetdm/mod_freetdm.c 							stream->write_function(stream, "%s\n", dbgstr);
write_function   3687 mod_freetdm/mod_freetdm.c 						stream->write_function(stream, "+OK\n");
write_function   3718 mod_freetdm/mod_freetdm.c 					stream->write_function(stream,
write_function   3745 mod_freetdm/mod_freetdm.c 					stream->write_function(stream,
write_function   3782 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR no span\n");
write_function   3792 mod_freetdm/mod_freetdm.c 		stream->write_function(stream, status == FTDM_SUCCESS ? "+OK\n" : "-ERR failure\n");
write_function   3804 mod_freetdm/mod_freetdm.c                         stream->write_function(stream, "-ERR Usage: ftdm q931_pcap <span_id> on|off [pcapfilename without suffix]\n");
write_function   3809 mod_freetdm/mod_freetdm.c                                 stream->write_function(stream, "-ERR invalid span\n");
write_function   3831 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "+OK\n");
write_function   3838 mod_freetdm/mod_freetdm.c                                 stream->write_function(stream, "+OK\n");
write_function   3841 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: ft q931_pcap <span_id> on|off [pcapfilename without suffix]\n");
write_function   3853 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: dtmf on|off <span_id> [<chan_id>]\n");
write_function   3865 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR invalid span\n");
write_function   3872 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "-ERR invalid chan\n");
write_function   3887 mod_freetdm/mod_freetdm.c 		stream->write_function(stream, "+OK DTMF detection was %s\n", fcmd == FTDM_COMMAND_ENABLE_DTMF_DETECT ? "enabled" : "disabled");
write_function   3897 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: ftdm trace <path> <span_id> [<chan_id>]\n");
write_function   3902 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR invalid span\n");
write_function   3909 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "-ERR invalid chan\n");
write_function   3929 mod_freetdm/mod_freetdm.c 		stream->write_function(stream, "+OK trace enabled with prefix path %s\n", argv[1]);
write_function   3937 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: ftdm notrace <span_id> [<chan_id>]\n");
write_function   3942 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR invalid span\n");
write_function   3949 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "-ERR invalid chan\n");
write_function   3962 mod_freetdm/mod_freetdm.c 		stream->write_function(stream, "+OK trace disabled\n");
write_function   3972 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: ft gains <txgain> <rxgain> <span_id> [<chan_id>]\n");
write_function   3977 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR invalid span\n");
write_function   3983 mod_freetdm/mod_freetdm.c 				stream->write_function(stream, "-ERR invalid chan\n");
write_function   3990 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR invalid gains\n");
write_function   4006 mod_freetdm/mod_freetdm.c 		stream->write_function(stream, "+OK gains set to Rx %f and Tx %f\n", rxgain, txgain);
write_function   4012 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "%s", rply);
write_function   4015 mod_freetdm/mod_freetdm.c 			stream->write_function(stream, "-ERR Usage: %s\n", FT_SYNTAX);
write_function   3773 src/ftdm_io.c  				stream->write_function(stream, "[s%dc%d][%d:%d] in state %s\n", 
write_function   3778 src/ftdm_io.c  				stream->write_function(stream, "[s%dc%d][%d:%d] in state %s\n", 
write_function   3807 src/ftdm_io.c  		stream.write_function(&stream, "invalid core command\n");
write_function   3813 src/ftdm_io.c  			stream.write_function(&stream, "core state command requires an argument\n");
write_function   3827 src/ftdm_io.c  			stream.write_function(&stream, "invalid state %s\n", state);
write_function   3831 src/ftdm_io.c  		stream.write_function(&stream, "\nTotal channels %s %s: %d\n", not ? "not in state" : "in state", ftdm_channel_state2str(i), count);
write_function   3833 src/ftdm_io.c  		stream.write_function(&stream, "invalid core command %s\n", argv[0]);
write_function   5377 src/ftdm_io.c  		stream.write_function(&stream, "-- No state history --\n");
write_function   5381 src/ftdm_io.c  	stream.write_function(&stream, "%-30.30s %-30.30s %s", "-- States --", "-- Function --", "-- Location --\n");
write_function   5390 src/ftdm_io.c  		stream.write_function(&stream, "%-30.30s %-30.30s %s\n", states, func, line);
write_function   5397 src/ftdm_io.c  		stream.write_function(&stream, "%-30.30s %-30.30s %s\n", states, func, line);
write_function    263 src/ftmod/ftmod_libpri/ftmod_libpri.c 					stream->write_function(stream, "%s: -ERR invalid span.\n", __FILE__);
write_function    268 src/ftmod/ftmod_libpri/ftmod_libpri.c 				stream->write_function(stream, "%s: +OK killed.\n", __FILE__);
write_function    271 src/ftmod/ftmod_libpri/ftmod_libpri.c 				stream->write_function(stream, "%s: -ERR invalid span.\n", __FILE__);
write_function    284 src/ftmod/ftmod_libpri/ftmod_libpri.c 					stream->write_function(stream, "%s: -ERR invalid span.\n", __FILE__);
write_function    289 src/ftmod/ftmod_libpri/ftmod_libpri.c 				stream->write_function(stream, "%s: +OK debug set.\n", __FILE__);
write_function    292 src/ftmod/ftmod_libpri/ftmod_libpri.c 				stream->write_function(stream, "%s: -ERR invalid span.\n", __FILE__);
write_function    299 src/ftmod/ftmod_libpri/ftmod_libpri.c 	stream->write_function(stream, "%s: -ERR invalid command.\n", __FILE__);
write_function    177 src/ftmod/ftmod_pritap/ftmod_pritap.c 					stream->write_function(stream, "%s: -ERR invalid span.\n", __FILE__);
write_function    182 src/ftmod/ftmod_pritap/ftmod_pritap.c 				stream->write_function(stream, "%s: +OK debug set.\n", __FILE__);
write_function    185 src/ftmod/ftmod_pritap/ftmod_pritap.c 				stream->write_function(stream, "%s: -ERR invalid span.\n", __FILE__);
write_function    192 src/ftmod/ftmod_pritap/ftmod_pritap.c 	stream->write_function(stream, "%s: -ERR invalid command.\n", __FILE__);
write_function   1194 src/ftmod/ftmod_r2/ftmod_r2.c 					stream->write_function(stream, "-ERR invalid span.\n");
write_function   1199 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "+OK killed.\n");
write_function   1202 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "-ERR invalid span.\n");
write_function   1217 src/ftmod/ftmod_r2/ftmod_r2.c 					stream->write_function(stream, "-ERR not an R2 span.\n");
write_function   1221 src/ftmod/ftmod_r2/ftmod_r2.c 					stream->write_function(stream, "-ERR invalid span. No R2 singal data in span.\n");
write_function   1226 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, 
write_function   1237 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "\n");
write_function   1238 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "%4s %-12.12s %-12.12s\n", "Channel", "Tx CAS", "Rx CAS");
write_function   1242 src/ftmod/ftmod_r2/ftmod_r2.c 					stream->write_function(stream, "%4d    %-12.12s %-12.12s\n", 
write_function   1247 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "\n");
write_function   1248 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "+OK.\n");
write_function   1251 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "-ERR invalid span.\n");
write_function   1261 src/ftmod/ftmod_r2/ftmod_r2.c 			stream->write_function(stream, "%d R2 channel threads up\n", g_thread_count);
write_function   1263 src/ftmod/ftmod_r2/ftmod_r2.c 			stream->write_function(stream, "+OK.\n");
write_function   1268 src/ftmod/ftmod_r2/ftmod_r2.c 			stream->write_function(stream, "OpenR2 version: %s, revision: %s\n", openr2_get_version(), openr2_get_revision());
write_function   1269 src/ftmod/ftmod_r2/ftmod_r2.c 			stream->write_function(stream, "+OK.\n");
write_function   1277 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, "-ERR failed to retrieve openr2 variant list.\n");
write_function   1281 src/ftmod/ftmod_r2/ftmod_r2.c 			stream->write_function(stream, VARIANT_FORMAT, "Variant Code", "Country");
write_function   1284 src/ftmod/ftmod_r2/ftmod_r2.c 				stream->write_function(stream, VARIANT_FORMAT, variants[numvariants].name, variants[numvariants].country);
write_function   1286 src/ftmod/ftmod_r2/ftmod_r2.c 			stream->write_function(stream, "+OK.\n");
write_function   1292 src/ftmod/ftmod_r2/ftmod_r2.c 	stream->write_function(stream, "-ERR invalid command.\n");
write_function   1986 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		stream->write_function(stream, "%s: -ERR failed to execute cmd: %s\n",
write_function   1993 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		stream->write_function(stream,"%s", path);
write_function   2049 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 					stream->write_function(stream, "-ERR failed to list sigmods\n");
write_function   2067 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR usage: tracelevel <span> <level>\n");
write_function   2073 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR failed to find span by name %s\n", argv[1]);
write_function   2078 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR span %s is not of boost type\n", argv[1]);
write_function   2089 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR invalid log level %s\n", argv[2]);
write_function   2096 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			stream->write_function(stream, "+OK span %s has now trace level %s\n", argv[1], FTDM_LEVEL_NAMES[dbglevel]);
write_function   2104 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "ss7box_isupd: in use\n", FTDM_BOOST_SYNTAX);
write_function   2107 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "ss7box_isupd: in reset\n", FTDM_BOOST_SYNTAX);
write_function   2110 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "ss7box_isupd: ready \n", FTDM_BOOST_SYNTAX);
write_function   2113 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "ss7box_isupd: list\n", FTDM_BOOST_SYNTAX);
write_function   2128 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR invalid span usage: span <name> <cmd>\n");
write_function   2134 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR failed to find span by name %s\n",argv[1]);
write_function   2152 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 					stream->write_function(stream, "-ERR invalid span state: span <name> state <state name>\n");
write_function   2168 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 						stream->write_function(stream, "%s does not support api functions\n", sigmod_iface->name);
write_function   2173 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 						stream->write_function(stream, "-ERR:failed to execute command:%s\n", mydup);
write_function   2180 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 				stream->write_function(stream, "-ERR: Could not find sigmod %s\n", argv[0]);
write_function   2184 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	stream->write_function(stream, "-ERR: Usage: %s\n", FTDM_BOOST_SYNTAX);
write_function   2707 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	stream->write_function(stream, "List of loaded sigmod modules:\n");
write_function   2712 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			stream->write_function(stream, "  %s\n", sigmod_iface->name);
write_function   2715 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	stream->write_function(stream, "\n");
write_function    940 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 			stream->write_function(stream, "-ERR failed to find span by name %s\n", argv[2]);
write_function    950 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 			stream->write_function(stream, "-ERR invalid trace option <q921|q931> <span name>\n");
write_function    956 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 			stream->write_function(stream, "Usage: ftdm sangoma_isdn l1_stats <span name>\n");
write_function    962 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 			stream->write_function(stream, "-ERR failed to find span with name %s\n", argv[1]);
write_function    975 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 				stream->write_function(stream, "-ERR failed to find span with name %s\n", argv[1]);
write_function    571 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    572 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   Span:%s", span->name);
write_function    573 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    574 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   Performance Counters");
write_function    575 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    576 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "RX Packets:\t%u\tTX Packets:\t%u\tEvents:%u\n", sts.t.sts.rx_packets, sts.t.sts.tx_packets, sts.t.sts.rx_events);
write_function    577 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "RX Bytes:\t%u\tTX Bytes:\t%u\n\n", sts.t.sts.rx_bytes, sts.t.sts.tx_bytes);
write_function    578 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "TX Queue:\t%u/%u\tRX Queue:\t%u/%u\tEvents Queue:\t%u/%u\n",
write_function    583 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    584 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   Errors");
write_function    585 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    586 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "RX Errors:\t%u\tTX Errors:\t%u\n", sts.t.sts.rx_errors, sts.t.sts.tx_errors);
write_function    587 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "RX Dropped:\t%u\tTX Dropped:\t%u\tEvents Dropped:\t%u\n", sts.t.sts.rx_dropped, sts.t.sts.tx_dropped,sts.t.sts.rx_events_dropped);
write_function    590 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    591 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   RX Errors Details");
write_function    592 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    593 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "CRC:\t\t%u\tFrame:\t\t%u\tOverruns:\t%u\n", sts.t.sts.rx_crc_errors, sts.t.sts.rx_frame_errors, sts.t.sts.rx_over_errors);
write_function    594 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "Fifo:\t\t%u\tAborts:\t\t%u\tMissed:\t\t%u\n", sts.t.sts.rx_fifo_errors, sts.t.sts.rx_hdlc_abort_counter, sts.t.sts.rx_missed_errors);
write_function    595 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "Length:\t\t%u\n", sts.t.sts.rx_length_errors);
write_function    597 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    598 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   TX Errors Details");
write_function    599 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    600 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "Aborted:\t%u\tFifo:\t\t%u\tCarrier:\t%u\n", sts.t.sts.tx_aborted_errors, sts.t.sts.tx_fifo_errors, sts.t.sts.tx_carrier_errors);
write_function    617 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "span:%s physical:%s signalling:%s\n",
write_function    136 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"status\" command\n");
write_function    156 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"inuse\" command\n");
write_function    176 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"inreset\" command\n");
write_function    196 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"free\" command\n");
write_function    216 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"blocks\" command\n");
write_function    236 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"flags\" command\n");
write_function    263 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"show\" command\n");
write_function    293 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"set\" command\n");
write_function    312 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"block\" command\n");
write_function    331 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"unblock\" command\n");
write_function    351 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"block\" command\n");
write_function    371 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"ubl\" command\n");
write_function    397 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"cgb range\" command\n");
write_function    406 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"cgb\" command\n");
write_function    432 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"cgu range\" command\n");
write_function    441 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"cgu\" command\n");
write_function    461 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"rsc\" command\n");
write_function    487 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"grs range\" command\n");
write_function    496 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"grs\" command\n");
write_function    515 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"lpo\" command\n");
write_function    534 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"lpr\" command\n");
write_function    560 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"activate\" command\n");
write_function    586 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"deactivate\" command\n");
write_function    600 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Invalid # of arguments in command\n");
write_function    605 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Unknown \"span\\chan\" command\n");
write_function    610 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Unknown command requested\n");
write_function    618 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Sangoma SS7 CLI usuage:\n\n");
write_function    620 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 general control:\n");
write_function    621 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 set ftace X Y\n");
write_function    622 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 set mtace X Y\n");
write_function    623 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    624 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 information:\n");
write_function    625 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show status link X\n");
write_function    626 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show status linkset X\n");
write_function    627 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show status span X chan Y\n");
write_function    628 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show free span X chan Y\n");
write_function    629 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show inuse span X chan Y\n");
write_function    630 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show inreset span X chan Y\n");
write_function    631 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    632 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 circuit control:\n");
write_function    633 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 blo span X chan Y\n");
write_function    634 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 ubl span X chan Y\n");
write_function    635 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 rsc span X chan Y\n");
write_function    636 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 grs span X chan Y range Z\n");
write_function    637 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 cgb span X chan Y range Z\n");
write_function    638 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 cgu span X chan Y range Z\n");
write_function    639 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    640 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 link control:\n");
write_function    641 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 inhibit link X\n");
write_function    642 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 uninhibit link X\n");
write_function    643 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 activate link X\n");
write_function    644 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 deactivate link X\n");
write_function    645 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 activate linkset X\n");
write_function    646 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 deactivate linkset X\n");
write_function    647 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 lpo link X\n");
write_function    648 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 lpr link X\n");
write_function    649 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    657 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftmod_sangoma_ss7 Function Trace was %s, level = %d\n",
write_function    664 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftmod_sangoma_ss7 Function Trace now is %s, level = %d\n",
write_function    674 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftmod_sangoma_ss7 Message Trace was %s, level = %d\n",
write_function    681 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftmod_sangoma_ss7 Message Trace now is %s, level = %d\n",
write_function    724 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|state=%s\n",
write_function    746 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\nTotal # of CICs free = %d\n",free);
write_function    794 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|state=%s\n",
write_function    816 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\nTotal # of CICs in use = %d\n",in_use);
write_function    859 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|in_reset=Y\n",
write_function    875 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\nTotal # of CICs in reset = %d\n",in_reset);
write_function    911 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d",
write_function    917 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "|");
write_function    919 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "%2d=1", bit);
write_function    921 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "%2d=0", bit);
write_function    925 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "\n");
write_function    967 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|",
write_function    973 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mn=Y|");
write_function    975 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mn=N|");
write_function    979 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_mn=Y|");
write_function    981 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_mn=N|");
write_function    985 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_hw=Y|");
write_function    987 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_hw=N|");
write_function    991 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_hw=Y|");
write_function    993 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_hw=N|");
write_function    997 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mngmt=Y|");
write_function    999 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mngmt=N|");
write_function   1003 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_ucic=Y|");
write_function   1005 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_ucic=N|");
write_function   1008 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "\n");				
write_function   1053 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|NOT USED\n",
write_function   1058 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|SIGNALING LINK\n",
write_function   1069 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|sig_status=%s|state=%s|",
write_function   1077 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mn=Y|");
write_function   1079 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mn=N|");
write_function   1083 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_mn=Y|");
write_function   1085 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_mn=N|");
write_function   1089 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_hw=Y|");
write_function   1091 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_hw=N|");
write_function   1095 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_hw=Y|");
write_function   1097 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_hw=N|");
write_function   1101 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mngmt=Y|");
write_function   1103 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mngmt=N|");
write_function   1107 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_ucic=Y|");
write_function   1109 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_ucic=N|");
write_function   1112 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "flags=0x%X",ss7_info->flags);
write_function   1114 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "\n");
write_function   1271 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to read link=%s status\n", name);
write_function   1276 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "%s|span=%d|chan=%d|sap=%d|state=%s|l_blk=%s|r_blk=%s|l_inhbt=%s|r_inhbt=%s\n",
write_function   1309 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to read linkset=%s status\n", name);
write_function   1314 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "%s|state=%s|nmbActLnk=%d\n",
write_function   1340 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to inhibit link=%s\n", name);
write_function   1369 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to uninhibit link=%s\n", name);
write_function   1459 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 		stream->write_function(stream, "Invalid range value %d", range);
write_function   1530 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 		stream->write_function(stream, "Invalid range value %d", range);
write_function   1611 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 		stream->write_function(stream, "Invalid range value %d", range);
write_function   1688 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to activate link=%s\n", name);
write_function   1701 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function   1719 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to deactivate link=%s\n", name);
write_function   1732 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function   1750 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to activate linkset=%s\n", name);
write_function   1763 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find linkset=%s\n", name);
write_function   1781 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to deactivate linkset=%s\n", name);
write_function   1794 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find linkset=%s\n", name);
write_function   1813 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed set LPO link=%s\n", name);
write_function   1826 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function   1844 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed set LPR link=%s\n", name);
write_function   1857 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function    234 src/include/private/ftdm_core.h 	ftdm_stream_handle_write_function_t write_function;
write_function    253 src/include/private/ftdm_core.h 	s.write_function = ftdm_console_stream_write;						\