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    966 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    976 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 			stream->write_function(stream, "-ERR invalid trace option <q921|q931> <span name>\n");
write_function    982 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.c 			stream->write_function(stream, "Usage: ftdm sangoma_isdn l1_stats <span name>\n");
write_function    988 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   1001 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    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, "   Span:%s", span->name);
write_function    577 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    578 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   Performance Counters");
write_function    579 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    580 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    581 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    582 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    587 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    588 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   Errors");
write_function    589 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    590 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    591 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    594 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    595 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   RX Errors Details");
write_function    596 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    597 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    598 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    599 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    601 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    602 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "   TX Errors Details");
write_function    603 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c 	stream->write_function(stream, "\n---------------------------------------------------------------------\n");
write_function    604 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    621 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    261 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"show\" command\n");
write_function    291 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"set\" command\n");
write_function    310 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"block\" command\n");
write_function    329 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"unblock\" command\n");
write_function    349 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"block\" command\n");
write_function    369 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"ubl\" command\n");
write_function    395 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"cgb range\" command\n");
write_function    404 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"cgb\" command\n");
write_function    430 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"cgu range\" command\n");
write_function    439 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"cgu\" command\n");
write_function    459 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"rsc\" command\n");
write_function    485 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Unknown \"grs range\" command\n");
write_function    494 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"grs\" command\n");
write_function    513 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"lpo\" command\n");
write_function    532 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"lpr\" command\n");
write_function    558 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"activate\" command\n");
write_function    584 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "Unknown \"deactivate\" command\n");
write_function    598 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Invalid # of arguments in command\n");
write_function    603 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Unknown \"span\\chan\" command\n");
write_function    608 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Unknown command requested\n");
write_function    616 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Sangoma SS7 CLI usuage:\n\n");
write_function    618 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 general control:\n");
write_function    619 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 set ftrace X Y\n");
write_function    620 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 set mtrace X Y\n");
write_function    621 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    622 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 information:\n");
write_function    623 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show status link X\n");
write_function    624 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 show status linkset X\n");
write_function    625 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    626 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    627 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    628 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    629 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    630 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 circuit control:\n");
write_function    631 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 blo span X chan Y\n");
write_function    632 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 ubl span X chan Y\n");
write_function    633 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 rsc span X chan Y\n");
write_function    634 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    635 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    636 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    637 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    638 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Ftmod_sangoma_ss7 link control:\n");
write_function    639 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 inhibit link X\n");
write_function    640 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 uninhibit link X\n");
write_function    641 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 activate link X\n");
write_function    642 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 deactivate link X\n");
write_function    643 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 activate linkset X\n");
write_function    644 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 deactivate linkset X\n");
write_function    645 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 lpo link X\n");
write_function    646 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "ftdm ss7 lpr link X\n");
write_function    647 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\n");
write_function    655 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    662 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    672 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    679 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    722 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    744 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "\nTotal # of CICs free = %d\n",free);
write_function    792 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    814 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    857 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    873 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    909 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d",
write_function    915 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "|");
write_function    917 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "%2d=1", bit);
write_function    919 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "%2d=0", bit);
write_function    923 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "\n");
write_function    965 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|",
write_function    971 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mn=Y|");
write_function    973 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mn=N|");
write_function    977 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_mn=Y|");
write_function    979 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_mn=N|");
write_function    983 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_hw=Y|");
write_function    985 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_hw=N|");
write_function    989 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_hw=Y|");
write_function    991 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "r_hw=N|");
write_function    995 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mngmt=Y|");
write_function    997 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_mngmt=N|");
write_function   1001 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_ucic=Y|");
write_function   1003 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "l_ucic=N|");
write_function   1006 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "\n");				
write_function   1051 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   1056 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   1067 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "span=%2d|chan=%2d|cic=%4d|sig_status=%4s|state=%s|",
write_function   1075 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mn=Y|");
write_function   1077 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mn=N|");
write_function   1081 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_mn=Y|");
write_function   1083 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_mn=N|");
write_function   1087 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_hw=Y|");
write_function   1089 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_hw=N|");
write_function   1093 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_hw=Y|");
write_function   1095 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "r_hw=N|");
write_function   1099 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mngmt=Y|");
write_function   1101 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_mngmt=N|");
write_function   1105 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_ucic=Y|");
write_function   1107 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 						stream->write_function(stream, "l_ucic=N|");
write_function   1110 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "flags=0x%X",ss7_info->flags);
write_function   1112 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 					stream->write_function(stream, "\n");
write_function   1269 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to read link=%s status\n", name);
write_function   1274 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   1292 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Failed to find link=\"%s\"\n", name);
write_function   1311 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to read linkset=%s status\n", name);
write_function   1316 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 			stream->write_function(stream, "%s|state=%s|nmbActLnk=%d\n",
write_function   1328 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Failed to find link=\"%s\"\n", name);
write_function   1346 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to inhibit link=%s\n", name);
write_function   1360 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Failed to find link=\"%s\"\n", name);
write_function   1378 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to uninhibit link=%s\n", name);
write_function   1392 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Failed to find link=\"%s\"\n", name);
write_function   1475 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 		stream->write_function(stream, "Invalid range value %d", range);
write_function   1564 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 		stream->write_function(stream, "Invalid range value %d", range);
write_function   1664 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 		stream->write_function(stream, "Invalid range value %d", range);
write_function   1760 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to activate link=%s\n", name);
write_function   1773 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function   1791 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to deactivate link=%s\n", name);
write_function   1804 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function   1822 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to activate linkset=%s\n", name);
write_function   1835 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find linkset=%s\n", name);
write_function   1853 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed to deactivate linkset=%s\n", name);
write_function   1866 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find linkset=%s\n", name);
write_function   1885 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed set LPO link=%s\n", name);
write_function   1898 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 	stream->write_function(stream, "Could not find link=%s\n", name);
write_function   1916 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c 				stream->write_function(stream, "Failed set LPR link=%s\n", name);
write_function   1929 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;						\