#include <stdio.h>#include <fcntl.h>#include <srllib.h>#include <dxxxlib.h>#include <dtilib.h>#include <sctools.h>Go to the source code of this file.
Functions | |
| int | getArgs (int argc, char **argv) |
| int | init () |
| int | main (int argc, char **argv) |
Variables | |
| char * | dxDev = NULL |
| char * | msiDev = NULL |
| int | dx |
| int | msi |
| long | dxTsNum |
| long | msiTsNum |
| SC_TSINFO | dxTs |
| SC_TSINFO | msiTs |
| long | tsBits |
| char * | dtmf = NULL |
| int | dtmfIndex = 0 |
| DV_DIGIT | digitBuf |
| int | digits = -1 |
| DV_TPT | tpt = {IO_EOT, DX_MAXDTMF, 1, TF_MAXDTMF} |
|
||||||||||||
|
Definition at line 66 of file dtmf_state_machine.c. |
|
|
Definition at line 97 of file dtmf_state_machine.c. References dx, dxDev, dxTs, dxTsNum, msi, msiDev, msiTs, and msiTsNum. Referenced by Java_net_threebit_jvr_ag_getxmitslot(), Java_net_threebit_jvr_dt_getxmitslot(), Java_net_threebit_jvr_dx_bldtngen(), Java_net_threebit_jvr_dx_getxmitslot(), Java_net_threebit_jvr_gc_GetCTInfo(), Java_net_threebit_jvr_gc_GetXmitSlot(), Java_net_threebit_jvr_ms_getxmitslot(), jvr_convert_sctsinfo_n2j(), and main(). |
|
||||||||||||
|
Definition at line 133 of file dtmf_state_machine.c. References digitBuf, digits, dtmf, dtmfIndex, dx, getArgs(), init(), msi, and tpt. |
|
|
Definition at line 57 of file dtmf_state_machine.c. Referenced by main(). |
|
|
Definition at line 58 of file dtmf_state_machine.c. Referenced by Java_net_threebit_jvr_DV_1DIGIT_getDigits(), Java_net_threebit_jvr_dx_getdig(), and main(). |
|
|
Definition at line 51 of file dtmf_state_machine.c. |
|
|
Definition at line 54 of file dtmf_state_machine.c. Referenced by main(). |
|
|
Definition at line 38 of file dtmf_state_machine.c. Referenced by close(), init(), main(), and processEvents(). |
|
|
|
Definition at line 44 of file dtmf_state_machine.c. Referenced by init(). |
|
|
Definition at line 42 of file dtmf_state_machine.c. Referenced by init(). |
|
|
Definition at line 39 of file dtmf_state_machine.c. Referenced by init(), main(), and net::threebit::jvr::test::dxTests::HideThese::test7_tones(). |
|
|
Definition at line 35 of file dtmf_state_machine.c. |
|
|
Definition at line 45 of file dtmf_state_machine.c. Referenced by init(). |
|
|
Definition at line 43 of file dtmf_state_machine.c. Referenced by init(). |
|
|
|
Definition at line 48 of file dtmf_state_machine.c. Referenced by onhook(), printSigBits(), and sigbit(). |
1.3.5