search for: __asterisk_varrun_dir__

Displaying 2 results from an estimated 2 matches for "__asterisk_varrun_dir__".

2010 Jan 25
1
ASTSBINDIR not being picked up by safe_asterisk
...had this problem before and even when I move to back versions I have the issue. I did upgrade safe_asterisk and the init.d scripts a version or so ago but even when I try older ones I still have the problem. When I hard code the location things seem to work. The problem that occurs is: cat: __ASTERISK_VARRUN_DIR__/asterisk.pid: No such file or directory Automatically restarting Asterisk. But I think this is just a side effect of not finding asterisk in the /usr/sbin directory in the first place. Anyone run across this or have an idea what might have happened? I don't know if it was a Redhat update i...
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...sterisk /usr/sbin/rasterisk /usr/bin/install -c -m 755 contrib/scripts/astgenkey /usr/sbin/ /usr/bin/install -c -m 755 contrib/scripts/autosupport /usr/sbin/ if [ ! -f /usr/sbin/safe_asterisk ]; then \ cat contrib/scripts/safe_asterisk | sed 's|__ASTERISK_SBIN_DIR__|/usr/sbin|;s|__ASTERISK_VARRUN_DIR__|/var/run|;' > /usr/sbin/safe_asterisk ;\ chmod 755 /usr/sbin/safe_asterisk;\ fi /usr/bin/install -c -d /usr/include/asterisk /usr/bin/install -c -m 644 include/asterisk.h /usr/include /usr/bin/install -c -m 644 include/asterisk/*.h /usr/include/asterisk if [ -n "...