| 1081 | } |
| 1082 | |
| 1083 | void startInboundHandoverMachine(TranEntry *tran) |
| 1084 | { |
| 1085 | InboundHandoverMachine *ihm = new InboundHandoverMachine(tran); |
| 1086 | tran->lockAndStart(ihm); |
| 1087 | } |
| 1088 | |
| 1089 | |
| 1090 | void InCallMachine::acknowledgeDtmf() |
no test coverage detected