aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Moved the update of the queue_ent's rule list to just before we try to callmmichelson1-5/+5
2007-12-21Merging the queue-penalty branch. In short, this allows one to dynamically ad...mmichelson1-60/+392
2007-12-20The changes to header inclusion in trunk broke compilation of app_voicemail w...mmichelson1-11/+17
2007-12-191. Unify the check for a penalty < 0 into the set_member_penalty code.mmichelson1-13/+12
2007-12-19Add 'voicemail reload' command.tilghman1-0/+24
2007-12-19Add contributed WaitUntil app.tilghman1-0/+93
2007-12-19add missing header filedhubbard1-0/+1
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo2-2/+2
2007-12-17Merged revisions 93182 via svnmerge from oej1-0/+4
2007-12-17Removing some leftover debug messages from a while back.mmichelson1-2/+0
2007-12-17Merged revisions 93291 via svnmerge from mmichelson1-2/+0
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-3/+3
2007-12-14Resolve a compiler warningmmichelson1-1/+1
2007-12-14Change places where the name "INBOX" was hardcoded to use the imapfoldermmichelson1-2/+10
2007-12-14Remove use of privacy.conf by the Privacy app.tilghman1-37/+6
2007-12-14gcc 4.1.3 wants a union used here.tilghman1-6/+12
2007-12-14Convert ast_verbose to ast_verb.tilghman6-53/+31
2007-12-13When working with dates, use numeric form whenever possible, as it's faster.tilghman1-91/+82
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-4/+0
2007-12-13Merged revisions 92807 via svnmerge from mmichelson1-0/+1
2007-12-13Merged revisions 92803 via svnmerge from mmichelson1-3/+3
2007-12-13Tag voicemails with UTC time as opposed to local time zonedbailey1-2/+2
2007-12-12Merged revisions 92617 via svnmerge from qwell1-23/+32
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...tilghman2-82/+84
2007-12-12Merged revisions 92443 via svnmerge from mmichelson1-7/+0
2007-12-11Add variable to show which key was pressed to stop playback.qwell1-2/+7
2007-12-11Merged revisions 92323 via svnmerge from mmichelson1-1/+4
2007-12-10Merged revisions 92202 via svnmerge from mmichelson1-2/+4
2007-12-10Add a few extra headers in the voicemail users listing inoej1-5/+31
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+3
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-7/+7
2007-12-07Merged revisions 91783 via svnmerge from russell1-26/+43
2007-12-07Merged revisions 91780 via svnmerge from russell1-17/+39
2007-12-07Merged revisions 91693 via svnmerge from russell1-1/+1
2007-12-07Merged revisions 91677 via svnmerge from russell2-4/+3
2007-12-07Merged revisions 91675 via svnmerge from russell1-1/+2
2007-12-06Handle allocation failure of the heard and deleted arrays of the vm_state.mmichelson1-2/+6
2007-12-06- Dial eventoej1-8/+10
2007-12-06Adding small missing but important comma...oej1-1/+1
2007-12-06A big oops... oej1-4/+8
2007-12-06The MeetmeJoin now has caller ID name and Caller ID number fields (like MeetM...oej1-8/+10
2007-12-05Merged revisions 91292 via svnmerge from mmichelson1-0/+2
2007-12-05Merged revisions 91273 via svnmerge from mmichelson2-4/+4
2007-12-05Resolve compiler warnings.russell1-2/+2
2007-12-05Added multiple name listing. (Closes issue #10413)tilghman1-105/+268
2007-12-04Kevin suggested doing the reverse of my last commit, since imap_retrieve_filemmichelson1-2/+2
2007-12-04Suppress a compiler warning due to discarding a "const" qualifiermmichelson1-1/+1
2007-12-04Wrong locking style got merged from 1.4 to trunk. My mistake.mmichelson1-4/+4
2007-12-04Fix build in trunk. This was fixed in 1.4, but blocked in trunk since this h...qwell1-1/+1
2007-12-04Merged revisions 90735 via svnmerge from mmichelson2-70/+126