| 82 | } |
| 83 | |
| 84 | bool deadcall::process_twinSippCom(char * msg) |
| 85 | { |
| 86 | CStat::globalStat(CStat::E_DEAD_CALL_MSGS); |
| 87 | TRACE_MSG("Received twin message for dead (%s) call %s:%s\n", reason, id, msg); |
| 88 | return true; |
| 89 | } |
| 90 | |
| 91 | bool deadcall::run() |
| 92 | { |
nothing calls this directly
no test coverage detected