Hello,
When I using " kamctl ul show "openser" " , I got the error :
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!!
Thanks in advance,
Vinod
El Miércoles, 17 de Junio de 2009, vinod escribió:
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.
Can you at least confirm if you have set what the above three lines say?
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.