Skip to content

Commit

Permalink
kamailio.cfg: replaced mi_fifo with jsonrpcs in the default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 19, 2016
1 parent 813507b commit dc5a9e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions etc/kamailio.cfg
Expand Up @@ -221,7 +221,7 @@ voicemail.srv_port = "5060" desc "VoiceMail Port"
loadmodule "db_mysql.so"
#!endif

loadmodule "mi_fifo.so"
loadmodule "jsonrpcs.so"
loadmodule "kex.so"
loadmodule "corex.so"
loadmodule "tm.so"
Expand Down Expand Up @@ -291,9 +291,11 @@ loadmodule "debugger.so"
# ----------------- setting module-specific parameters ---------------


# ----- mi_fifo params -----
/* set the path to MI fifo control file */
# modparam("mi_fifo", "fifo_name", "/var/run/kamailio/kamailio_fifo")
# ----- jsonrpcs params -----
/* set the path to RPC fifo control file */
# modparam("jsonrpcs", "fifo_name", "/var/run/kamailio/kamailio_rpc.fifo")
/* set the path to RPC unix socket control file */
# modparam("jsonrpcs", "dgram_socket", "/var/run/kamailio/kamailio_rpc.sock")

# ----- ctl params -----
/* set the path to RPC unix socket control file */
Expand Down

0 comments on commit dc5a9e9

Please sign in to comment.