Commit Graph

1506 Commits (fe1366c201a6ece0e89f546b5c7deb6e5d2e23b7)

Author SHA1 Message Date
Russell Bryant f693a606f8 typo
20 years ago
Matt O'Gorman 672f6aa422 Added automatic folder feature described in 6090
20 years ago
Russell Bryant 2eb7eecdd0 conversions to memory allocation wrappers (issue #6210)
20 years ago
Russell Bryant 2dc13eb912 replace malloc+memset with a call to ast_calloc, also removing the error
20 years ago
Russell Bryant 5ce65af66e fix temp greetings with odbc storage (issue #6078)
20 years ago
Matt O'Gorman 283c0d64ba added feature from 5750 with whitespace fixing.
20 years ago
Russell Bryant 384aefa772 Merged revisions 7957 via svnmerge from
20 years ago
Tilghman Lesher bdc14f3c84 Merged revisions 7955 via svnmerge from
20 years ago
Kevin P. Fleming 10862cd151 fix breakage introduced in revision 7863
20 years ago
Mark Spencer 50ab29b64b Merge playback cleanups (bug #6163)
20 years ago
Mark Spencer f5678d89d4 Fix segfault in greek syntax (bug #6142)
20 years ago
Kevin P. Fleming d44823b5b8 allow limiting of queue members who will be delivered a given caller's call by penalty setting
20 years ago
Matt O'Gorman 8adf708c1b Added feature from bug #5053, allowing for
20 years ago
Matt O'Gorman 6ac09042f1 oops minor formatting fixes, and taking out
20 years ago
Matt O'Gorman 7b680ef6d8 Added feature from bug #5573 and updated app_read
20 years ago
Olle Johansson a5dcd29a2e Whitespace and formatting changes. /Housekeeping
20 years ago
BJ Weschke 6149728a77 Fix the 'if' clause to be true under the right conditions. Bug #6126
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Tilghman Lesher 577e4189d5 Merged revisions 7743 via svnmerge from
20 years ago
Kevin P. Fleming cdf0303465 Merged revisions 7740 via svnmerge from
20 years ago
Tilghman Lesher b5d18c50b9 Merged revisions 7709 via svnmerge from
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant 5c18154617 normalize a loop and avoid multiple strlen calls when completing voicemail users
20 years ago
Russell Bryant 1bd94abf57 avoid multiple strlen calls in complete_queue
20 years ago
Russell Bryant e458091585 fix permissions of created recordings (issue #6067)
20 years ago
Tilghman Lesher 478052caa0 Bug 5237 - Optional filename argument
20 years ago
Tilghman Lesher 7fae5bb20e Bug 5382 - Allow VM_CATEGORY in voicemail emails
20 years ago
Tilghman Lesher b7272182d1 Reduce warnings on signedness conversions
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Mark Spencer ec0b96837e Add "local channel" variation so that we don't read/write to the same
20 years ago
Mark Spencer 96b3a24637 Fix multiple free of a frame (bug #6058)
20 years ago
Tilghman Lesher eeb58dcd81 Bug 5727 - reduce duplicate code
20 years ago
Tilghman Lesher af4d531322 Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayunixtime)
20 years ago
Tilghman Lesher 8d2b85d10a Merged revisions 7608 via svnmerge from
20 years ago
BJ Weschke 3f035b3dfc Another app documentation tweak.
20 years ago
Tilghman Lesher 2f9eb968e7 Merged revisions 7601 via svnmerge from
20 years ago
Tilghman Lesher f31bb6d7ed Bug 5734 - add status variables indicating the success or failure of the realtime apps
20 years ago
Russell Bryant a63f3dffa1 add Log application for generating custom log messages from the dialplan (issue #5287)
20 years ago
Jim Dixon 13e757450d New version, including half/semi-half duplex modes and system announcements
20 years ago
Mark Spencer 7f23f1b5de Avoid multiple free
20 years ago
Mark Spencer 0d32a85be1 Major RTP fixes for using inbound SDP on outbound connection, get rid of
20 years ago
Mark Spencer 93d1d0dcfb Don't bother decode on muted participants
20 years ago
Mark Spencer d6b8ce3921 Major peformance improvements to meetme
20 years ago
Mark Spencer 74460d2e8b Fix choppy audio with > 20ms audio frames (bug #5697)
20 years ago
Mark Spencer a965978a25 Fix segfault on directed pickup when no CDR is available (bug #5998)
20 years ago
Tilghman Lesher 4f72086b8f Merged revisions 7517 via svnmerge from
20 years ago
Tilghman Lesher cbab537375 Properly move these functions over to the funcs directory (since they no longer contain apps)
20 years ago
Tilghman Lesher 3a257db366 Make sure the functions CUT and SORT are built.
20 years ago
Russell Bryant 565dcc3482 reduce some duplicated code when doing a strdup (issue #5986)
20 years ago
Kevin P. Fleming b7b2317d81 Merged revisions 7448-7449,7451,7453 via svnmerge from
20 years ago
Kevin P. Fleming bc50894149 Merged revisions 7433,7435 via svnmerge from
20 years ago
Russell Bryant fcbe928353 Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from
20 years ago
Tilghman Lesher 5152e1989f Bug 5960
20 years ago
Russell Bryant 444eac93ab fix a bug from the recent removal of deprecated applications by initializing
20 years ago
Russell Bryant d6862a5853 re-add app_setcallerid since it was not actually marked deprecated in 1.2
20 years ago
Russell Bryant cac0f4d095 This is the first round of removing applications that were marked as deprecated
20 years ago
Tilghman Lesher e2f674787b Clarify purpose of function, by renaming
20 years ago
Russell Bryant f75bd5a29e Merged revisions 7337 via svnmerge from
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Tilghman Lesher 357c38d177 Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it sets for unknown
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Russell Bryant 91316ef9e5 use ast_app_separate_args to split arguments (issue #5686)
20 years ago
Russell Bryant ad122bf6cd fix queue weight feature - compare member interfaces instead of pointers to
20 years ago
Russell Bryant 0d341e060f use app arg parsing macros (issue #5678)
20 years ago
Russell Bryant db755f9035 use app arg parsing macros (issue #5681)
20 years ago
Russell Bryant cf2690dc4a use app arg parsing macros (issue #5690)
20 years ago
Russell Bryant 6e1957475c use app arg parsing macros (issue #5679)
20 years ago
Russell Bryant 1ced6b4775 convert VMCOUNT function to use new app args parsing macros (issue #5688)
20 years ago
Russell Bryant cff32c9b6d print an error message if invalid arguments are specified (issue #5872)
20 years ago
Josh Roberson 1f538ad219 issue #5887
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Russell Bryant 06b4b11c4b fix some typos and add the reload function
20 years ago
Mark Spencer aab82dc3d2 Record DIALEDTIME on incomplete calls, update description (bug #5862)
20 years ago
Russell Bryant 6801852c65 issue #5850
20 years ago
Josh Roberson e38a91b45a issue #5829
20 years ago
Kevin P. Fleming 1cfc858e89 remove extraneous header
20 years ago
Russell Bryant aeac8bf137 issue #5789
20 years ago
Russell Bryant ee5bc3ce65 don't hardcode poll.o for Darwin
20 years ago
Russell Bryant b39076b985 issue #5775
20 years ago
Russell Bryant 3d6c054ca8 issue #5787
20 years ago
Josh Roberson 5d71dfeaea issue #5773, with minor modification to log message
20 years ago
Josh Roberson e9ae7a8be1 issue #5774
20 years ago
Josh Roberson bcd45496ed Fix j option in a couple more places.
20 years ago
Josh Roberson 772f075fe9 issue #5795
20 years ago
Russell Bryant 008be638a5 Update application description to be a bit more accurate, and clean up a little bit of code formatting
20 years ago
Jeremy McNamara 3dc12025c8 Make voicemail not terminate asterisk if no config file
20 years ago
Kevin P. Fleming 7953c3f407 issue #5763
20 years ago
Kevin P. Fleming a14758518d correct a small problem with recent commit
20 years ago
Kevin P. Fleming a45b2019df issue #5752
20 years ago
Kevin P. Fleming 6bfdf6f45a issue #5736
20 years ago
Russell Bryant 0702130ed1 fix a typo in the RetryDial description
20 years ago
Kevin P. Fleming 52da8d9862 issue #5704
20 years ago
Kevin P. Fleming 3b8c82543d issue #5718
20 years ago
Kevin P. Fleming 50ab28bd94 issue #5720
20 years ago
Kevin P. Fleming 51b54236de issue #5721
20 years ago
Kevin P. Fleming 64aaaa1f4a issue #5663 again
20 years ago
Kevin P. Fleming 6f45949ca1 issue #5663
20 years ago
Russell Bryant 00de2bc78b clean up descriptions for the voicemail applications
20 years ago