aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)kpfleming1-7/+1
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail userskpfleming1-21/+21
2005-07-13fix up lock breakage from bug #4245kpfleming1-198/+210
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)kpfleming1-2/+9
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-14/+77
2005-07-12get rid of compiler warning (bug #4682)russell1-1/+1
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)kpfleming1-49/+31
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming1-9/+305
2005-07-12correct arguments being passed to external notify function (bug #4595)kpfleming1-4/+10
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming1-37/+100
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
2005-07-12fix voicemail path locking problems (bug #4245)kpfleming1-174/+288
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)russell1-1/+5
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-1/+1
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell4-10/+10
2005-07-10more ast_copy_string conversionsrussell15-59/+59