command 2753 src/ftdm_io.c FT_DECLARE(ftdm_status_t) ftdm_channel_command(ftdm_channel_t *ftdmchan, ftdm_command_t command, void *obj) command 2762 src/ftdm_io.c switch(command) { command 3217 src/ftdm_io.c if (!ftdmchan->fio->command) { command 3223 src/ftdm_io.c status = ftdmchan->fio->command(ftdmchan, command, obj); command 3226 src/ftdm_io.c snprintf(ftdmchan->last_error, sizeof(ftdmchan->last_error), "I/O command %d not implemented in backend", command); command 3227 src/ftdm_io.c ftdm_log(FTDM_LOG_ERROR, "I/O backend does not support command %d!\n", 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 570 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c switch(command) { command 802 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c ftdm_log_chan(ftdmchan, FTDM_LOG_ERROR, "Wanpipe failed to execute command %d: %s\n", command, strerror(myerrno)); command 1551 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c wanpipe_interface.command = wanpipe_command; command 697 src/ftmod/ftmod_zt/ftmod_zt.c switch(command) { command 726 src/ftmod/ftmod_zt/ftmod_zt.c int command = ZT_OFFHOOK; command 727 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_ONHOOK; command 737 src/ftmod/ftmod_zt/ftmod_zt.c if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) { command 746 src/ftmod/ftmod_zt/ftmod_zt.c int command = ZT_FLASH; command 747 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_WINK; command 756 src/ftmod/ftmod_zt/ftmod_zt.c if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) { command 764 src/ftmod/ftmod_zt/ftmod_zt.c int command = ZT_RING; command 765 src/ftmod/ftmod_zt/ftmod_zt.c if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) { command 774 src/ftmod/ftmod_zt/ftmod_zt.c int command = ZT_RINGOFF; command 775 src/ftmod/ftmod_zt/ftmod_zt.c if (ioctl(ftdmchan->sockfd, codes.HOOK, &command)) { command 1300 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 690 src/include/freetdm.h #define FIO_COMMAND_ARGS (ftdm_channel_t *ftdmchan, ftdm_command_t command, void *obj) command 794 src/include/freetdm.h fio_command_t command; /*!< Execute an I/O command on the channel */ command 1288 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);