destar

Langue: en

Version: Fri, 29 Apr 2005 11:39:41 +0200 (debian - 07/07/09)

Section: 8 (Commandes administrateur)

NAME

destar - Asterisk management interface

SYNOPSIS

destar [-d|--daemonize] [-p|--pid=PIDFILE] [-r|--port=PORT]

destar -b|--backend

destar -h|--help

destar -v|--version

DESCRIPTION

destar is a web-based interface for configuring and controlling Asterisk(8). It will also use the Flash-Operator Panel (op-panel(8)), if installed.

OPTIONS

-d --daemonize
Run as daemon: fork into background, and redirect standard output and standard error to /var/log/asterisk/destar.log and /var/log/asterisk/destar.log respectively.

-b --backend

Run in backend mode, reading destar data file /etc/asterisk/destar_cfg.py
 and creating Asterisk configuration files without starting the web interface.

-v --version

Print version information and exit

-p --pid PIDFILE

When running as daemon, write the pid of the process to PIDFILE instead of the default /var/run/destar.pid

-r --port PORT

Run on specified PORT instead of the default 8080

-h --help Print help text and exit.

ENVIRONMENT

CONFIGLETS_DIR
The directory where all the configlets reside. Set by the wrapper script to /usr/share/destar/python , unless already set in the environment.

STATICPAGES_DIR

The directory where the CSS stylesheet and images reside. Set by the wrapper script to /usr/share/destar/static , unless already set in the environment.

FILES

/usr/share/destar/static
The static pages (the CSS files, images etc).

/var/run/destar.pid

Default location for the PID file. Only applicable in daemon mode.

/var/log/asterisk/destar.log

Standard output of daemon when in daemon mode.

/var/log/asterisk/destar.err

Standard error of daemon when in daemon mode.

/etc/asterisk/destar_cfg.py

Destar data file. Can be writen manually and applied using the -b option

SEE ALSO

asterisk(8), op-panel(8)

AUTHOR

destar was written by Holger Schurig.

This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com>.