Can you run with debug=3 in kamailio.cfg and look in syslog for the messages printed by mi_fifo module? Are there any? If yes, send them to mailing list.

Daniel

On 12/08/14 11:21, Yuriy Gorlichenko wrote:
Kamailio running perfectly. No error messages. Errors only with kamctl (kamcmd) 


2014-08-12 13:18 GMT+04:00 Daniel-Constantin Mierla <miconda@gmail.com>:
Was Kamailio running at that time? Any error message in syslog file?

Cheers,
Daniel


On 11/08/14 23:46, Yuriy Gorlichenko wrote:
modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")  in your kamailio.cfg -It exisits

But  /tmp/kamailo_fifo not found

I created it by myself (for test) through mkfifo
Then kamctl dispatcher reload started but not exit from itself (not reliease at input string at server)


2014-08-12 1:29 GMT+04:00 Narsay, Deep <deep.narsay@mezocliq.com>:
As the error says, make sure you have 

modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")  in your kamailio.cfg?

If yes, check if the FIFO is really present in /tmp.   ( file /tmp/kamailio_fifo ).

I believe adding FIFOPATH="/tmp/kamailio_fifo" to kamctlrc is optional, since it is the default path.

- Deep N




On Mon, Aug 11, 2014 at 5:16 PM, Yuriy Gorlichenko <ovoshlook@gmail.com> wrote:
Hello I try to use kamctl dispatcher reload cmd but in gives me an error
kamctl dispatcher reload
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.

when i try to user kamcmd dispather.reload it gives me:

ERROR: connect_unix_sock: connect(/tmp/kamailio_ctl): No such file or directory 

At kamailio.cfg I defined modparams for ctl.so and enables ctl.so module too

modparam("ctl", "mode", 0600)
modparam("ctl", "user", "root")
modparam("ctl", "fifo", "fifo:/tmp/kamailio_fifo")
modparam("ctl", "fifo", "/tmp/kamailio_fifo2")
modparam("ctl", "fifo", "udp:*:2050")              # fifo protocol over udp
modparam("ctl", "fifo", "tcp:*:2050")              # fifo over tcp


At the kamctlrc I defined
FIFOPATH="/tmp/kamailio_fifo"

So I can not understand what is wrong with my FIFO file?

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users



_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users




_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Next Kamailio Advanced Trainings 2014 - http://www.asipto.com
Sep 22-25, Berlin, Germany ::: Oct 15-17, San Francisco, USA

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users



-- 
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Next Kamailio Advanced Trainings 2014 - http://www.asipto.com
Sep 22-25, Berlin, Germany ::: Oct 15-17, San Francisco, USA