Commit Graph

119 Commits (f54bef6dffaaf095ccb51ebfa6f1932a102c56be)

Author SHA1 Message Date
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
20 years ago
Kevin P. Fleming 8c6c774ab6 fix channel walking problems from recent changes (bug #4494)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Kevin P. Fleming 723d6b5be8 more ast_copy_string() conversion
20 years ago
Kevin P. Fleming 7a2d5cbb3e make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
20 years ago
Russell Bryant 9644f1dcfe various code cleanups (bug #4353)
20 years ago
Kevin P. Fleming ba9b384f58 fix obvious fault in ast_separate_app_args
20 years ago
Kevin P. Fleming 523911c9b0 re-implement ast_separate_app_args with clearer code and in a way that doesn't fail with certain combinations of array size and delimiter count
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago
Mark Spencer b0b916c16c Fix app bug, update skel example, add skel to makefile as option (bug #3869)
20 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer 2deba424d2 Create experimental new options API, various cleanups
20 years ago
Mark Spencer 1bb8d52938 Flush out app stuff, make profiling easier to turn on/off
20 years ago
Mark Spencer 9ac81e10ba Include stat.h to fix FreeBSD build (bug #3683)
20 years ago
Mark Spencer 85a0e13c73 Merge mog's ReadFile application (bug #3670)
20 years ago
Mark Spencer 5057e4898f Add atxfer fix (bug #3592)
20 years ago
Mark Spencer ce18e66db2 Add placeholder IVR application support (static version)
20 years ago
Mark Spencer f9222e7e4b Fix misspellings of separate (bug #3607)
20 years ago
Mark Spencer 4a072a452e Make sure two voicemails can't take the same message space (bug #3394)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 92eb0c2018 More flagification, courtesy drumkilla (bug #3280)
21 years ago
Mark Spencer 7af0234fa7 Various small fixups
21 years ago
Mark Spencer 14ed4bdf02 Merge Moc's announcement patch (bug #3219)
21 years ago
Mark Spencer 526622d6e0 Merge Tony's attended # transfer with changes (bug #3241)
21 years ago
Mark Spencer 88721d2e74 Only print message one time (bug #3240)
21 years ago
Mark Spencer 981afbee6e Make voicemail registration apps register (bug #3034)
21 years ago
Mark Spencer 176b1061eb Fix anthm formatting (bug #3013)
21 years ago
Mark Spencer 118b47674f Merge anthm's app_read addition, somewhat modified (bug #3013)
21 years ago
Mark Spencer c46e21252c Big diet for struct ast_channel
21 years ago
Mark Spencer b8a02257a5 Fix short message isssue (bug #2723)
21 years ago
Mark Spencer 0ddbbd1785 Add ability to check voicemail from multiple folders (bug #2561)
21 years ago
Mark Spencer 292e397759 Improve groupcount handling (bug #2529) thanks!
21 years ago
James Golovich fb6e840213 Fix formatting again
21 years ago
Anthony Minessale II 2a896e5d3c tweak prior commit
21 years ago
James Golovich ab67420c37 Fix formatting
21 years ago
Anthony Minessale II 07a6cd4592 allow file arg in ast_control_streamfile to accept trailing :end to indicate an instant seek ti the end.
21 years ago
Anthony Minessale II 762cd4621d ast_control_streamfile caused seg with null stop or pause chars
21 years ago
Mark Spencer 9d8c71ee86 Move routines from voicemail to app for general use (part of bug #752)
21 years ago
Mark Spencer b813a5f3fa Fix both app_read and underlying read issue (bug #2352)
21 years ago
Mark Spencer 7ca6f85a41 More strcpy / snprintf as part of rgagnon's audit (bug #2004)
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer ada1e768c4 Fix unexpected behavior in voicemail (bug #1856)
21 years ago
Mark Spencer 36b87b3b33 Voicemail fixes (bug #1758)
21 years ago
Mark Spencer 8164972e34 allow multiple exit characters on control_streamfile, allow '1' to skip envelope
21 years ago
James Golovich fc7593e594 More formatting fixes
21 years ago
Anthony Minessale II 54780434a6 enhance control_playback to have an app (app_controlplayback) and to allow pause (inherited by app_voicemail)
21 years ago
James Golovich 82b3a5f417 Formatting fixes
21 years ago
Anthony Minessale II 8f9e2b6633 add ast_control_streamfile api call
21 years ago
Mark Spencer 6b0805633b Add linear file generator, CIRCQ emulation for BSD (bug #1626)
21 years ago
James Golovich 46b24e8a27 Code cleanup
21 years ago
Anthony Minessale II 66b96f417c Created API call ast_dtmf_stream
21 years ago
James Golovich 5537e1ad17 Change strlen calls to ast_strlen_zero in voicemail checking stuff because it is called all the time
21 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
21 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
21 years ago
Mark Spencer 5b7ef7bfa3 Use digit/response timeouts
22 years ago
Mark Spencer 24457fa523 Fix searching for non-default mailboxes
22 years ago
Mark Spencer 687b0543c8 Make voicemail segmentable into multiple contexts
22 years ago
Mark Spencer 666b208093 Fix silly typo
22 years ago
Mark Spencer 0f7e77fb23 Make SIP message notify send detail MWI info
22 years ago
Matteo Brancaleoni 7a67a8faa3 Mon Feb 24 07:00:01 CET 2003
23 years ago
Matteo Brancaleoni 17769619c2 Sun Feb 23 07:00:00 CET 2003
23 years ago
Mark Spencer 63ff352808 Version 0.3.0 from FTP
23 years ago
Mark Spencer b430086163 Version 0.1.9 from FTP
24 years ago