Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-06 Thread Daniel-Constantin Mierla
Hello, perhaps -D 2 is what you are looking for. Cheers, Daniel On 05/08/14 21:35, Yuriy Gorlichenko wrote: With this key it starts, but I need very exotic thing. I need start only main process as foreground. Other processes must bee at the fork mode. I search analog implementation of patch t

Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Brandon Armstead
kamailio -D no -l eth0 -l eth1 -l eth2 Try this? On Tue, Aug 5, 2014 at 12:21 PM, Yuriy Gorlichenko wrote: > I Already use it. > As I see my problem about to run the main kamailio process in foreground > and fork child processes as usual. > > > 2014-08-05 23:18 GMT+04:00 Brandon Armstead : > >

Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Yuriy Gorlichenko
With this key it starts, but I need very exotic thing. I need start only main process as foreground. Other processes must bee at the fork mode. I search analog implementation of patch that was created at 2007) 2014-08-05 23:28 GMT+04:00 Brandon Armstead : > kamailio -D no -l eth0 -l eth1 -l eth2

Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Yuriy Gorlichenko
I Already use it. As I see my problem about to run the main kamailio process in foreground and fork child processes as usual. 2014-08-05 23:18 GMT+04:00 Brandon Armstead : > Yuriy, > > You can use the listen directive multiple times. > > listen=eth0 > listen=eth1 > > etc... > > > On Tue, Aug 5,

Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Brandon Armstead
Yuriy, You can use the listen directive multiple times. listen=eth0 listen=eth1 etc... On Tue, Aug 5, 2014 at 12:09 PM, Yuriy Gorlichenko wrote: > Hello. I Installed kamailio 4.1.4, when I starting my server I see > following Warning > > no fork mode and more than one listen address found (w

[SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Yuriy Gorlichenko
Hello. I Installed kamailio 4.1.4, when I starting my server I see following Warning no fork mode and more than one listen address found (will use only the first one) So I see only first listening port at my netstat At my kamailio.cfg file I write fork=yes? but it not helps me. I found the same