Rasterisk information

Hi! I am able see a command is running called rasterisk rvvvvvvv and when I clecked for the binaries are located at /usr/sbin/rasterisk. I am suspicious about this command. Please help me.

main/asterisk.c: /* if the progname is rasterisk consider it a remote console */

It will be an alias of /usr/sbin/asterisk, which will be treated as having the -r option specified.

Also, and more likely to be your case:

        /* For remote connections, change the name of the remote connection.
         * We do this for the benefit of init scripts (which need to know if/whe
n
         * the main asterisk process has died yet). */

Just to be pedantic…

It will be a ‘symbolic link’ of /usr/sbin/asterisk, which will be treated as having the -r option specified.

-pbx10::sedwards:~$ file /usr/sbin/rasterisk
/usr/sbin//rasterisk: symbolic link to asterisk

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.