Browse Source

fix syntax errors

3.20
karl anderson 11 years ago
parent
commit
222697022e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/default.cfg

+ 2
- 2
kamailio/default.cfg View File

@ -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


Loading…
Cancel
Save