command          2442 src/ftdm_io.c  FT_DECLARE(ftdm_status_t) ftdm_channel_command(ftdm_channel_t *ftdmchan, ftdm_command_t command, void *obj)
command          2451 src/ftdm_io.c  	switch(command) {
command          2768 src/ftdm_io.c  	if (!ftdmchan->fio->command) {
command          2774 src/ftdm_io.c      	status = ftdmchan->fio->command(ftdmchan, command, obj);
command          2777 src/ftdm_io.c  		snprintf(ftdmchan->last_error, sizeof(ftdmchan->last_error), "I/O command %d not implemented in backend", command);
command          2778 src/ftdm_io.c  		ftdm_log(FTDM_LOG_ERROR, "I/O backend does not support command %d!\n", command);	
command           545 src/ftdm_m3ua.c 	m3ua_interface.command = m3ua_command;
command           829 src/ftmod/ftmod_pika/ftmod_pika.c 	switch(command) {
command          1372 src/ftmod/ftmod_pika/ftmod_pika.c 	pika_interface.command = pika_command;
command           118 src/ftmod/ftmod_skel/ftmod_skel.c 	skel_interface.command = skel_command;
command           565 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	switch(command) {
command          1267 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	wanpipe_interface.command = wanpipe_command;
command           678 src/ftmod/ftmod_zt/ftmod_zt.c 	switch(command) {
command           707 src/ftmod/ftmod_zt/ftmod_zt.c 			int command = ZT_OFFHOOK;
command           708 src/ftmod/ftmod_zt/ftmod_zt.c 			if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) {
command           717 src/ftmod/ftmod_zt/ftmod_zt.c 			int command = ZT_ONHOOK;
command           718 src/ftmod/ftmod_zt/ftmod_zt.c 			if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) {
command           727 src/ftmod/ftmod_zt/ftmod_zt.c 			int command = ZT_FLASH;
command           728 src/ftmod/ftmod_zt/ftmod_zt.c 			if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) {
command           736 src/ftmod/ftmod_zt/ftmod_zt.c 			int command = ZT_WINK;
command           737 src/ftmod/ftmod_zt/ftmod_zt.c 			if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) {
command           745 src/ftmod/ftmod_zt/ftmod_zt.c 			int command = ZT_RING;
command           746 src/ftmod/ftmod_zt/ftmod_zt.c 			if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) {
command           755 src/ftmod/ftmod_zt/ftmod_zt.c 			int command = ZT_RINGOFF;
command           756 src/ftmod/ftmod_zt/ftmod_zt.c 			if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) {
command          1192 src/ftmod/ftmod_zt/ftmod_zt.c 	zt_interface.command = zt_command;
command           131 src/ftmod/ftmod_zt/ftmod_zt.h 	int command;						/* Maintenance mode to set (from zt_maintenance_mode_t)	*/
command           472 src/include/freetdm.h #define FIO_COMMAND_ARGS (ftdm_channel_t *ftdmchan, ftdm_command_t command, void *obj)
command           559 src/include/freetdm.h 	fio_command_t command; /*!< Execute an I/O command on the channel */
command           970 src/include/freetdm.h FT_DECLARE(ftdm_status_t) ftdm_channel_command(ftdm_channel_t *ftdmchan, ftdm_command_t command, void *arg);
command           751 src/isdn/Q921.c 					const char *command = "";
command           755 src/isdn/Q921.c 						command = "Request";
command           758 src/isdn/Q921.c 						command = "Verify";
command           761 src/isdn/Q921.c 						command = "Check req";
command           764 src/isdn/Q921.c 						command = "Check resp";
command           767 src/isdn/Q921.c 						command = "Remove";
command           770 src/isdn/Q921.c 						command = "Assign";
command           773 src/isdn/Q921.c 						command = "Denied";
command           777 src/isdn/Q921.c 							 pmes[3], type, pmes[6], command, (int)((pmes[4] << 8) | pmes[5]), pmes[7] >> 1);