vinod wrote:
ERROR: Error opening Kamailio's FIFO /tmp/kamailio_fifo
ERROR: Make sure you have the line 'modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")' in your config
ERROR: and also have loaded the mi_fifo module.
What's Happening!!
Exactly this:
1. Make sure you have the line 'modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo") in your config.
2. Make sure you have loaded the mi_fifo module.
You know, it's one of those non-magical error messages. The kind you can understand just by... reading it.