Skip to content

Commit

Permalink
seas: docs - removed mi_fifo from examples
Browse files Browse the repository at this point in the history
(cherry picked from commit 31b710b)
  • Loading branch information
miconda authored and henningw committed Jan 22, 2020
1 parent c349376 commit 7f66bb3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/modules/seas/doc/seas_admin.xml
Expand Up @@ -698,9 +698,7 @@ loadmodule "/usr/local/lib/kamailio/modules/usrloc.so"
loadmodule "/usr/local/lib/kamailio/modules/registrar.so"
loadmodule "/usr/local/lib/kamailio/modules/textops.so"
loadmodule "/usr/local/lib/kamailio/modules/seas.so"
loadmodule "/usr/local/lib/kamailio/modules/mi_fifo.so"

modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo")
modparam("usrloc", "db_mode", 0)
modparam("rr", "enable_full_lr", 1)
modparam("seas", "listen_sockets", "127.0.0.1:5080");
Expand Down Expand Up @@ -759,16 +757,14 @@ port=5060
children=4

reply_to_via=1
listen = tcp:localhost:5060
listen = udp:localhost:5060
listen = tcp:localhost:5060
listen = udp:localhost:5060

mpath="/home/elias/src/sipservlet/seas"

loadmodule "modules/tm/tm.so"
loadmodule "modules/seas/seas.so"
loadmodule "modules/mi_fifo/mi_fifo.so"

modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo")
modparam("seas", "listen_sockets","127.0.0.1:5080")

route{
Expand Down

0 comments on commit 7f66bb3

Please sign in to comment.