You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/include/cdr.h

15 lines
257 B

#ifndef CDR_H_
#define CDR_H_
#include "helpers.h"
#include "types.h"
enum tag_type;
enum call_opmode;
const char *get_tag_type_text(enum tag_type t);
const char *get_opmode_text(enum call_opmode);
void cdr_update_entry(call_t * c);
#endif /* CDR_H_ */