cmd 1857 mod_freetdm/mod_freetdm.c char *cmd; cmd 1858 mod_freetdm/mod_freetdm.c cmd = switch_mprintf("three_way::%s", ftdm_channel_get_token(sigmsg->channel, 0)); cmd 1860 mod_freetdm/mod_freetdm.c cycle_foreground(sigmsg->channel, 1, cmd); cmd 1861 mod_freetdm/mod_freetdm.c free(cmd); cmd 3618 mod_freetdm/mod_freetdm.c if (!zstr(cmd) && (mycmd = strdup(cmd))) { cmd 4009 mod_freetdm/mod_freetdm.c char *rply = ftdm_api_execute(cmd); cmd 3790 src/ftdm_io.c static char *handle_core_command(const char *cmd) cmd 3803 src/ftdm_io.c if (cmd) { cmd 3804 src/ftdm_io.c mycmd = ftdm_strdup(cmd); cmd 3842 src/ftdm_io.c FT_DECLARE(char *) ftdm_api_execute(const char *cmd) cmd 3849 src/ftdm_io.c dup = ftdm_strdup(cmd); cmd 3852 src/ftdm_io.c cmd = p; cmd 3858 src/ftdm_io.c return handle_core_command(cmd); cmd 3874 src/ftdm_io.c status = fio->api(&stream, cmd); cmd 1978 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static int sigmod_ss7box_isup_exec_cmd(ftdm_stream_handle_t *stream, char *cmd) cmd 1984 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c fp = popen(cmd, "r"); cmd 1987 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c __FILE__,cmd); cmd 224 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c int sangomabc_exec_command(sangomabc_connection_t *mcon, int span, int chan, int id, int cmd, int cause, int flags) cmd 231 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c if (boost_full_event(cmd)) { cmd 232 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c sangomabc_event_init((void *)&fevent, cmd, chan, span); cmd 235 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c sangomabc_event_init(&sevent, cmd, chan, span); cmd 241 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c if (cmd == SIGBOOST_EVENT_SYSTEM_RESTART || cmd == SIGBOOST_EVENT_SYSTEM_RESTART_ACK) { cmd 266 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c int sangomabc_exec_commandp(sangomabc_connection_t *pcon, int span, int chan, int id, int cmd, int cause) cmd 271 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c sangomabc_event_init(&oevent, cmd, chan, span); cmd 145 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h int sangomabc_exec_command(sangomabc_connection_t *mcon, int span, int chan, int id, int cmd, int cause, int flags); cmd 146 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h int sangomabc_exec_commandp(sangomabc_connection_t *pcon, int span, int chan, int id, int cmd, int cause); cmd 186 src/ftmod/ftmod_sangoma_boost/sangoma_boost_interface.h #define BOOST_API_ARGS (ftdm_stream_handle_t *stream, char *cmd) cmd 104 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c uint8_t sapi, cr, ea, tei, ns, nr, pf, p, cmd; cmd 152 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c cmd = (uint8_t)((data[i]>>2) & 0x03); cmd 153 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c str_len+= sprintf(&str[str_len], " cmd: %s\n", get_code_2_str(cmd, dcodQ921SupervisoryCmdTable)); cmd 160 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c cmd = (uint8_t)((data[i]>>2) & 0x03); cmd 161 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c cmd |= (uint8_t)((data[i]>>5) & 0x07); cmd 163 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c str_len+= sprintf(&str[str_len], " cmd: %s\n", get_code_2_str(cmd, dcodQ921UnnumberedCmdTable)); cmd 310 src/ftmod/ftmod_wanpipe/wanpipe_tdm_api_iface.h unsigned int cmd; cmd 1174 src/include/freetdm.h FT_DECLARE(char *) ftdm_api_execute(const char *cmd); cmd 264 src/include/private/libteletone_generate.h TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cmd); cmd 273 src/libteletone_generate.c TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cmd) cmd 278 src/libteletone_generate.c if (!cmd) { cmd 283 src/libteletone_generate.c if (!(data = ftdm_strdup(cmd))) { cmd 145 src/m3ua_client.c int m3uac_exec_command(m3uac_connection_t *mcon, int span, int chan, int id, int cmd, int cause) cmd 150 src/m3ua_client.c m3uac_event_init(&oevent, cmd, chan, span); cmd 153 src/m3ua_client.c if (cmd == SIGBOOST_EVENT_SYSTEM_RESTART) { cmd 150 src/m3ua_client.h int m3uac_exec_command(m3uac_connection_t *mcon, int span, int chan, int id, int cmd, int cause);