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/obsolete/presence_b2b/qsa_events.h

15 lines
317 B

#ifndef __QSA_EVETNS_H
#define __QSA_EVETNS_H
#include "../../str.h"
int events_qsa_interface_init(int _handle_presence_subscriptions);
void events_qsa_interface_destroy();
/* default route for Events: presence */
extern str presence_route;
extern str presence_outbound_proxy;
extern str presence_headers;
#endif