Hi everybody,
the old fifo implementation (from core) was removed and replaced by the
MI FIFO module. See
http://www.openser.org/docs/modules/1.2.x/mi_fifo.html
why? See:
http://www.openser.org/pipermail/users/2006-December/008154.html
To maintain the previous FIFO behaviour, you just have to:
1) remove "fifo=/tmp/openser_fifo" from your config
2) load the mi_fifo module
3) configure modparam("mi_fifo", "fifo_name",
"/tmp/openser_fifo")
that's all :)
for an working example, see the default openser.cfg which was already
updated:
http://openser.cvs.sourceforge.net/openser/sip-server/etc/openser.cfg?revis…
regards,
bogdan