| 1102 | return gConfig.getBool("SIP.DTMF.RFC2833"); |
| 1103 | } |
| 1104 | static bool supportRFC2976() { |
| 1105 | // Unfortunately the config option was originall misnamed, so test for both. |
| 1106 | return gConfig.getBool("SIP.DTMF.RFC2976") || (gConfig.defines("SIP.DTMF.RFC2967") && gConfig.getBool("SIP.DTMF.RFC2967")); |
| 1107 | } |
| 1108 | |
| 1109 | MachineStatus InCallMachine::machineRunState(int state, const GSM::L3Message *l3msg, const SIP::DialogMessage *sipmsg) |
| 1110 | { |