From 222697022e902c23b2e5fada8ed8a7ba33c458a9 Mon Sep 17 00:00:00 2001 From: karl anderson Date: Tue, 21 Apr 2015 16:29:22 -0400 Subject: [PATCH] fix syntax errors --- kamailio/default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 9e4cf54..c2fd179 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -7,7 +7,7 @@ flags FLAG_SKIP_NAT_CORRECTION: 3, FLAG_ASSOCIATE_USER: 4, FLAG_TRUSTED_SOURCE: 5, - FLAG_SESSION_PROGRESS: 6; + FLAG_SESSION_PROGRESS: 6, FLAG_IS_REPLY: 7; ####### Global Parameters ######### @@ -204,7 +204,7 @@ include_file "acl-role.cfg" #!endif #!ifdef RATE_LIMITER-ROLE include_file "rate-limiter-role.cfg" -#endif +#!endif #!ifdef PUSHER-ROLE include_file "pusher-role.cfg" #!endif