aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2008-11-15major update to doxygen configuration file:kpfleming1-77/+156
1) update to doxygen 1.5.x style file, as used in trunk 2) tell doxygen where are header files are, so include-file processing can be done 3) make all macros that are used to define variables/functions be expanded, so that doxygen will properly document the resulting variable/function 4) make all macros that are used to provide the contents of a variable (structure) be expanded, so that doxygen will be able to document the resulting fields 5) suppress compiler attributes (__attribute__(xxx)) from being seen by doxygen, so it will properly match up function definition and usage (for an example of th effect of this, look at the doxygen docs for ast_log() from before and afte this commit) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@157104 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-01Update the realtime_pgsql.sql script to create the setinterfacevar column.lmadsen1-0/+1
(closes issue #13549) Reported by: fiddur git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@145479 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-20Make vmail.cgi work with mailboxes defined in users.conf, too.seanbright1-1/+34
(closes issue #13187) Reported by: netvoice Patches: 20080911__bug13187.diff.txt uploaded by Corydon76 (license 14) (Slightly modified to take alchamist's comments on mantis into account) Tested by: msales, alchamist, seanbright git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@143736 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-06-C option takes a filename, not a directory path.tilghman1-1/+1
(closes issue #13007) Reported by: klaus3000 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@136190 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-04Define ASTSBINDIR for scripttilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@135482 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... ↵kpfleming1-1/+1
this tree is not yet ready for users to be easily upgrading or switching, but it needs to be :-) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@130298 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-11new installations should be using DAHDI instead of Zaptel, so the sample ↵kpfleming1-0/+7
config file is now chan_dahdi.conf instead of zapata.conf also, convert remaining references to zapata.conf in various places git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@130042 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff ↵jpeeler1-10/+10
should continue working. Release announcement to follow. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@122314 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-10Fixes a problem with some buggy versions of GNU awk (3.1.3) not liking ↵seanbright1-1/+1
carriage returns in scripts. (closes issue #12749) Reported by: alinux Tested by: Laureano (on #asterisk-dev), juggie git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@121596 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-30dont use a bashism way to check the $VERSION variable.mvanbaak7-8/+8
The rc/init.d scripts, and safe_asterisk work on normal sh now again. Tested on: OpenBSD 4.2 (me) Debian etch (me) Ubuntu Hardy (me and loloski) FC9 (loloski) (closes issue #12687) Reported by: loloski Patches: 20080529-12687-safe_asterisk-fixversion.diff.txt uploaded by mvanbaak (license 7) Tested by: loloski, mvanbaak git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@119301 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as wellrussell1-33/+0
(closes issue #9676) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115557 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Don't exit the script if Asterisk is not running.russell1-1/+2
(closes issue #12611) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115554 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Use the same method for executing Asterisk as the rest of the script.russell1-1/+1
(closes issue #12611) Reported by: b_plessis git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115545 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Merged revisions 115421 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r115421 | qwell | 2008-05-06 14:54:57 -0500 (Tue, 06 May 2008) | 7 lines read requires an argument on some non-bash shells (closes issue #12593) Reported by: bkruse Patches: getilbc.sh_12593_v1.diff uploaded by bkruse (license 132) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115422 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05When starting Asterisk, bug out if Asterisk is already running.tilghman7-1/+58
(closes issue #12525) Reported by: explidous Patches: 20080428__bug12525.diff.txt uploaded by Corydon76 (license 14) Tested by: mvanbaak git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115285 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-29Merged revisions 114822 via svnmerge from kpfleming1-0/+11
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r114822 | kpfleming | 2008-04-29 07:52:32 -0500 (Tue, 29 Apr 2008) | 2 lines stop script from appending source code if run multiple times ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114823 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-26Clicking forward without selecting a message leaves an errant .lock file.tilghman1-130/+138
(closes issue #12528) Reported by: pukepail Patches: patch.diff uploaded by pukepail (license 431) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114689 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-15Update Digium autosupport script, for more useful information.qwell1-0/+32
(closes issue #12452) Reported by: angler Patches: autosupport.diff uploaded by angler (license 106) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114138 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-08Add security note on astgenkey's manpage.tilghman1-0/+15
(closes issue #12373) Reported by: lmamane Patches: 20080406__bug12373.diff.txt uploaded by Corydon76 (license 14) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@113399 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-26Update autosupport script.file1-22/+57
(closes issue #12310) Reported by: angler Patches: autosupport.diff uploaded by angler (license 106) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@111129 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-26Merged revisions 111019 via svnmerge from kpfleming1-0/+22
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r111019 | kpfleming | 2008-03-26 13:58:37 -0500 (Wed, 26 Mar 2008) | 2 lines add a script to make getting the iLBC source code simple for end users ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@111024 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-14Update the SuSE init script to start networking before asterisk, as well.russell1-1/+1
(closes issue #12200, reported by and change suggested by reinerotto) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@108792 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-12Document all of the possible realtime fieldstilghman2-4/+83
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@107877 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-28Update init script for LSB compattilghman1-22/+23
(closes issue #9843) Reported by: ibc Patches: rc.debian.asterisk.patch uploaded by ibc (license 211) Tested by: paravoid git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@105113 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-12Remove condition that was impossible.qwell1-12/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@103503 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-20Change safe_asterisk to explicitly ask for /bin/bash, as it uses bashisms.russell1-1/+1
(closes issue #10772, reported by culrich) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@83316 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-28Fixes a forwarding problem when using res_config_mysqlmmichelson1-1/+1
(closes issue #10573, reported by chrisvaughan, patch suggested by chrisvaughan as well) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81189 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-31Merged revisions 77842 via svnmerge from murf1-10/+17
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r77842 | murf | 2007-07-31 13:19:35 -0600 (Tue, 31 Jul 2007) | 1 line This probably isn't super-general, but it's a first stab at using kill -11 to generate a core file instead of gcore. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@77844 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-20don't delete the backtrace in ast_grab_corerussell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@70164 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-18Merged revisions 69743 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r69743 | tilghman | 2007-06-18 12:45:15 -0500 (Mon, 18 Jun 2007) | 2 lines Issue 9998 - Remove SIG prefix, since it's not supported by ksh ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@69744 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-04Merged revisions 67060 via svnmerge from tilghman6-2/+8
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r67060 | tilghman | 2007-06-04 12:10:30 -0500 (Mon, 04 Jun 2007) | 2 lines Add revision Id tags (by request of tzafrir) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@67061 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-17Remove script that is no longer functional since the build system was redone.russell1-157/+0
(issue #9340, reported by junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@64759 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Merged revisions 63903 via svnmerge from tilghman1-4/+18
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63903 | tilghman | 2007-05-11 11:31:03 -0500 (Fri, 11 May 2007) | 2 lines Issue 9121 - fixups for safe_asterisk script ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@63905 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-08Move realtime_pgsql.sql to contrib/scripts to be with the rest of the sql ↵russell1-0/+0
examples. (issue #9676, suretec) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@63403 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-07Add a sample configuration file and example tables for use with ↵russell1-0/+141
res_config_pgsql. (issue #9676, suretec) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@63329 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Update init script for SuSE 10. (issue #8363, johnlange)russell1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53001 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Merged revisions 51235 via svnmerge from tilghman1-12/+63
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51235 | tilghman | 2007-01-18 11:42:17 -0600 (Thu, 18 Jan 2007) | 2 lines Document all the fields, including the indication that "uniqueid" should not be renamed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51236 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Fix an issue with IMAP storage and realtime voicemail.qwell1-0/+2
Also update the vmdb sql script for IMAP specific options. Issue 8819, initial patches by bsmithurst (slightly modified by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51167 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Start Asterisk later in the boot process to ensure it starts after stuff likerussell1-1/+1
MySQL (issue #8253, Alric) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-27Put some doxygen pressure on Christian :-)oej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46367 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-26Merged revisions 46337 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r46337 | qwell | 2006-10-26 12:47:52 -0500 (Thu, 26 Oct 2006) | 2 lines oops - somebody forgot to change this - long ago, probably. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46340 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Merged revisions 44198 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r44198 | file | 2006-10-02 15:39:59 -0400 (Mon, 02 Oct 2006) | 2 lines We should be using $AST_SBIN instead of hardcoding the path for the error message (issue #7942 reported by eclubb) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44199 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-22Make doxygen work with the new location of files that now reside in mainfile1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40818 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18Make a zttest of 20 seconds part of the autosupport script (issue #7752 ↵file1-0/+8
reported by kshumard) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40395 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17fix include of tonezone.h to reflect new location (issue #7741, Mithraen)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14add the ability to run an arbitrary command if asterisk crashesrussell1-0/+4
(inspired by issue #7698, which was res_segfault by anthm) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merged revisions 37458 via svnmerge from tilghman1-1/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37458 | tilghman | 2006-07-12 13:29:01 -0500 (Wed, 12 Jul 2006) | 2 lines Merge fixup for asterisk startup script to zaptel startup script ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37459 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05use the standard Asterisk copyright headerrussell1-16/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05Issue 7231 - Utility to convert libtonezone indications to indications.conf ↵oej1-0/+151
format git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell1-0/+31
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29094 f38db490-d61c-443f-a65b-d21fe96a405b