Browse Source

added the default debian path for kamailio modules to kamailio's default.cfg mpath= var (#105)

4.0 4.0.1
Joe Black 9 years ago
committed by karl anderson
parent
commit
0f5c8c27a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -81,7 +81,7 @@ dns_srv_lb = off
disable_sctp = yes
####### Modules Section ########
mpath="/usr/lib64/kamailio/modules/"
mpath="/usr/lib64/kamailio/modules/:/usr/lib/x86_64-linux-gnu/kamailio/modules/"
######## Kamailio stun module ########
loadmodule "stun.so"


Loading…
Cancel
Save