aboutsummaryrefslogtreecommitdiffstats
path: root/config/asterisk
Commit message (Collapse)AuthorAgeFilesLines
* Do not restart asterisk on bootdoktornotor2015-11-211-2/+20
|
* asterisk - revert add privileges configurationdoktornotor2015-09-271-4/+0
| | | Already being done in individual PHP files
* asterisk - revert add privileges configurationdoktornotor2015-09-271-41/+0
| | | Already being done in individual PHP files
* asterisk - add privileges configurationdoktornotor2015-09-271-1/+5
|
* asterisk - add privileges configurationdoktornotor2015-09-271-0/+41
|
* Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* Remove useless asterisk_deinstall() functiondoktornotor2015-08-251-5/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* EOL at EOFdoktornotor2015-08-181-1/+1
|
* asterisk - code style cleanupdoktornotor2015-08-181-62/+48
| | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation
* asterisk - code style cleanupdoktornotor2015-08-181-213/+212
| | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation
* asterisk - code style cleanupdoktornotor2015-08-181-4/+4
| | | A couple of missed XHTML fixes.
* asterisk - code style cleanupdoktornotor2015-08-181-67/+65
| | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation fixes
* asterisk - code style cleanupdoktornotor2015-08-181-95/+86
| | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation fixes - Improve cache handling
* 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
* asterisk - code style cleanupdoktornotor2015-08-181-51/+36
| | | | | | - Fix copyright header - Fix file permissions - Remove unused tags - Rename the rc script to match pretty much any other package out there
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-221-1/+1
|
* Fixup URLs:Renato Botelho2014-03-181-6/+6
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* 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-307-291/+313
| | | | | | native php functions add shortcut functions to package
* Update asterisk_log.phpnagyrobi2013-09-281-1/+1
| | | Fixed missing paranthesis.
* Remove CRLF from asterisk.incRenato Botelho2013-09-271-425/+425
|
* Merge branch 'patch-23' of https://github.com/nagyrobi/pfsense-packagesRenato Botelho2013-09-271-379/+425
|\
| * Update asterisk.incnagyrobi2013-09-231-379/+425
| | | | | | Here again with newlines fixed
* | Merge pull request #510 from nagyrobi/patch-19Renato Botelho2013-09-271-2/+2
|\ \ | | | | | | Update asterisk.xml
| * | Update asterisk.xmlnagyrobi2013-09-231-2/+2
| | | | | | | | | A resync should not do things twice anymore + version bump.
* | | Merge pull request #509 from nagyrobi/patch-18Renato Botelho2013-09-271-3/+11
|\ \ \ | | | | | | | | Update asterisk_calls.php
| * | | Update asterisk_calls.phpnagyrobi2013-09-231-3/+11
| |/ / | | | | | | Trim and Clear should give an infobox now, + chmod and chown correctly set.
* | | Merge pull request #508 from nagyrobi/patch-17Renato Botelho2013-09-271-4/+4
|\ \ \ | | | | | | | | Update asterisk_cmd.php
| * | | Update asterisk_cmd.phpnagyrobi2013-09-231-4/+4
| |/ / | | | | | | Added input field to type in any desired command to manage Asterisk.
* | | Merge pull request #507 from nagyrobi/patch-16Renato Botelho2013-09-271-7/+83
|\ \ \ | | | | | | | | Update asterisk_edit_file.php
| * | | Update asterisk_edit_file.phpnagyrobi2013-09-231-7/+83
| |/ / | | | | | | Added factory settings restore, dist directory delete options protected with checkboxes.
* | | Merge pull request #506 from nagyrobi/patch-15Renato Botelho2013-09-271-11/+20
|\ \ \ | |_|/ |/| | Update asterisk_log.php
| * | Update asterisk_log.phpnagyrobi2013-09-231-11/+20
| |/ | | | | Log path restored to default, on every architecture; trim and clear should return an infobox now.
* / 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.
* Merge pull request #502 from nagyrobi/patch-12Marcello Coutinho2013-09-201-1/+1
|\ | | | | Update asterisk.xml
| * Update asterisk.xmlnagyrobi2013-09-201-1/+1
| | | | | | Function sync_package_asterisk(); is called twice when installing (also from asterisk_install();) this makes several edits in the startup and config files twice. Commented it out for now here.
* | 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.
* Merge pull request #496 from nagyrobi/patch-6Marcello Coutinho2013-09-191-2/+2
|\ | | | | Update asterisk.xml
| * Update asterisk.xmlnagyrobi2013-09-191-2/+2
| | | | | | Bump the version number.
* | Merge pull request #490 from nagyrobi/patch-1Marcello Coutinho2013-09-191-8/+136
|\ \ | | | | | | Update asterisk_edit_file.php
| * | Update asterisk_edit_file.phpnagyrobi2013-09-191-8/+136
| |/ | | | | | | Update to be compatible with 2.1-RELEASE, NanoBSD. Added complete Asterisk config backup and restore options.
* | Merge pull request #491 from nagyrobi/patch-2Marcello Coutinho2013-09-191-20/+23
|\ \ | | | | | | Update asterisk_calls.php
| * | Update asterisk_calls.phpnagyrobi2013-09-191-20/+23
| |/ | | | | Added utf8_decode to the cells of the From column of the table, as Asterisk saves these names in UTF-8 encoding.
* | Merge pull request #492 from nagyrobi/patch-3Marcello Coutinho2013-09-191-5/+11
|\ \ | | | | | | Update asterisk_log.php