Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00042 #ifndef _ACC_MOD_H
00043 #define _ACC_MOD_H
00044
00045
00046 extern int report_cancels;
00047 extern int report_ack;
00048 extern int early_media;
00049 extern int failed_transaction_flag;
00050 extern unsigned short failed_filter[];
00051 extern int detect_direction;
00052 extern int acc_prepare_flag;
00053
00054 extern int log_facility;
00055 extern int log_level;
00056 extern int log_flag;
00057 extern int log_missed_flag;
00058
00059 extern int cdr_enable;
00060 extern int cdr_start_on_confirmed;
00061 extern int cdr_log_facility;
00062
00063 #ifdef RAD_ACC
00064 extern int radius_flag;
00065 extern int radius_missed_flag;
00066 extern void *rh;
00067 #endif
00068
00069 #ifdef DIAM_ACC
00070 #include "diam_tcp.h"
00071 extern rd_buf_t *rb;
00072 extern int diameter_flag;
00073 extern int diameter_missed_flag;
00074 #endif
00075
00076 #ifdef SQL_ACC
00077 extern int db_flag;
00078 extern int db_missed_flag;
00079
00080 extern str db_table_acc;
00081 extern str db_table_mc;
00082
00083 extern str acc_method_col;
00084 extern str acc_fromuri_col;
00085 extern str acc_fromtag_col;
00086 extern str acc_touri_col;
00087 extern str acc_totag_col;
00088 extern str acc_callid_col;
00089 extern str acc_cseqno_col;
00090 extern str acc_sipcode_col;
00091 extern str acc_sipreason_col;
00092 extern str acc_time_col;
00093 #endif
00094
00095
00096 #endif