summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-08-29eliminate compiler warningKevin P. Fleming
2005-08-29remove unused defines and logic (issue #5058)Kevin P. Fleming
2005-08-29app_rpt is experimental, not obsolete (issue #5047)Russell Bryant
2005-08-29fix mem leak from not destrying config (issue #5048)Russell Bryant
2005-08-26convert Cut() into CUT() function (issue #4892)Kevin P. Fleming
2005-08-25fix race conditionKevin P. Fleming
2005-08-25ensure that Random() can support priority labels as targets (issue #5013)Kevin P. Fleming
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)Kevin P. Fleming
2005-08-24clean up code, fix a few bugsKevin P. Fleming
2005-08-24protocol upgradesKevin P. Fleming
2005-08-23fix buglets in new authentication code (issue #4860)Kevin P. Fleming
2005-08-23do expensive 'next message number' calculation before playing sounds (issue #...Kevin P. Fleming
2005-08-23reverse commit due to lack of disclaimerKevin P. Fleming
2005-08-23make Record() properly timeout even if no input is received from the channel ...Kevin P. Fleming
2005-08-22make pager messages configurable (issue #4829)Kevin P. Fleming
2005-08-22add text status variable output to SendText() application (issue #4808)Kevin P. Fleming
2005-08-22add status output to Transfer() application (issue #4810, with mods)Kevin P. Fleming
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...Kevin P. Fleming
2005-08-22Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvementsJim Dixon
2005-08-17Fix password change bug (bug #4976)Mark Spencer
2005-08-14Make sure "now" is initialized (bug #4961)Mark Spencer
2005-08-11fix bugKevin P. Fleming
2005-08-10correct error MakefileKevin P. Fleming
2005-08-10add ExternalIVR() applicationKevin P. Fleming
2005-08-08Show callerid in meetme show list (bug #4851 with mods)Mark Spencer
2005-08-07Fix lookup to use proper API call...Mark Spencer
2005-08-07Allow enumlookup to return a status variable (bug #4788)Mark Spencer
2005-08-07Don't record all calls as abandoned (bug #4575) (fixes damage inadvertently a...Mark Spencer
2005-08-05Fix newline issue (bug #4632)Mark Spencer
2005-08-03Be sure not to leak frames in certain casesMark Spencer
2005-08-03Remove queue/session co-locking until deadlocks are properly resolvedMark Spencer
2005-08-03Fix voicemail crash (bug #4800)Mark Spencer
2005-08-01fix warning (bug #4807)Russell Bryant
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)Mark Spencer
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)Mark Spencer
2005-07-31Add periodic announcement (bug #4677 with mods)Mark Spencer
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)Mark Spencer
2005-07-27remove useless call to time() and an extra variable when we can just use theRussell Bryant
2005-07-27the time must be initialized for the 'n' option to actually work (bug #4834)Russell Bryant
2005-07-26make queue and interface name matching case-insensitive (bug #4815)Kevin P. Fleming
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)Kevin P. Fleming
2005-07-25add MD5-hash matching (bug #4764, with mods)Kevin P. Fleming
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)Kevin P. Fleming
2005-07-20add English device state output (bug #4733, with minor mod)Kevin P. Fleming
2005-07-20add OGG/Vorbis file format support (bug #4296)Kevin P. Fleming
2005-07-19ensure account code is not overwritten when none is supplied (bug #4743)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15revert unneeded change and add comment to avoid it in the futureKevin P. Fleming