Commit Graph

1653 Commits (bd01d66909a8901c7a19b51af163e2187490a7af)

Author SHA1 Message Date
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
Russell Bryant 45c7589284 update the descriptions of a couple more apps
20 years ago
Russell Bryant 78d740290a more cleanups to application descriptions
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Kevin P. Fleming 5545974c6a issue #5676
20 years ago
Kevin P. Fleming c79c0f97f1 issue #5680
20 years ago
Kevin P. Fleming ba349963a8 issue #5673
20 years ago
Kevin P. Fleming 54dd7ac9fa issue #5707
20 years ago
Russell Bryant 14d426098e issue #5709
20 years ago
Kevin P. Fleming c3b6ac6004 issue #5706
20 years ago
Russell Bryant 642be05f09 fix typos in my doc cleanup
20 years ago
Russell Bryant f3b4e0291c clean up some application descriptions to use more gooder English
20 years ago
Mark Spencer 73b90d3b74 Fix enum lookup (bug 5674)
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 3e4feebbd6 issues #3599 and #4252
20 years ago
Kevin P. Fleming 9433b7157f whitepace cleanup and various minor fixes
20 years ago
Kevin P. Fleming 7b2e24777f issue #5650
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming 52f25ae960 issue #5649
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Kevin P. Fleming 0ac4bbfdd9 issue #5602
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Kevin P. Fleming c6f312fdef issue #5638
20 years ago
Kevin P. Fleming 24cc108694 issue #5640 with minor mods
20 years ago
Kevin P. Fleming 5eceb92944 issue #5642
20 years ago
Kevin P. Fleming 8f536c775e issue #5643
20 years ago
Kevin P. Fleming 1ca8bccc2f issue #5646
20 years ago
Kevin P. Fleming 608f5f7f45 issue #5647
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant 4eb2c0d832 use correct arguments to ast_cdr_reset from my changes earlier today
20 years ago
Russell Bryant e8f2ad304a user correct arguments to ast_cdr_reset from my changes earlier today
20 years ago
Russell Bryant e4ce764744 make jumping optional, make an exit status var, use args parsing macros (issue #5628)
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Russell Bryant bb7eb69c09 issue #5627, with mods
20 years ago
Russell Bryant 88cc39af74 issue #5625
20 years ago
Russell Bryant f3d02da7d8 issue #5626
20 years ago
Russell Bryant 3cf2991be1 issue #5623
20 years ago
Russell Bryant dd21a2b170 issue #5614
20 years ago
Russell Bryant 29dbc6c204 issue #5612
20 years ago
Russell Bryant f477f462d3 issue #5598
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 75c812f26d issue #5622
20 years ago
Russell Bryant 3bd298f2dd alphabetize option lists
20 years ago
Mark Spencer 4600902059 Handle ODBC forwarding properly (bug #5606)
20 years ago
Mark Spencer 8e680521ec Allow mixmon names to have dots (bug #5607)
20 years ago
Mark Spencer b721635619 Janitor project, app_controlplayback (bug #5610)
20 years ago
Mark Spencer 535ed63c6f Dial janitor patch (bug #5613)
20 years ago
Mark Spencer 34152c3abc Meetme whitespace changes (bug #5615)
20 years ago
Mark Spencer 5e17bb19d9 Add missing newline (bug #5616)
20 years ago
Kevin P. Fleming c103bc7806 issue #5609
20 years ago
Kevin P. Fleming 2bebbca579 flags usage simplification
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Jim Dixon fc9612edad Fixed a couple of silly boo-boo's
20 years ago
Kevin P. Fleming 8f0a6a7d4f uhh... oops
20 years ago
Kevin P. Fleming ce50837d70 upgrade Dial() app to use API-based argument/option parsing
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming b05e64ed12 issue #5564
20 years ago
Kevin P. Fleming 631ee6670c issue #5560
20 years ago
Kevin P. Fleming da097c4f5e issue #5561
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Russell Bryant eae43386f0 when going through new user setup, don't change the password if they don't
20 years ago
Kevin P. Fleming 261e51b03a handle comments containing what appear to be context names during voicemail.conf updates better (issue #5385)
20 years ago
Kevin P. Fleming 551ac9af04 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
20 years ago
Kevin P. Fleming 7ef0527a7d correct comment
20 years ago
Kevin P. Fleming ed3be69bce update Makefile for new app name
20 years ago
Kevin P. Fleming e6fc49806d complete the rename of MuxMon to MixMonitor
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Kevin P. Fleming f9a98f7110 use API call for frame volume adjustment
20 years ago
Russell Bryant 7deac2300a strncpy to ast_copy_string
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Jim Dixon 7810f546f3 Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer 60e9a6edf7 Fix app_disa to set the proper variable before goign to invalid (bug #5439)
20 years ago
Mark Spencer e973e76c9f Fix DISA documentation (bug #5461)
20 years ago
Russell Bryant b4e0cedf94 fix up help text (issue #5479)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Mark Spencer dbdd193e12 Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)
20 years ago
Mark Spencer e634c61ef8 Small paging fixups (bug #5460)
20 years ago
Mark Spencer 50d20994f8 Fix off-by-one issue with sort (bug #5459)
20 years ago
Josh Roberson 82d7020516 Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the device is in use. (Bug # 5338)
20 years ago
Russell Bryant b59ab89e1a implement TXTCIDNAME as a dialplan function and mark the application deprecated
20 years ago
Russell Bryant ff34fbd02b remove unnecessary config file loading
20 years ago
Mark Spencer 4e919f337c Fix queue, iax and sip formatting issues (bug #5449)
20 years ago
Kevin P. Fleming 4d5c1aefb7 minor changes and eliminate some compiler warnings
20 years ago
Mark Spencer a5dd6a1a14 Add muxmon application (bug #4735 with mods, thanks tony!)
20 years ago
Mark Spencer cb5e5c1fd5 Don't wait for channels to answer before moving on!
20 years ago
Kevin P. Fleming 57a8f5d82c ensure Dial() options are sorted in help output (issue #5386)
20 years ago
Kevin P. Fleming cc5f36d139 ensure that message envelopes are retrieved from ODBC storage when advanced options menu is used (issue #5393)
20 years ago
Kevin P. Fleming 81932c6142 make DISA() use 'i' extension if it exists (issue #5439 with mods)
20 years ago
Kevin P. Fleming d509e41078 remove unused variable
20 years ago
Kevin P. Fleming 7215e4179d add auto-monitor support (issue #5411)
20 years ago
Russell Bryant bcb449e56b update docs to reflect that priority jumping only occurs when the global
20 years ago
Mark Spencer 370f98e223 Fix crash in chanspy (bug #5332)
20 years ago
Josh Roberson 485e3e0801 Log timeouts in queues when the call timeout is set from the dialplan (Bug #5422)
20 years ago
Kevin P. Fleming f48b822a20 make new app conform to coding guidelines :-(
20 years ago
Mark Spencer 42cb1956fc Make sure paging can be duplex if necessary
20 years ago
Mark Spencer 995b3973a2 Fix "bug" of not being able to page multiple phones
20 years ago
Mark Spencer c5a8178bb4 Fix directed pickup to a call that is up (bug #5425 with mods)
20 years ago
Kevin P. Fleming 350aaac04b properly report hangupcause when ast_request() fails for the last (or only) target of a dial operation (issue #5394, different fix)
20 years ago
Kevin P. Fleming 4807571648 add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue #5335)
20 years ago
Kevin P. Fleming 17b668e180 don't twiddle memory that doesn't belong to us (issue #5348)
20 years ago
Kevin P. Fleming e338682949 fix memory leak and unload problems (issue #5380)
20 years ago
Kevin P. Fleming e0680525e7 fix queues properly (issue #5300, take two)
20 years ago
Kevin P. Fleming d45b683bdd ensure that app_queue won't crash if no members are defined via Realtime (issue #5300)
20 years ago
Russell Bryant 9f0cf49bca make sure to LOCAL_USER_REMOVE in all cases where the application can exit (issue #5307)
20 years ago
Russell Bryant 90aec0b0e3 fix logic error that breaks queue exit (issue #5312)
20 years ago
Russell Bryant da7ca691b2 move variable declaration to the beginning of the function (issue #5299)
20 years ago
Kevin P. Fleming d3f7c5fb74 don't drop the caller just because it's not time to play an announcement (issue #5279)
20 years ago
Kevin P. Fleming 5599da9581 support new version of OSP toolkit (issue #5168)
20 years ago
Kevin P. Fleming 43e0f52600 correct logic errors (issue #5258)
20 years ago
Kevin P. Fleming b151666d4c correct sense of logic test (issue #5259)
20 years ago
Mark Spencer 1097fc2d38 Make curl a function
20 years ago
Mark Spencer 446d1eee3e Fix meet me / local channel (bug #5274)
20 years ago
Kevin P. Fleming 7470ddb6b2 fix copy-and-paste error
20 years ago
Mark Spencer 2e5537a4a0 Fix directed pickup deadlock bug (bug #5270)
20 years ago
Jim Dixon b3d871f223 Added support for iaxrpt gui client
20 years ago
Kevin P. Fleming b28847320d add Pickup() application (issue #4865)
20 years ago
Kevin P. Fleming b8f23573fa more license/copyright header updates (thanks Ian!)
20 years ago
Kevin P. Fleming 981970c57b _really_ fix app_directory (doh... how did I miss this before?) (issue #5232, take two)
20 years ago
Kevin P. Fleming 44e3b6feb1 ensure that Record() will exit even if no audio is received from the channel (issue #4899)
20 years ago
Kevin P. Fleming 5bd40f4e11 revert a portion of issue #5138 which broke this app (issue #5232)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming f6dff3608d allow channel receive gain to be adjusted while recording messages/greetings in voicemail (workaround for issue #2023 from the ancient past)
20 years ago
Kevin P. Fleming b42abc9ce0 deprecate EnumLookup() application
20 years ago
Kevin P. Fleming fc0b625da1 make While() able to find the matching EndWhile() for when the condition is zero (issue #5145)
20 years ago
Kevin P. Fleming 8f537c4378 add status variable output and jumping control to SendURL() (issue #4812)
20 years ago
Kevin P. Fleming 0c8f0e8bdb extensive ENUM support update, including ENUMLOOKUP() dialplan function (issue #5201 with mods)
20 years ago
Russell Bryant 8da2550874 ensure that user events are identified with the correct type (issue #5200)
20 years ago
Mark Spencer f06a4016be Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
20 years ago
Jim Dixon 391d8b0994 Better improved HF interface
20 years ago
Josh Roberson f406fe76a8 Set filaneme BEFORE we return from open_mailbox() if we don't have positive message count (Bug #5175)
20 years ago
Jim Dixon 4794638c99 Fixed signalling problem with pciradio
20 years ago
Kevin P. Fleming 03f39d5a1e ensure that TRANSFERSTATUS can return FAILURE (issue #5146)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Kevin P. Fleming a78f58b4e4 put a limit on Macro depth (to combat recursion) (issue #5114)
20 years ago
Kevin P. Fleming e0f02b46f1 convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
20 years ago
Kevin P. Fleming 721bd0aa59 eliminate signedness warnings (issue #5130)
20 years ago
Kevin P. Fleming 40c5fa88a4 eliminate signedness warnings (issue #5129)
20 years ago
Kevin P. Fleming a833f4699a add status variable output to System() app (issue #5121)
20 years ago
Kevin P. Fleming 4e87243686 fix some race conditions
20 years ago
Kevin P. Fleming 4b8de0713e reset channel volumes when exiting apps that use them
20 years ago
Kevin P. Fleming 6a34f551ec re-add 'listen' volume control
20 years ago
Kevin P. Fleming 35d9febc6e another buglet
20 years ago
Kevin P. Fleming 764cfe8f8e actually do issue #4170 right... it was supposed to adjust talk volume, not listen volume (sorry)
20 years ago
Kevin P. Fleming 5fdc070109 add new channel option (via ast_channel_setoption()) to let channel drivers adjust txgain/rxgain if they are able (only Zap channels at this time)
20 years ago
Kevin P. Fleming 37a3c098bf fix stupid thinko (thanks velter!)
20 years ago
Kevin P. Fleming 0361052ae1 ensure that file handles are never double closed
20 years ago
Kevin P. Fleming 66371e182a minor optimization
20 years ago
Kevin P. Fleming b67fced7ae correct Makefile errors (issue #5072)
20 years ago
Kevin P. Fleming 3103fd6292 don't duplicate devicestate-to-string function (issue #5078)
20 years ago
Kevin P. Fleming d4e44d7c31 correct syntax error
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago