| 4095 | } |
| 4096 | |
| 4097 | static int |
| 4098 | pause_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4099 | { |
| 4100 | return rtpe_function_call_simple(msg, OP_PAUSE_RECORDING, flags, NULL, NULL, spvar); |
| 4101 | } |
| 4102 | |
| 4103 | /** |
| 4104 | * Gets the rtp stats and tries to store them in a context, if that's possible |
nothing calls this directly
no test coverage detected