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.
kamailio/lib/presence/utils.h

11 lines
237 B

#ifdef SER
#include <cds/sstr.h>
#include "parser/msg_parser.h"
#include <cds/memory.h>
/* if set uri_only it extracts only uri, not full Contact header */
int extract_server_contact(struct sip_msg *m, str *dst, int uri_only);
#endif