[Asterisk-Users] re: call "load balancing"

Joseph syscon at interbaun.com
Wed Aug 10 17:14:06 MST 2005


On Wed, 2005-08-10 at 09:11 -0700, 1 2 wrote:
> 
> I run asterisk with the -p option instead of messing with nice levels
> and it seems to make an
> improvement.
> 

If asterisk starts from the script how to append "-p" option.

This is command from the script that starts asterisk:
start-stop-daemon --start --exec /usr/sbin/asterisk \
                        ${OPTS} -- ${ASTERISK_OPTS}

adding "-p" doesn't work:
start-stop-daemon --start --exec /usr/sbin/asterisk -p \
                        ${OPTS} -- ${ASTERISK_OPTS}

-- 
#Joseph



More information about the asterisk-users mailing list