| 4083 | |
| 4084 | |
| 4085 | static int |
| 4086 | start_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4087 | { |
| 4088 | return rtpe_function_call_simple(msg, OP_START_RECORDING, flags, NULL, NULL, spvar); |
| 4089 | } |
| 4090 | |
| 4091 | static int |
| 4092 | stop_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
nothing calls this directly
no test coverage detected