aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2006-03-06Bug 6304 - Add Park command to the manager interfacetilghman1-0/+64
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06Issue #6628 - Disable res_snmp on incompatible platforms untiloej1-0/+11
we have a resolution for the conflict. (Corydon's patch) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12011 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-05Some days... Sorry.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11890 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-05Oopsoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11889 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02Merged revisions 11561 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11561 | russell | 2006-03-02 14:05:40 -0500 (Thu, 02 Mar 2006) | 2 lines fix inaccurate ack message to ChangeMonitor action (issue #6630) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11562 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11503 | tilghman | 2006-03-01 11:41:52 -0600 (Wed, 01 Mar 2006) | 2 lines Bug 6615 - Fix 64bit conversion errors by using a long int ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11504 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28Merged revisions 11382 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11382 | russell | 2006-02-28 13:31:04 -0500 (Tue, 28 Feb 2006) | 2 lines add a missing newline in the agi app description (thanks wunderkin!) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11383 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Fix the make file *again*markster1-1/+2
svsvn commit --This line, and those below, will be ignored-- M res/Makefile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11213 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Fix snmp buildmarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Add SNMP support (bug #6439)markster4-0/+1041
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11193 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-24Update to trunkoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many ↵kpfleming1-1/+1
characters were used in the parser update pbx_dundi to use ast_get_time_t eliminate some compiler warnings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10871 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a ↵kpfleming2-3/+3
bunch of warnings found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell4-8/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15Merged revisions 10021,10108 via svnmerge from kpfleming1-9/+15
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r10108 | kpfleming | 2006-02-14 18:36:57 -0600 (Tue, 14 Feb 2006) | 2 lines ensure that FastAGI launcher can handle system call interruption (issue #6449) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-12/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14Fix build issues...markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds ↵kpfleming1-2/+5
don't break when files are removed/renamed git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12major dialplan functions updatekpfleming1-1/+1
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11Merged revisions 9581 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r9581 | russell | 2006-02-11 13:15:00 -0500 (Sat, 11 Feb 2006) | 2 lines now that CDR is a loadable module, don't depend on it elsewhere (issue #6460) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11use auto-build for res modules tookpfleming1-29/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9552 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11set standard properties on all non-binary fileskpfleming2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9549 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11Fix SMDI to not blow up asterisk when there's no config file.markster1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9506 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10one more copyright/file header and version string supportkpfleming1-9/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9452 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10clean up SMDI support commit:kpfleming1-154/+127
copyright header format and dates code formatting and guidelines conformance use of timeval wrapper functions use of memory allocation wrappers propery unref created interface objects during config load document new variable set by chan_zap in doc/channelvariables.txt remove useless 'extern' on function prototypes and definitions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf2-0/+801
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02Fix for very unlikely memory leak in res_odbcmattf1-19/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9071 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02Issue #6383 - Crash on CLI originate with missing channel argumentoej1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9065 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01use string fields for some stuff in ast_channelkpfleming3-10/+11
const-ify some more APIs remove 'type' field from ast_channel, in favor of the one in the channel's tech structure allow string field module users to specify the 'chunk size' for pool allocations update chan_alsa to be compatible with recent const-ification patches git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01reports why an agi script errors out on openingmogorman1-1/+2
file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9059 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
bug 6177 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27remove some more redundant flagsrussell1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8779 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22eliminate some compiler warningsrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21- conversions to allocation wrappersrussell6-101/+51
- replace malloc/memset with ast_calloc - replace malloc/ast_copy_string with ast_strdup (based on patch from issue #6299) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21Bug 4872 - Make Asterisk paths available to AGIs via environmental variablestilghman1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19Doxygen fixesoej1-9/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18constify arguments in more places where strings should not be modified ↵russell1-2/+2
(issue #6286) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8203 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18allows for use of the originate function frommogorman2-1/+203
the cli patch 5847 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8186 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8157 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Check to see if arg is NULL before passing (#6094)mattf1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8133 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14added feature for pausing and unpausing the mogorman1-28/+140
monitor app from manager and in the call through features.conf bug 5395 for the patch git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8070 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09Doxygen updateoej1-34/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7875 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-08added small feature from bug 5682 with one typo fix.mogorman1-8/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7865 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Merged revisions 7823 via svnmerge fromtilghman1-5/+8
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7824 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Fix copyright for touched fileoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7811 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04Merged revisions 7795 via svnmerge from oej1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7795 | oej | 2006-01-04 22:46:40 +0100 (Wed, 04 Jan 2006) | 2 lines Issue #5980: Removing extra CR+LF in manager events - needs port to trunk ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7796 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04Issue #5952: Add destination protocol information to res_osp (homesick)oej1-71/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7779 f38db490-d61c-443f-a65b-d21fe96a405b