aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming2-39/+16
2006-02-14Now Kevin will be really happy!mogorman1-17/+17
2006-02-14changed naming scheme for variables so it matchesmogorman1-20/+22
2006-02-14don't use localuser structure for outbound calls (issue #6216)kpfleming1-210/+148
2006-02-14list macro conversion (issue #6328, with bugfix)kpfleming1-55/+40
2006-02-14Merged revisions 9961,9964,9990,10018 via svnmerge from kpfleming1-1/+0
2006-02-14Properly stopsteram on meetme (bug #6137)markster1-4/+6
2006-02-14set properties for new files (i need to get this documented)kpfleming1-412/+412
2006-02-14bug 6485 fixed.mogorman1-0/+4
2006-02-14Commiting 5959 with minor formatting and typomogorman1-0/+412
2006-02-13Shouldn't have been a public functiontilghman1-1/+1
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell3-4/+4
2006-02-13Don't set the formats before we stop indications. (issue #6380)twisted1-1/+2
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-12major dialplan functions updatekpfleming3-30/+19
2006-02-12Make the ditlen and tone configurable at runtimetilghman1-12/+25
2006-02-11update for change to ast_pbx_outgoing_extenrussell1-1/+1
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-40/+27
2006-02-11set standard properties on all non-binary fileskpfleming2-2/+2
2006-02-11fix compiler warningskpfleming1-7/+9
2006-02-10clean up SMDI support commit:kpfleming1-7/+4
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf2-1/+60
2006-02-09remove some Makefile targets for things that don't exist in the treerussell1-9/+0
2006-02-05Merged revisions 9156 via svnmerge from tilghman1-14/+23
2006-02-02remove obsolete stuffkpfleming3-783/+0
2006-02-01use string fields for some stuff in ast_channelkpfleming12-21/+25
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
2006-01-30reverting blocks 9 and 10 from revision 7547mogorman1-6/+1
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...russell1-12/+16
2006-01-26don't redefine the localuser struct for additional use specific to the module...russell1-7/+8
2006-01-26store conference list using linked list macros (issue #6327)russell1-75/+51
2006-01-25Merged revisions 8608 via svnmerge from kpfleming1-0/+1
2006-01-23changed some settings to app_args and some codemogorman1-57/+54
2006-01-23Use doxygen for todo's! :-)oej1-1/+1
2006-01-23Remove javadoc doxygen format...oej1-7/+7
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32
2006-01-22Bug 6312 - Macro janitortilghman1-103/+66
2006-01-22Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-...tilghman1-6/+18
2006-01-21oops, don't build app_sql_postgres by default ...russell1-1/+1
2006-01-21- conversion to allocation wrappersrussell1-99/+73
2006-01-21clean up formatting to conform to coding guidelines and fix some typos (issue...russell2-306/+294
2006-01-21on this pass, only remove duplicate log messagesrussell39-157/+47
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...tilghman1-59/+90
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell40-116/+366
2006-01-21remove lots of useless checks of the result of ast_strduparussell40-365/+111
2006-01-20Merged revisions 8347 via svnmerge from russell1-5/+2
2006-01-20More doxygen updatesoej2-25/+24
2006-01-19Deprecate the use of Random in 1.3, 1.4tilghman1-6/+12
2006-01-19Merged revisions 8232 via svnmerge from russell1-8/+7