aboutsummaryrefslogtreecommitdiffstats
path: root/config/asterisk/asterisk.inc
Commit message (Collapse)AuthorAgeFilesLines
* Do not restart asterisk on bootdoktornotor2015-11-211-2/+20
|
* Remove useless asterisk_deinstall() functiondoktornotor2015-08-251-5/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* asterisk - code style cleanupdoktornotor2015-08-181-147/+139
| | | | | | | - Fix copyright header - Code style and indentation fixes - Rename the rc script to asterisk.sh; use write_rcfile() to create the script, instead of the messy preg_replace() stuff. This also should hopefully fix Bug #4717 for some users. - Use stop_service()/restart_service() instead of calling the script via exec() - Stop the service and actually remove the rc script on uninstall, instead of making it non-executable
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-221-1/+1
|
* asterisk -more preg_match fixesMarcello Coutinho2013-09-301-5/+5
|
* asterisk - fix preg_match and directory linksMarcello Coutinho2013-09-301-20/+19
|
* asterisk - fix startup, config changes on 2.1 and replace system calls to ↵Marcello Coutinho2013-09-301-289/+292
| | | | | | native php functions add shortcut functions to package
* Remove CRLF from asterisk.incRenato Botelho2013-09-271-425/+425
|
* Update asterisk.incnagyrobi2013-09-231-379/+425
| | | Here again with newlines fixed
* Try again to correct newlinesjim-p2013-09-231-0/+1
|
* Fix newlines. Please use autocrlfjim-p2013-09-211-378/+378
|
* Update asterisk.incnagyrobi2013-09-211-2/+7
| | | Add config move routine for non-pbi install; prepare a backup file to restore Asterisk's settings to factory defaults later.
* Update asterisk.incnagyrobi2013-09-201-367/+373
| | | Updated configuration mover, a couple of new modules not loaded by default, SIP bindig to LAN interface by default to have correctly running system after first installation .
* Fix newlinesjim-p2013-09-201-367/+367
|
* Update asterisk.incnagyrobi2013-09-191-24/+22
| | | Gosh I found some dumb syntax errors. Plus optimized a bit more.
* Update asterisk.incnagyrobi2013-09-191-1/+19
| | | for NanoBSD compatibility, move the /etc/asterisk configuration directory to /conf, and symlink it back. /conf/asterisk is also required by asterisk_edit_file.php.
* Update asterisk.incnagyrobi2013-09-191-93/+351
| | | Setup to make the Asterisk installation work straight out of the box, without generating any errors. A SIP configuration example is included.
* Fix newlines (autocrlf is your friend)jim-p2012-03-211-93/+93
|
* asterisk - fix menu call and regex patternsMarcello Coutinho2012-03-161-2/+2
|
* asterisk - first relase of asterisk package for pfsenseMarcello Coutinho2012-03-141-0/+93