aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.0-beta1@7221 f38db490...kpfleming86-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.0-beta1@7220 f38db490...kpfleming1-1/+0
2005-08-26convert Cut() into CUT() function (issue #4892)kpfleming1-32/+281
2005-08-25fix race conditionkpfleming1-2/+2
2005-08-25ensure that Random() can support priority labels as targets (issue #5013)kpfleming1-35/+7
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)kpfleming2-31/+283
2005-08-24clean up code, fix a few bugskpfleming1-53/+62
2005-08-24protocol upgradeskpfleming1-51/+101
2005-08-23fix buglets in new authentication code (issue #4860)kpfleming1-3/+3
2005-08-23do expensive 'next message number' calculation before playing sounds (issue #...kpfleming1-6/+13
2005-08-23reverse commit due to lack of disclaimerkpfleming1-14/+9
2005-08-23make Record() properly timeout even if no input is received from the channel ...kpfleming1-9/+14
2005-08-22make pager messages configurable (issue #4829)kpfleming1-3/+67
2005-08-22add text status variable output to SendText() application (issue #4808)kpfleming1-14/+33
2005-08-22add status output to Transfer() application (issue #4810, with mods)kpfleming1-19/+48
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...kpfleming2-49/+50
2005-08-22Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvementsjim1-388/+1411
2005-08-17Fix password change bug (bug #4976)markster1-1/+1
2005-08-14Make sure "now" is initialized (bug #4961)markster1-0/+1
2005-08-11fix bugkpfleming1-2/+2
2005-08-10correct error Makefilekpfleming1-1/+1
2005-08-10add ExternalIVR() applicationkpfleming2-1/+503
2005-08-08Show callerid in meetme show list (bug #4851 with mods)markster1-1/+1
2005-08-07Fix lookup to use proper API call...markster1-5/+2
2005-08-07Allow enumlookup to return a status variable (bug #4788)markster1-15/+29
2005-08-07Don't record all calls as abandoned (bug #4575) (fixes damage inadvertently a...markster1-6/+7
2005-08-05Fix newline issue (bug #4632)markster1-2/+7
2005-08-03Be sure not to leak frames in certain casesmarkster1-1/+1
2005-08-03Remove queue/session co-locking until deadlocks are properly resolvedmarkster1-4/+0
2005-08-03Fix voicemail crash (bug #4800)markster1-2/+4
2005-08-01fix warning (bug #4807)russell1-1/+1
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)markster1-1/+2
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)markster1-3/+6
2005-07-31Add periodic announcement (bug #4677 with mods)markster1-8/+89
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)markster1-18/+1
2005-07-27remove useless call to time() and an extra variable when we can just use therussell1-2/+0
2005-07-27the time must be initialized for the 'n' option to actually work (bug #4834)russell1-1/+1
2005-07-26make queue and interface name matching case-insensitive (bug #4815)kpfleming1-2/+2
2005-07-26add a global option to disable priority jumping in applications (when they ge...kpfleming1-8/+7
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)kpfleming1-20/+13
2005-07-25add MD5-hash matching (bug #4764, with mods)kpfleming1-6/+32
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)kpfleming1-250/+115
2005-07-20add English device state output (bug #4733, with minor mod)kpfleming1-3/+1
2005-07-20add OGG/Vorbis file format support (bug #4296)kpfleming1-1/+6
2005-07-19ensure account code is not overwritten when none is supplied (bug #4743)kpfleming1-1/+3
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming12-88/+28
2005-07-15phase two of string portability stuff:kpfleming1-1/+1
2005-07-15revert unneeded change and add comment to avoid it in the futurekpfleming1-1/+2
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-0/+1
2005-07-15don't use %i for scanf unless non-base-10 input is needed (bug #4717)kpfleming1-1/+1