| 4089 | } |
| 4090 | |
| 4091 | static int |
| 4092 | stop_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4093 | { |
| 4094 | return rtpe_function_call_simple(msg, OP_STOP_RECORDING, flags, NULL, NULL, spvar); |
| 4095 | } |
| 4096 | |
| 4097 | static int |
| 4098 | pause_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
nothing calls this directly
no test coverage detected