Browse Source

Move mqueue module loading to default.cfg

KAZOO-5650
Mark Magnusson 9 years ago
parent
commit
2486a040cf
3 changed files with 3 additions and 10 deletions
  1. +3
    -0
      kamailio/default.cfg
  2. +0
    -5
      kamailio/nodes-role.cfg
  3. +0
    -5
      kamailio/presence_notify_sync-role.cfg

+ 3
- 0
kamailio/default.cfg View File

@ -87,6 +87,9 @@ dns_srv_lb = off
####### SCTP Parameters #########
disable_sctp = yes
######## Kamailio mqueue module ########
loadmodule "mqueue.so"
######## Kamailio outbound module ########
loadmodule "outbound.so"


+ 0
- 5
kamailio/nodes-role.cfg View File

@ -21,11 +21,6 @@ modparam("timer", "declare_timer", "NODE_TRACK_TIMER=NODE_TRACK_ROUTE,500,fast,e
modparam("timer", "declare_timer", "NODE_HEARTBEAT_TIMER=NODE_HEARTBEAT_ROUTE,500,fast,enable");
####### MQUEUE module ##########
#!ifndef MQUEUE_LOADED
loadmodule "mqueue.so"
#!trydef MQUEUE_LOADED
#!endif
modparam("mqueue","mqueue", "name=node_track")
modparam("mqueue","mqueue", "name=node_heartbeat")


+ 0
- 5
kamailio/presence_notify_sync-role.cfg View File

@ -33,11 +33,6 @@ route[PRESENCE_LOCAL_NOTIFY]
}
}
####### MQUEUE module ##########
#!ifndef MQUEUE_LOADED
loadmodule "mqueue.so"
#!trydef MQUEUE_LOADED
#!endif
modparam("mqueue","mqueue", "name=presence_last_notity")
#!ifndef TIMER_LOADED


Loading…
Cancel
Save