From 4bae98240ea1c74ea147759e5eb3fb1c68402f9e Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 10 Jan 2019 05:54:57 +0000 Subject: [PATCH] add some flags --- kamailio/accounting-role.cfg | 6 +++--- kamailio/default.cfg | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/kamailio/accounting-role.cfg b/kamailio/accounting-role.cfg index 7c58cb5..fb1b916 100644 --- a/kamailio/accounting-role.cfg +++ b/kamailio/accounting-role.cfg @@ -1,8 +1,8 @@ ####### Flags ####### flags - FLAG_ACC: 8, - FLAG_ACCMISSED: 9, - FLAG_ACCFAILED: 10; + FLAG_ACC: 12, + FLAG_ACCMISSED: 13, + FLAG_ACCFAILED: 14; ######## Accounting module ######## loadmodule "acc.so" diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 1777d68..6118cf3 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -9,7 +9,10 @@ flags FLAG_TRUSTED_SOURCE: 5, FLAG_SESSION_PROGRESS: 6, FLAG_IS_REPLY: 7, - FLAG_SIP_TRACE: 8; + FLAG_SIP_TRACE: 8, + FLAG_AOR: 9, + FLAG_T38: 10, + FLAG_NAT: 11; ####### Global Parameters ######### fork = yes