aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-01-03Compatibility fix for OpenBSDtilghman2-9/+9
2008-01-02Merged revisions 96102 via svnmerge from mmichelson1-0/+1
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-8/+8
2008-01-02Since ',' is the standard argument separator in trunk, change app_queuemmichelson1-1/+1
2008-01-02Merged revisions 95890 via svnmerge from mmichelson1-6/+23
2008-01-02Update osplookup documentation to use commas instead of pipes.qwell1-4/+4
2008-01-02fix a spacing issue introduced in revision 95443.russell1-1/+1
2007-12-31Fix a compiler warningmmichelson1-1/+1
2007-12-28The diff for this change looks really bad, but all I did here was decrease th...mmichelson1-135/+134
2007-12-28Some changes to app_amd. mmichelson1-16/+43
2007-12-28Merged revisions 95095 via svnmerge from mmichelson1-4/+2
2007-12-27remove more unnecessary casts for NULL.rizzo3-9/+9
2007-12-27NULL does not need to be cast to (char *)rizzo3-5/+5
2007-12-27- Add Copyright oej1-6/+8
2007-12-26Make 'else' argument to ExecIf optional. Clean up the description and usage ...qwell1-6/+6
2007-12-26Use defined return values in load_module in more places.qwell9-17/+30
2007-12-25Add pickup by channeltilghman1-0/+172
2007-12-21Something I've been itching to do for a while now. A minor optimization in ap...mmichelson1-18/+4
2007-12-21Fix a memory leak when reloading queue rules.mmichelson1-0/+2
2007-12-21Lots of coding guidelines cleanup.mmichelson1-30/+28
2007-12-21Merged revisions 94540 via svnmerge from mmichelson1-3/+32
2007-12-21Merged revisions 94538 via svnmerge from mmichelson1-6/+2
2007-12-21Merged revisions 94464 via svnmerge from mmichelson1-1/+0
2007-12-21Merged revisions 94420 via svnmerge from mmichelson1-0/+1
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