aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-04-15Allow the attachment format to be specified differently for different mailbox...file1-1/+8
2006-04-14code simplificationsrizzo1-27/+12
2006-04-14use ast_strdup instead of strduprizzo1-4/+4
2006-04-14constification and code simplificationsrizzo1-53/+30
2006-04-14This rather large commit changes the way modules are loaded. rizzo74-968/+479
2006-04-13Merged revisions 19891 via svnmerge from tilghman1-2/+8
2006-04-13Merged revisions 19812 via svnmerge from kpfleming1-4/+4
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...file1-184/+399
2006-04-12Add ability to see if the person calling said anything or not.file1-0/+2
2006-04-11Merged revisions 19397 via svnmerge from tilghman1-0/+2
2006-04-11Merged revisions 19394 via svnmerge from tilghman1-1/+1
2006-04-11Merged revisions 19348 via svnmerge from kpfleming1-1/+12
2006-04-11Merged revisions 19301 via svnmerge from kpfleming1-0/+15
2006-04-11 Minor cleanups and error handling for app_dial #6935 (casper)bweschke1-30/+38
2006-04-11 Provide the ability to read extension number after name #6938 (delink)bweschke1-5/+33
2006-04-11normalize code preparing for loader changesrizzo9-32/+18
2006-04-11Merged revisions 19008 via svnmerge from bweschke1-1/+1
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+575
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming4-26/+6
2006-04-09Issue 6919 - clarify error messageoej1-6/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming73-150/+146
2006-04-08Merged revisions 18494 via svnmerge from tilghman1-1/+3
2006-04-08remove traces of "look", something that does not exist in the treerussell1-5/+1
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej2-178/+453
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
2006-04-06 More code optimizations. Thanks kpfleming! bweschke1-13/+2
2006-04-06 Fix a problem where if the channel was hungup during detection, the applicat...bweschke1-29/+54
2006-04-06Merged revisions 17905 via svnmerge from file1-1/+1
2006-04-06convert one more file...rizzo1-9/+10
2006-04-06convert a couple of applications to the new module stylerizzo2-10/+17
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman3-5/+5
2006-04-05Bug 6508 - if priority was a number, then findlabel failstilghman1-4/+5
2006-04-05Bug 6886 - Add application TryExec, which does mostly the same thing, but ret...tilghman1-12/+79
2006-04-04Issue #6882 oej1-25/+23
2006-04-04minor code clean up from 6880mogorman1-3/+2
2006-04-04Merged revisions 17283 via svnmerge from mogorman1-1/+1
2006-04-01Removed "frog" command (so it could be moved to cli.c)jdixon1-31/+0
2006-03-30localize a variablerizzo1-2/+1
2006-03-30use ast_strdup instead of strduprizzo1-1/+1
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo6-6/+6
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej2-20/+28
2006-03-29Merged revisions 16192 via svnmerge from tilghman1-1/+1
2006-03-29Normalize some cli completion code.rizzo1-41/+27
2006-03-28more command completion normalizationrizzo1-26/+18
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo2-3/+0
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman4-6/+6
2006-03-26rename file to match new application namekpfleming1-0/+0
2006-03-26rename application to have a more logical namekpfleming1-21/+19
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-24/+56
2006-03-25Bug 6508 - Redirect arbitrary channel to another extension from the dialplantilghman1-0/+160