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/modules/kazoo/const.h

56 lines
1.2 KiB

/*
* const.h
*
* Created on: Jul 15, 2014
* Author: root
*/
#ifndef DBK_CONST_H_
#define DBK_CONST_H_
#include "../../str.h"
extern str str_event_message_summary;
extern str str_event_dialog;
extern str str_event_presence;
extern str kz_app_name;
extern str str_username_col;
extern str str_domain_col;
extern str str_body_col;
extern str str_expires_col;
extern str str_received_time_col;
extern str str_presentity_uri_col;
extern str str_priority_col;
extern str str_event_col;
extern str str_contact_col;
extern str str_callid_col;
extern str str_from_tag_col;
extern str str_to_tag_col;
extern str str_etag_col;
extern str str_sender_col;
extern str str_presence_note_busy;
extern str str_presence_note_otp;
extern str str_presence_note_idle;
extern str str_presence_note_offline;
extern str str_presence_act_busy;
extern str str_presence_act_otp;
extern str str_presence_status_offline;
extern str str_presence_status_online;
extern str str_null_string;
extern char kz_json_escape_char;
extern int dbk_use_federated_exchange;
extern str dbk_federated_exchange;
extern str dbk_primary_zone_name;
extern int dbk_use_hearbeats;
extern int kz_cmd_pipe;
extern int kz_server_counter;
extern int kz_zone_counter;
#endif /* DBK_CONST_H_ */