MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / supportRFC2976

Function supportRFC2976

Control/L3CallControl.cpp:1104–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102 return gConfig.getBool("SIP.DTMF.RFC2833");
1103}
1104static 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
1109MachineStatus InCallMachine::machineRunState(int state, const GSM::L3Message *l3msg, const SIP::DialogMessage *sipmsg)
1110{

Callers 1

machineRunStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected