aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Merged revisions 98737 via svnmerge from mmichelson1-1/+0
2008-01-14Merged revisions 98733 via svnmerge from mmichelson1-0/+11
2008-01-14Update documentation.file1-2/+2
2008-01-14Add another small option for the JACK app and JACK_HOOK function. The 'n'russell1-6/+18
2008-01-13Bring in the code from team/russell/jack/.russell1-0/+959
2008-01-11Merged revisions 98219 via svnmerge from file1-1/+0
2008-01-10Merged revisions 97925 via svnmerge from mmichelson1-2/+2
2008-01-10Use the appropriate line ending for the X-Asterisk-VM-Message-Type header.mmichelson1-1/+1
2008-01-10Several manager changes:tilghman2-2/+2
2008-01-09Merged revisions 97575 via svnmerge from mmichelson1-3/+11
2008-01-09Merged revisions 97450 via svnmerge from file1-3/+3
2008-01-09Merged revisions 97308 via svnmerge from mmichelson1-1/+2
2008-01-08Merged revisions 97304 via svnmerge from mmichelson1-4/+85
2008-01-08Add a new flag 'd' (with optional context) permitting any extension withintilghman1-12/+41
2008-01-08Initialize new variable to NULLtwilson1-1/+1
2008-01-08Adding the option of specifying a second interface in a member definition for...mmichelson1-51/+77
2008-01-08Merged revisions 97192 via svnmerge from mmichelson1-3/+3
2008-01-08Merged revisions 97093 via svnmerge from file1-0/+10
2008-01-07Explicitly make literal constants long where they are expected to be.mmichelson1-4/+4
2008-01-07Document some weird casting magic that's necessary to interfacemmichelson1-1/+4
2008-01-07Adding user-configurable TCP timeout settings to IMAP voicemail. This couldmmichelson1-0/+25
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