[SR-Users] kamctl not creates /tmp/kamailio_fifo file

Yuriy Gorlichenko ovoshlook at gmail.com
Mon Aug 11 23:46:22 CEST 2014


*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 at 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 at 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 at 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 at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20140812/60bceb62/attachment.html>


More information about the sr-users mailing list