Commit Graph

2486 Commits (65767b4290fbd7f2d99bd82dff08d94e44bd399b)

Author SHA1 Message Date
Russell Bryant f7e7161607 Merge team/russell/frame_caching
19 years ago
Jason Parker d22476348a suppress compiler warning
19 years ago
Steve Murphy 11cb5a34fd Committed a fix for 7731, suggested by mnehauser.
19 years ago
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
19 years ago
Joshua Colp 5345469008 Documentation updates (thanks Shaun for the speechrec.txt one!)
19 years ago
Kevin P. Fleming 94302c792a could have sworn i committed this change already...
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Jason Parker 7c05e6478d Fix a bug with app_voicemail when trying to use app_directory to leave messages
19 years ago
Matt O'Gorman 57ee805062 changes to configure to support older c-client than the
19 years ago
Steve Murphy 8078aea52b In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs.
19 years ago
Matt O'Gorman e502e644df fixed imap bug and updated syntax.
19 years ago
Joshua Colp 3ef02d79a4 Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt
19 years ago
Steve Murphy 8a0b9236a7 This change fixes bug 7731, macros not executing more than one level deep in a hung-up situation; also increased maximum recursion depth from 7 to 20, to keep serious coders from painful toe-stubbings
19 years ago
North Antara 2f07e6d368 fix a typo and a very minor formatting change
19 years ago
Russell Bryant bd5ce7362d resolve some compiler warnings ...
19 years ago
Russell Bryant 9ad9e42c3e add MacroExclusive application, a Macro that only one call can executed at
19 years ago
Russell Bryant 87ac16847e - unregister SLA apps on module unload and add sample config (issue #7701, junky)
19 years ago
BJ Weschke 2ec3a672e9 Increase the size of the variable space for writing/reading persistent queue member data to allow for larger queues of members. (Matthew Roth #7703)
20 years ago
Matt O'Gorman 475afdaf39 support for imap in app_voicemail as well as some
20 years ago
Tilghman Lesher f37a4e3e12 Bug 6237 - add volgain parameter, such that voicemail messages may be amplified after recording
20 years ago
Kevin P. Fleming 9d26f46fc7 remove some extraneous 'followme' in prompt names
20 years ago
Russell Bryant b9ee151d22 suppress a compiler warning about the usage of a potentially uninitialized
20 years ago
Russell Bryant e068c5fcf9 Merged revisions 38972 via svnmerge from
20 years ago
Russell Bryant 774bba093b Merged revisions 38928 via svnmerge from
20 years ago
Tilghman Lesher 91629a8d55 Merged revisions 38761 via svnmerge from
20 years ago
Tilghman Lesher 3c581f0e1e Set permissions completely open and modify by umask
20 years ago
Kevin P. Fleming 21e3c3a561 play a beep tone into the spied-on channel if we are about to whisper to them
20 years ago
Kevin P. Fleming 4bc6613648 add ExtenSpy variant of ChanSpy
20 years ago
Kevin P. Fleming a8b85fda84 more simplification, and correct a bug i introduced in the last commit
20 years ago
Kevin P. Fleming 94fa23aaa1 remove local channel finding wrappers
20 years ago
Kevin P. Fleming 8af55b34ad restore infinite timeout for ast_waitfor() call
20 years ago
Kevin P. Fleming 22d37976f2 various cleanups:
20 years ago
Tilghman Lesher cc3029e871 Typo found on the -dev list
20 years ago
Russell Bryant 4103a6d8d7 fix a seg fault in this application if no context paramater is given
20 years ago
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
20 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
20 years ago
Joshua Colp 457ec51f8d Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
20 years ago
Mark Spencer f6d03e822a Make app_meetme's do_invite more generic.
20 years ago
Russell Bryant 88627c754a add a QueueLog application that allows for custom entries in the queue_log
20 years ago
North Antara 2da3b12c51 case consistency in DISA (or is it "disa"?)
20 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
20 years ago
Tilghman Lesher 88a0996656 Merged revisions 37612 via svnmerge from
20 years ago
Tilghman Lesher 954b0dd624 Whitespace fixes
20 years ago
Tilghman Lesher d8ccfb6711 Whitespace fix
20 years ago
Kevin P. Fleming 3e9edd2702 Merged revisions 37571 via svnmerge from
20 years ago
Kevin P. Fleming dea45f3aa3 only compare the queue entry's max penalty to the member's penalty when the queue entry actually has a non-zero penalty
20 years ago
Kevin P. Fleming ce8a649696 Merged revisions 37441-37442 via svnmerge from
20 years ago
Russell Bryant f8df42ad97 fix some more app_voicemail breakage
20 years ago
Russell Bryant 81dc532887 fix the build options for app_voicemail
20 years ago
Kevin P. Fleming 5b639e6135 Merged revisions 37419 via svnmerge from
20 years ago
Mark Spencer 4c90cf59b7 Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state
20 years ago
Russell Bryant 7791079219 pointer signedness warnings cleanup
20 years ago
Russell Bryant 41bfcf3c57 pointer signedness warnings cleanup
20 years ago
Kevin P. Fleming 3be4c8d3eb actually do proper searching for c-client and output the results so app_voicemail can be built against it
20 years ago
Kevin P. Fleming bc9ed9f5c4 various minor fixes
20 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
20 years ago
Kevin P. Fleming dbf099cdb8 update dependency information to match new names for dependencies
20 years ago
Kevin P. Fleming d5b7bf2ab7 massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
20 years ago
Matt O'Gorman 76f85726aa fix a compiler warning and clean up the code a bit.
20 years ago
Tilghman Lesher 2127a0b7e5 Change superfluous messages to DEBUG and remove dead code
20 years ago
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
20 years ago
Olle Johansson ec9d4711d7 - Add notes about voicemail depending on res_adsi
20 years ago
Tilghman Lesher a58afaa03b Whitespace fixes only.
20 years ago
Olle Johansson fea7dd0b31 Add some comments to the SLA code
20 years ago
Russell Bryant a4c7a1c97c reduce indentation a couple of levels
20 years ago
Russell Bryant 03a277c5cc - remove an unused variable
20 years ago
Russell Bryant a717eef7c1 add RDNIS to the DumpChan application (issue #7432, junky)
20 years ago
Mark Spencer 79221df76c First pass at SLA support
20 years ago
Matt O'Gorman 109737eb1c Updates from transnexus to osplookup, removes res_osp
20 years ago
Tilghman Lesher 1c76072e4b Merged revisions 36377 via svnmerge from
20 years ago
Olle Johansson f8311adcda METERMAIDS:
20 years ago
Olle Johansson 71411c6bae - Formatting
20 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
20 years ago
BJ Weschke 0d0fadc781 Merged revisions 35669 via svnmerge from
20 years ago
Russell Bryant 53a56fcfe7 remove various commands that remove old modules since they have been there a
20 years ago
Tilghman Lesher 89f6ffe1e5 Bug 6589 - option to display channel variables in queue events
20 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
20 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
20 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Joshua Colp 0224dee876 Actually allow realtime queue members to be added (issue #7408 reported by tgrman)
20 years ago
Tilghman Lesher 2c3e94f289 Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
20 years ago
Joshua Colp e6958d9c5e Merged revisions 34911 via svnmerge from
20 years ago
Tilghman Lesher ea05183652 Merged revisions 34875 via svnmerge from
20 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
20 years ago
Kevin P. Fleming e49a367ecf commit russell's menuselect/buildoptions work with some changes:
20 years ago
Russell Bryant 4691e6a29e remove IMAP_STORAGE from the build options list for app_voicemail since it's
20 years ago
Russell Bryant 287fce05d0 add support for setting the CFLAGS for voicemail storage options in menuselect
20 years ago
BJ Weschke 2e8a142c85 Don't ast_request a channel structure twice when a call is being forwarded. (#7362 - twlison / vechers confirming fix)
20 years ago
Kevin P. Fleming b5a13cbef8 Merged revisions 34274 via svnmerge from
20 years ago
Tilghman Lesher 2ee2b192e3 Merged revisions 34242 via svnmerge from
20 years ago
Kevin P. Fleming aba00b66fc use the proper named constants for checking device state, and don't treat UNKNOWN as not available in autofill mode
20 years ago
Kevin P. Fleming 7518a91032 various coding style cleanup and minor fixes
20 years ago
Kevin P. Fleming 11dac47877 Merged revisions 34159-34160 via svnmerge from
20 years ago
Kevin P. Fleming 39b9a1c945 Merged revisions 34087 via svnmerge from
20 years ago
Jim Dixon 8f77de5ebd Allowed proper tx/rx signal exclusivity for simplex repeater modes
20 years ago
Kevin P. Fleming 0af1edefb6 Merged revisions 33841 via svnmerge from
20 years ago
Russell Bryant 883d0f7a05 destroy the loaded say.conf on module unload
20 years ago
Russell Bryant 50dff0e818 fix a place where code returns without unlocking the vm users list and various
20 years ago
Russell Bryant 85560a175c Merged revisions 33781 via svnmerge from
20 years ago
Joshua Colp c311827dc9 Merged revisions 33724 via svnmerge from
20 years ago
Russell Bryant 4cef7b714e fix up some places where frames are not free'd and remove an unnecessary
20 years ago
Russell Bryant f1d5c83b8a Merged revisions 33515 via svnmerge from
20 years ago
Russell Bryant 67cae6a0c7 Merged revisions 33513 via svnmerge from
20 years ago
Russell Bryant d13b9e74be Merged revisions 33510 via svnmerge from
20 years ago
Russell Bryant 7100403fd9 Merged revisions 33480 via svnmerge from
20 years ago
Russell Bryant e0bd903246 Merged revisions 33466 via svnmerge from
20 years ago
Russell Bryant 558d3924ac don't leak a frame when breaking out of the loop on a timeout
20 years ago
Russell Bryant b4e2138311 don't leak a frame when exiting when the user presses '#'
20 years ago
Russell Bryant 1ab804f0ab don't leak a frame when breaking out of the main loop of this app
20 years ago
Kevin P. Fleming 3e41331bf3 get rid of some more compiler warnings (thanks tholo for making me fix the lpc10 stuff... that had been a problem for far too long)
20 years ago
Kevin P. Fleming 8d88bf549d there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
20 years ago
Joshua Colp dcab298cfc Don't double check existence of a variable (issue #7300 reported by foamdino)
20 years ago
Joshua Colp a23af6559c Merged revisions 33294 via svnmerge from
20 years ago
Joshua Colp e3fe7e1c08 Add more missing newlines (issue #7323 reported by darkskiez)
20 years ago
Olle Johansson 9f5aa13142 Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
20 years ago
Olle Johansson dfaa7fd8cf Doxygen update
20 years ago
Russell Bryant 43b82059a5 fix a typo in an option name in config parsing
20 years ago
Russell Bryant f879fd2a22 simplify the loop that iterates through the categories in followme.conf and
20 years ago
Russell Bryant 89cfbf4673 fix an incorrect usage of scanf, where it should be using sscanf, instead,
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 739385e761 remove the WITH_SMDI define
20 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
20 years ago
Russell Bryant db7ee8b54b oops.
20 years ago
Russell Bryant 004848236a move a variable declaration to the beginning of a block
20 years ago
Russell Bryant 6947fdbf62 use sizeof to determine the size of a buffer
20 years ago
Russell Bryant 1bd42310a2 use sizeof to get the size of a buffer
20 years ago
BJ Weschke 6dc79b1447 More updates.
20 years ago
Russell Bryant 66a782e8ce make a global list head static
20 years ago
BJ Weschke 61cfff7b82 More cleanup.
20 years ago
Russell Bryant 204ba36938 move a declaration to the beginning of a block
20 years ago
BJ Weschke 3c30abc476 Don't leak memory.
20 years ago
Russell Bryant aee460f50b allocate an int on the stack instead of with ast_calloc
20 years ago
BJ Weschke 66e0ff5202 All better now!
20 years ago
BJ Weschke 63a271eb55 If the recorded file is found, don't actually start to play it.
20 years ago
Tilghman Lesher 95871f201d Merged revisions 32605 via svnmerge from
20 years ago
Kevin P. Fleming e855040110 fix some compiler warnings about variables used before initialization
20 years ago
BJ Weschke 3d973a0686 Introducing app_followme into /trunk!
20 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
20 years ago
Olle Johansson f80bde18be - Add headers to e-mail with caller ID name and number to simplify automatic parsing
20 years ago
Olle Johansson 439e4963ab - Typo in chan_sip (: missing)
20 years ago
Olle Johansson 11c18976fb Add formats in text form to dumpchan()
20 years ago
Kevin P. Fleming 998eacf17f Merged revisions 31921 via svnmerge from
20 years ago
Tilghman Lesher 53ca50f1c8 Two missed cases
20 years ago
Tilghman Lesher 73a85ff250 Ooops, those characters weren't really periods (credit to John Olson)
20 years ago
Joshua Colp e5753b49ad Documentation changes for Qwell
20 years ago
Joshua Colp a69e488812 Fix up meetme some more (thanks TonyM!!!)
20 years ago
Joshua Colp a74ebe5933 Make the user menu unmute/mute work again, including in combination with the 'l' option.
20 years ago
Kevin P. Fleming 7f3cc8b886 cleanups for commit from issue #5657... set a cause code for a rejected forward request, and actually set tmp->chan to NULL when we reject the forward request
20 years ago
BJ Weschke 871f08ec07 Add an option to app_dial, 'i', to instruct the application ignore any requests from peers to forward calls elsewhere. #5657 (johnlange w/some minor mods)
20 years ago
Kevin P. Fleming 7e84433270 officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'
20 years ago
Joshua Colp f35b95e516 Remove ourselves from the userlist a little bit earlier
20 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
20 years ago
Luigi Rizzo 23233bb115 remove an explicit constant;
20 years ago
BJ Weschke 295c340164 A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Further optimizations are still possible (eg - store and manage pointers to the status integer of the member record that this interface/device has a one-to-one relationship with and then go directly to those pointers to make status modifications rather than the recursive looping that goes on now) BUT first things first. :)
20 years ago
Joshua Colp 8ecf6a7bb1 Merge in branch that adds new features to MeetMeAdmin. See application documentation for more details on the new options. (issue #7131 reported by dmikusa branch by jcollie)
20 years ago
BJ Weschke 59e1522025 Merged revisions 30424 via svnmerge from
20 years ago
Tilghman Lesher 31081f1224 Deprecate SetCallerID (should have happened prior to release of 1.2)
20 years ago
Joshua Colp 0cdb878abb Remove possibility of sending duplicate MeetmeJoin manager events, and only send a MeetmeLeave event if a MeetmeJoin event occured in the first place. (issue #6599 reported by imran - provided patch with few tiny mods)
20 years ago
Joshua Colp 16d0f580f9 Merged revisions 30373 via svnmerge from
20 years ago
Russell Bryant 55d67e71f1 add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too
20 years ago
Russell Bryant d2872c914d - mark some applications deprecated that already have replacements
20 years ago
Russell Bryant a96606b329 add DB_DELETE function for the common case of retrieving and deleting a key in
20 years ago
BJ Weschke 6cfaaf9ac0 Properly initialize destination variables before we send them into pbx_substitute_variables_helper(..). Ya! Testing! Take 2.
20 years ago
BJ Weschke 36cf242f31 Making sure a char ptr is initialized before we strchr on it is a GOOD thing. Ya! Testing!
20 years ago
BJ Weschke 8d890cb626 Doxygen comment for Qwell
20 years ago
BJ Weschke 6848d55d85 Make sure we catch all the instances where a member didn't answer the call sent to them rather than just on a timeout after a dial attempt and some minor code cleanup/reuse.
20 years ago
Joshua Colp f35e669a98 Nothing to see here... move along
20 years ago
Joshua Colp 6f8c704e2b Update some documentation (file internal brain bug #42)
20 years ago
Matt O'Gorman 5a005e8ac8 Merged revisions 30037 via svnmerge from
20 years ago
Joshua Colp 91f9966be3 Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf)
20 years ago
Kevin P. Fleming 6e307c1d81 Merged revisions 29971 via svnmerge from
20 years ago
Jim Dixon f2af2718a6 Added incoming audio notch filtering, plus a bunch of command improvements, etc.
20 years ago
BJ Weschke 6535df3680 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor mods to accomodate recent enum work)
20 years ago
Matt O'Gorman 9d15337fa0 patch from bug 0007204 to make bug 5750 follow standard
20 years ago
Joshua Colp 822a3e81c9 Merged revisions 29555 via svnmerge from
20 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
20 years ago
Joshua Colp 0cc02feae9 Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)
20 years ago
Joshua Colp d2d8052741 don't stop recording until hangup (no terminator) (issue #7168 reported by julien23)
20 years ago
BJ Weschke d1fc8d4687 Add UniqueID to the leave manager event.
20 years ago
Tilghman Lesher 5a8e7415c7 Merged revisions 29398 via svnmerge from
20 years ago
Russell Bryant 99f3f45625 put a bunch of defines in enums, and convert comments to doxygen format
20 years ago
Russell Bryant 3adeececd7 remove a CLI command that has been marked deprecated since before Asterisk 1.0
20 years ago
Russell Bryant 9d53a3e7f5 - add a UserEvent action that allows a manager client to "broadcast" an event
20 years ago
Kevin P. Fleming db55898c0d Merged revisions 28968 via svnmerge from
20 years ago
Russell Bryant bdc30b8d9d fix up another place where the code made assumptions about how space for
20 years ago
Kevin P. Fleming 429360320d let's use the proper variable here, instead of segfaulting (don't know how this worked for anyone at all)
20 years ago
Tilghman Lesher d0c36296d2 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
20 years ago
Joshua Colp ccf365cc70 Merged revisions 28651 via svnmerge from
20 years ago
Joshua Colp 154774e033 Merged revisions 28627 via svnmerge from
20 years ago
Tilghman Lesher f0b985853a Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk than for 1.2)
20 years ago
Joshua Colp 9d4d49cfeb Merged revisions 28212 via svnmerge from
20 years ago
Joshua Colp b37f523eff Merged revisions 28169 via svnmerge from
20 years ago
Olle Johansson e4bedcd7e8 Remove unsupported, unimplemented, unfunctional "v" option from meetme documentation
20 years ago
Joshua Colp 4edfd20a7a Remove needless check for autofill (issue #7180 reported by Marquis)
20 years ago
Joshua Colp 10994f5fbc Merged revisions 27847 via svnmerge from
20 years ago
Tilghman Lesher ffe4dedf29 Merged revisions 27636 via svnmerge from
20 years ago
Joshua Colp d2da48b156 Inherit channel variables when call forwarding through chan_local (issue #7095 reported by raarts)
20 years ago
Kevin P. Fleming 50a91c69c3 make this app actually compile
20 years ago
Olle Johansson 28d9dc7997 Typo
20 years ago
Olle Johansson 185cebac91 Adding check of option_debug
20 years ago
Joshua Colp 80a705c121 Make sure that the channel is answered before doing SpeechBackground. (issue #josh-wait-I-dont-have-issue-numbers)
20 years ago
Russell Bryant 51d5b1fdb2 simplify conference user list handling
20 years ago
Russell Bryant a3ed43f0dc Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
20 years ago
Tilghman Lesher 06882b4232 Merged revisions 27093 via svnmerge from
20 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
20 years ago
Luigi Rizzo 698cead822 support reload say.conf to ease testing
20 years ago
Russell Bryant 932c5c7fd7 use the channel lock wrappers (issue #7120, Mithraen)
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Luigi Rizzo 1904069f71 fix indentation of two large blocks
20 years ago
Luigi Rizzo c99f6d4576 fix a couple of misindented lines;
20 years ago
Luigi Rizzo 298eec4d28 use 'switch' insteaf of multiple 'if'
20 years ago
BJ Weschke 2d65bd68f1 Implement new support for "meetme list <confno> concise"
20 years ago
BJ Weschke afa37c0194 Merged revisions 26050 via svnmerge from
20 years ago
Mark Spencer 9953f4f40e Make SIP early media work more efficiently without so many reinvites
20 years ago
Mark Spencer db502da870 Make menuselect be able to show what the modules are
20 years ago
Russell Bryant 4120afc28e put all the QUEUE_STRATEGY values in an enum, and use them in all of the places
20 years ago
Tilghman Lesher 308618585e Bug 7009 - use the actual path, so that a table index can be used
20 years ago
Tilghman Lesher badac75c18 Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS systems
20 years ago
BJ Weschke 3780d4e7dd strategy "ringall" is really int value of 0, not 1.
20 years ago
Tilghman Lesher a5e16fe676 Warn user if the custom format is not one of the options
20 years ago
BJ Weschke c0186f6b4d Make QueueStatusComplete manager event thread safe by wrapping it inside the already existing Queue Lock clause. #7013 (bziherl reporting)
20 years ago
BJ Weschke a7f330a2d2 Merged revisions 25520 via svnmerge from
20 years ago
BJ Weschke 415dff6f2a Merged revisions 25518 via svnmerge from
20 years ago
BJ Weschke 714aab87bb Fix situation for when there is no monitor_option defined, but there is a monitor_exec defined.
20 years ago
Russell Bryant 03120e00ad use ast_channel_(un)lock
20 years ago
Matt O'Gorman ad825dcd8e added managerevent meetmemute with status on or off.
20 years ago
Russell Bryant fb7757440f remove a check of the result from ast_mutex_lock
20 years ago
BJ Weschke ed46a313d0 Merged revisions 25322 via svnmerge from
20 years ago
Mark Spencer e080c242f1 Minor AJAM fixups
20 years ago
Russell Bryant 24ed662549 add Polish language support to Voicemail, with some minor modifications that
20 years ago
Russell Bryant 10b4545ac0 modify the handling of the new temporary greeting reminder feature so that
20 years ago
BJ Weschke d83bd4d136 Integrate the MixMonitor functionality (introduced in 1.2) as an option for recording queue member conversations with callers. #7084
20 years ago
Russell Bryant 0794168428 add support for having the user reminded that their temporary greeting
20 years ago
BJ Weschke 85e0c889e4 Allow for the execution of an AGI to the caller's channel right before they get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843
20 years ago
Russell Bryant e5b6df5769 move ExecIf from app_while.c to app_exec.c (issue #7094, north)
20 years ago
BJ Weschke 6ed0af6fc3 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
20 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
20 years ago
Russell Bryant 53d09cbaf7 oops :)
20 years ago
Russell Bryant 110a0aa803 Merged revisions 24837 via svnmerge from
20 years ago
Russell Bryant f4f7b74655 - formatting fixes
20 years ago
BJ Weschke 7a9472f8a4 New manager action SendDTMF #6682 (squinky86)
20 years ago
Tilghman Lesher 7734d20eb5 Merged revisions 24706 via svnmerge from
20 years ago
BJ Weschke c037f1abdd Merged revisions 24669 via svnmerge from
20 years ago
Tilghman Lesher 21789c391b Bug 6989 - updates to the ODBC storage mechanism for compatibility with the new res_odbc
20 years ago
BJ Weschke 8ce9bec4ce Documentation / whitespace fix.
20 years ago
BJ Weschke fd7ca09072 Optionally record audio of the page command for re-pages/playback. #6827 (JeffSaxe)
20 years ago
BJ Weschke 76c9d14bb2 Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)
20 years ago
BJ Weschke bdf2a05aa5 Merged revisions 24567 via svnmerge from
20 years ago
BJ Weschke 80c34d2a91 Make sure that callers kicked from queue because of joinempty and leavewhenempty have an event logged with regard to the reason for their departure. #6559 (Corydon76)
20 years ago
BJ Weschke 944c8cc4a6 Log hold time and talktime in queue_log when blind transfers are made by queue members. #7038 (alphaqueue) w/documentation mods added
20 years ago
BJ Weschke ebb7eee9ce Implement and document RINGNOANSWER queue logging functionality to "tattle" on bad queue members.
20 years ago
BJ Weschke 7b3f3db65d Fix autofill behavior in app_queue and document it's functionality in queues.conf.sample and UPGRADE.txt
20 years ago
BJ Weschke a9281a1142 Introducing the REALTIME() dialplan function
20 years ago
BJ Weschke 857f2e8d41 Record bridge channel unique id in "CONNECT" queue_log entry and the corresponding manager event. #6522 (nording) w/ documentation additions where appropriate
20 years ago
Tilghman Lesher 6e24fb7a37 Merged revisions 24097 via svnmerge from
20 years ago
Tilghman Lesher aeed5ca05d Merged revisions 24019 via svnmerge from
20 years ago
BJ Weschke 7f0cc4786b Merged revisions 23988 via svnmerge from
20 years ago
BJ Weschke 649052f980 Merged revisions 23985 via svnmerge from
20 years ago
Russell Bryant 48b812829d remove \n from the end of a couple of synopsis fields
20 years ago
Russell Bryant 8582a58955 remove an extra newline, none of the other synopsis fields for apps have one
20 years ago
Russell Bryant 367f227d89 fix up the app_rpt.o target. oops! (Thanks to Denis Smirnov on the -dev list)
20 years ago
Russell Bryant b97d58024e revert the last change to this Makefile which removed the rules to build
20 years ago
Luigi Rizzo 28efe8a845 remove now useless rule for app_rpt (bug 7059)
20 years ago
Russell Bryant f461c5d160 - convert the list of zones to use the list macros, and add locking (issue #7027, with mods)
20 years ago
Luigi Rizzo 899cdda8cb minor cleanup
20 years ago
Joshua Colp bffe7b29ec Add option 'I' which allows you to record your name, but not review it. This rocks! (issue #7037 reported by jon with minor mods done by moi)
20 years ago
Luigi Rizzo 2904c6956d remove unused variable
20 years ago
Matt O'Gorman 7212fa80ad adds new function QUEUE_WAITING_COUNT and a few
20 years ago
Matt O'Gorman 367de1a73d Merged revisions 22596 via svnmerge from
20 years ago
Matt O'Gorman d5892657fe adds two new applications, exitwhile, and continuewhile
20 years ago
Tilghman Lesher e3f569532f Deprecate prefixed options in voicemail
20 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
20 years ago
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
20 years ago
Luigi Rizzo b560433a36 convert to use ast_stream_and_wait
20 years ago
Luigi Rizzo d4eea1066b convert to use ast_strem_and_wait
20 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
20 years ago
Luigi Rizzo b5e6162359 more NULL "" equivalence in cid fields.
20 years ago
Luigi Rizzo 1a6572c4e6 more NULL "" equivalence,
20 years ago
Luigi Rizzo 965ff42bed more NULL "" equivalence in CID fields.
20 years ago
Luigi Rizzo b9f3e4e0f3 move a replicated block of code in the one place where it belongs.
20 years ago
Luigi Rizzo bd01d66909 merge two nested 'if' which are really a single block.
20 years ago
Luigi Rizzo 9476cb356e fix indentation of a large block
20 years ago
Luigi Rizzo 501c9e181c start sorting out the duplicated code in the privacy handler
20 years ago
Luigi Rizzo b3343aecdf merge two nested 'if' which are really a single block.
20 years ago
Luigi Rizzo 73f2d344fb more localization and variable removal
20 years ago
Luigi Rizzo c9f669e56d more localization of variables
20 years ago
Luigi Rizzo c6a8784e95 localize one more variable;
20 years ago
Luigi Rizzo 0f4a1bc9ac localize some variables
20 years ago
Luigi Rizzo 2bdcaa4849 extract a common condition.
20 years ago
Luigi Rizzo 25eb0525d9 fix indentation of some large blocks after previous changes
20 years ago
Luigi Rizzo 25c6ab22f9 more simplifications - use a local variable c instead of o->chan,
20 years ago
Luigi Rizzo acf0f038dc more simplifications
20 years ago
Luigi Rizzo 3aaaa41609 start cleaning up this code so we can split the 900 lines function
20 years ago
Luigi Rizzo d93234c25b add experimental code for new-style "say" application.
20 years ago
Luigi Rizzo c14427878a remove a line that was added by mistake
20 years ago
Tilghman Lesher 8a066de957 Merged revisions 21037 via svnmerge from
20 years ago
Joshua Colp e8a94a71e2 Allow the attachment format to be specified differently for different mailboxes (issue #6961 reported by the ever fabulous Corydon76)
20 years ago
Luigi Rizzo ca9e77fe46 code simplifications
20 years ago
Luigi Rizzo 8977378288 use ast_strdup instead of strdup
20 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
Tilghman Lesher 492e68dab3 Merged revisions 19891 via svnmerge from
20 years ago
Kevin P. Fleming 70bf3715a6 Merged revisions 19812 via svnmerge from
20 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
20 years ago
Joshua Colp 416cd5d8a0 Add ability to see if the person calling said anything or not.
20 years ago
Tilghman Lesher 020305fb58 Merged revisions 19397 via svnmerge from
20 years ago
Tilghman Lesher e5bb12ac83 Merged revisions 19394 via svnmerge from
20 years ago
Kevin P. Fleming 1e9ac855d3 Merged revisions 19348 via svnmerge from
20 years ago
Kevin P. Fleming 77e998a20d Merged revisions 19301 via svnmerge from
20 years ago
BJ Weschke 0b438958df Minor cleanups and error handling for app_dial #6935 (casper)
20 years ago
BJ Weschke d2480538d2 Provide the ability to read extension number after name #6938 (delink)
20 years ago
Luigi Rizzo 7ba1b92a04 normalize code preparing for loader changes
20 years ago
BJ Weschke 44b98afdcd Merged revisions 19008 via svnmerge from
20 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
20 years ago
Kevin P. Fleming cf15740eaf remove support for BYEXTENSION (which nobody even knows about anymore)
20 years ago
Olle Johansson 6843c5ddc6 Issue 6919 - clarify error message
20 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
20 years ago
Tilghman Lesher 1481e53ba8 Merged revisions 18494 via svnmerge from
20 years ago
Russell Bryant e27f756be4 remove traces of "look", something that does not exist in the tree
20 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
20 years ago
Kevin P. Fleming 65e9dce01f Merged revisions 18087 via svnmerge from
20 years ago
BJ Weschke 3b89edc066 More code optimizations. Thanks kpfleming!
20 years ago
BJ Weschke d42357fae1 Fix a problem where if the channel was hungup during detection, the application wouldn't block indefinitely looking for another frame from that channel. Don't try to do frame size analysis on a frame that isn't voice, only report DEBUG and VERBOSE msgs to the logger channels when the DEBUG and VERBOSE settings are high enough to require it, and some other minor cleanups.
20 years ago
Joshua Colp 1749971753 Merged revisions 17905 via svnmerge from
20 years ago
Luigi Rizzo e9b428e121 convert one more file...
20 years ago
Luigi Rizzo 1fd898bd84 convert a couple of applications to the new module style
20 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
20 years ago
Tilghman Lesher 701b49027d Bug 6508 - if priority was a number, then findlabel fails
20 years ago
Tilghman Lesher e019a106c7 Bug 6886 - Add application TryExec, which does mostly the same thing, but returns differently
20 years ago
Olle Johansson 982a66a93a Issue #6882
20 years ago
Matt O'Gorman a536eb6ec7 minor code clean up from 6880
20 years ago
Matt O'Gorman 28fd3a4ef1 Merged revisions 17283 via svnmerge from
20 years ago
Jim Dixon 44d1382a05 Removed "frog" command (so it could be moved to cli.c)
20 years ago
Luigi Rizzo 7e2b1c539a localize a variable
20 years ago
Luigi Rizzo b7467d7d09 use ast_strdup instead of strdup
20 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
20 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
20 years ago
Tilghman Lesher a532c787f2 Merged revisions 16192 via svnmerge from
20 years ago
Luigi Rizzo c0f2f5b5b8 Normalize some cli completion code.
20 years ago
Luigi Rizzo e735f507b7 more command completion normalization
20 years ago
Luigi Rizzo 606c7dcb93 remove the long since unused STANDARD_LOCAL_USERS macro
20 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
20 years ago
Kevin P. Fleming 968af1b45d rename file to match new application name
20 years ago
Kevin P. Fleming 5c6c266aa9 rename application to have a more logical name
20 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
20 years ago
Tilghman Lesher d104a6d622 Bug 6508 - Redirect arbitrary channel to another extension from the dialplan
20 years ago
Tilghman Lesher ff9fc4f606 Merged revisions 14830 via svnmerge from
20 years ago
Tilghman Lesher 39a99c65c2 Merged revisions 14821 via svnmerge from
20 years ago
Luigi Rizzo 574e9ae7a8 Add missing
20 years ago
BJ Weschke 6d22be794f Merged revisions 14659 via svnmerge from
20 years ago
BJ Weschke fb8ff8ed57 Merged revisions 14467 via svnmerge from
20 years ago
Russell Bryant 4c1d49f5c8 Merged revisions 14462 via svnmerge from
20 years ago
Joshua Colp b60145bbf7 Merged revisions 14276 via svnmerge from
20 years ago
Joshua Colp 7b54d83b1e Merged revisions 14275 via svnmerge from
20 years ago
Russell Bryant 0f03e0ef17 Merged revisions 13851 via svnmerge from
20 years ago
Tilghman Lesher 81a70f668e Merged revisions 13748 via svnmerge from
20 years ago
Tilghman Lesher f35aeb0312 Meetme file is parsed with comma-delimiters, not vertical bars
20 years ago
Russell Bryant fc9d3ba21b Merged revisions 13550 via svnmerge from
20 years ago
Tilghman Lesher b97c3dd6ae Bug 6316 - Add flag to not speak single user announcement
20 years ago
Russell Bryant 9063466dfb update to reflect conversion of the accountcode to use stringfields (issue #6722)
20 years ago
Russell Bryant 686b512e23 Merged revisions 12927 via svnmerge from
20 years ago
Russell Bryant f28abd4020 Merged revisions 12925 via svnmerge from
20 years ago
Russell Bryant 63056dcb8f add a couple of variables to clarify some code (issue #6700)
20 years ago
Olle Johansson 7aeb45a0da Small fixes to the messagecount function (while trying to understand
20 years ago
Tilghman Lesher f86476dd68 Bug 6526 - Add a reference count to avoid crash
20 years ago
Olle Johansson d61a6c9a1c README files have changed names, better change references too :-)
20 years ago
Tilghman Lesher 30a806010a Bug 6459 - tell manager when queue is abandoned
20 years ago
Tilghman Lesher bb92e0ec1f Bug 5702 - Realtime patch for meetme
20 years ago
Olle Johansson 7d3ef37477 Initialize variable (fix by Luigi Rizzo)
20 years ago
BJ Weschke c88e03113f Merged revisions 11778 via svnmerge from
20 years ago
Matt O'Gorman 02aadcc8ae Russian locale for voicemail from bug patch 6603
20 years ago
Jim Dixon 60c5b80818 Fixed nasty lockup bug and added command macros (not to be confused with
20 years ago
Olle Johansson acfc219733 Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
20 years ago
Olle Johansson dd5222fd30 Update to trunk
20 years ago
Tilghman Lesher e912ad9d35 Move conditional compilation for CURL from apps/ to funcs/
20 years ago
Tilghman Lesher 53936916ec Bug 6417 - Allow retrieval of raw CDR values
20 years ago
Tilghman Lesher 61d4406b69 Move CURL function from apps/ to funcs/
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Matt O'Gorman 3ae4285d17 Solved problem where talker hears himself when
20 years ago
Matt O'Gorman cff3864fa5 bug in the linkedlists macros where the prev node
20 years ago
Tilghman Lesher 800c3982df Updating skel application to use current parsing constructs
20 years ago
Matt O'Gorman fecae4f64e Changing syntax once again slightly and standardizing
20 years ago
Tilghman Lesher 55b1d07a97 Merged revisions 10464 via svnmerge from
20 years ago
Russell Bryant f369bbdac3 fix up the summary and help text for the mixmonitor cli command
20 years ago
Tilghman Lesher 92679bc761 Bug 6503 - Change wording from mailbox to folder when referring to the subfolders of a mailbox (less confusing)
20 years ago
Tilghman Lesher 697d3208dd Bug 6516 - u->chan not defined
20 years ago
Russell Bryant 39fbbe1c25 Merged revisions 10301 via svnmerge from
20 years ago
Russell Bryant 118b277ab1 add StopMixMonitor application (issue #6122, with mods)
20 years ago
Tilghman Lesher 6f8cdb5c03 Define the initial values separate from the STATIC definitions
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Kevin P. Fleming f0495e8944 add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
20 years ago
Kevin P. Fleming c1e19165b4 add channel's uniqueid to manager 'join' event (issue #6458)
20 years ago
Kevin P. Fleming 5845408aab update app to use args parser
20 years ago
Kevin P. Fleming 4662d58b01 add API function for parsing strings to time_t (issue #6320, with mods)
20 years ago
Matt O'Gorman ec7df7e557 Now Kevin will be really happy!
20 years ago
Matt O'Gorman 49a04b91a2 changed naming scheme for variables so it matches
20 years ago
Kevin P. Fleming 2f46cb9198 don't use localuser structure for outbound calls (issue #6216)
20 years ago
Kevin P. Fleming c6ddfef02d list macro conversion (issue #6328, with bugfix)
20 years ago
Kevin P. Fleming 918cab0e08 Merged revisions 9961,9964,9990,10018 via svnmerge from
20 years ago
Mark Spencer c3b0828c00 Properly stopsteram on meetme (bug #6137)
20 years ago
Kevin P. Fleming b9918fb16b set properties for new files (i need to get this documented)
20 years ago
Matt O'Gorman f57ae73d62 bug 6485 fixed.
20 years ago
Matt O'Gorman dacbca4699 Commiting 5959 with minor formatting and typo
20 years ago
Tilghman Lesher 073885e1ea Shouldn't have been a public function
20 years ago
Russell Bryant 2f2530b8e6 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
20 years ago
Josh Roberson c09ad4e192 Don't set the formats before we stop indications. (issue #6380)
20 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Tilghman Lesher 3d2404c62c Make the ditlen and tone configurable at runtime
20 years ago
Russell Bryant 303a9855b3 update for change to ast_pbx_outgoing_exten
20 years ago
Kevin P. Fleming 6aa6819c41 use auto-build for apps, simplify variable setting
20 years ago
Kevin P. Fleming e42c6c4f9e set standard properties on all non-binary files
20 years ago
Kevin P. Fleming c7da92d2ea fix compiler warnings
20 years ago
Kevin P. Fleming 7b2988821a clean up SMDI support commit:
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Russell Bryant 3f37ece516 remove some Makefile targets for things that don't exist in the tree
20 years ago
Tilghman Lesher b347ddf3c6 Merged revisions 9156 via svnmerge from
20 years ago
Kevin P. Fleming 193b923925 remove obsolete stuff
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Matt O'Gorman a13ae9b5c1 reverting blocks 9 and 10 from revision 7547
20 years ago
Russell Bryant 8578862401 don't re-define the localuser struct for custom use inside the module (issue #6216)
20 years ago
Russell Bryant 32026d6f49 don't redefine the localuser struct for additional use specific to the module (issue #6216)
20 years ago
Russell Bryant 7707b953e1 store conference list using linked list macros (issue #6327)
20 years ago
Kevin P. Fleming 210d4679ee Merged revisions 8608 via svnmerge from
20 years ago
Matt O'Gorman 83ab52cdc4 changed some settings to app_args and some code
20 years ago
Olle Johansson 92390274e5 Use doxygen for todo's! :-)
20 years ago
Olle Johansson 77752fc8c5 Remove javadoc doxygen format...
20 years ago
Russell Bryant 72a2e892bc fix memory leak from not freeing the list of queue members when freeing a queue
20 years ago
Tilghman Lesher 56bb41460e Bug 6312 - Macro janitor
20 years ago
Tilghman Lesher c3ded332b5 Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen.
20 years ago
Russell Bryant 039ee896c7 oops, don't build app_sql_postgres by default ...
20 years ago
Russell Bryant eefe5d1685 - conversion to allocation wrappers
20 years ago
Russell Bryant a163eaa03c clean up formatting to conform to coding guidelines and fix some typos (issue #6260)
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Tilghman Lesher 41c87ccb97 Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 7ad681adc8 remove lots of useless checks of the result of ast_strdupa
20 years ago
Russell Bryant cb8bd57a21 Merged revisions 8347 via svnmerge from
20 years ago
Olle Johansson ad5eaa9aca More doxygen updates
20 years ago
Tilghman Lesher 2977f19cac Deprecate the use of Random in 1.3, 1.4
20 years ago
Russell Bryant 012e7e948f Merged revisions 8232 via svnmerge from
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Matt O'Gorman d57bc8a513 Merged revisions 8194 via svnmerge from
20 years ago
Matt O'Gorman 90b4d8b9be oops all better now.
20 years ago
Matt O'Gorman 24c4e062cc allow for multiple periodic announcements
20 years ago
Kevin P. Fleming 5af944427f suppress compiler warning
20 years ago
Matt O'Gorman 455f916d83 Merged revisions 8140 via svnmerge from
20 years ago
Olle Johansson 95144f75a5 - Logging clean up
20 years ago
Jim Dixon 80c19330ff Added NOANSWER support, so that optional the DISA application starts without
20 years ago
Russell Bryant 4a7cec937d remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
20 years ago
BJ Weschke 3854a2438e Spelling corrections (mostly in comments and doxygen areas) #6249
20 years ago
Matt O'Gorman 58bac05e59 Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST
20 years ago
Matt O'Gorman 9932a6415a make voicemail files group writable and uses a
20 years ago
Matt O'Gorman 169eeb8599 Added forward context option from 5497
20 years ago
Russell Bryant 55c8fc92a9 Various cleanups from comments in an email from Luigi Rizzo. Thank you!
20 years ago
Matt O'Gorman 130ce286ba added two new features to meetme, autofill and
20 years ago
Matt O'Gorman 2aaffe48e4 allow app_directed_pickup to try to pickup
20 years ago
Tilghman Lesher caa0de6e99 Somebody complained the that length of the dah wasn't quite up to spec...
20 years ago
BJ Weschke f6c5e65266 More memory wrapper cleanup. #6224
20 years ago
BJ Weschke 8637b23569 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod in app_rpt.c
20 years ago
Tilghman Lesher bce06eff5b Fix typos that caused voicemail not to compile.
20 years ago
Matt O'Gorman ac2732ef4e I will never touch VM again...
20 years ago
Matt O'Gorman 791370e026 some error checking added into g and a option
20 years ago
Matt O'Gorman b86c380a58 More cosmetic changes. thanks qwell and everyone
20 years ago
Matt O'Gorman 0228cf5bc0 Minor revisions from bug 6090
20 years ago
BJ Weschke a44bc3a0d7 Remove an unneccessary unlock and do away with the error msg about not being able to unlock the lock. #6201
20 years ago
Russell Bryant 57a8394f6c fix breakage from new feature committed in r7995
20 years ago
BJ Weschke aaa4c9aecc More new memory wrapper work.
20 years ago
BJ Weschke e825a748cf More new memory wrapper work and initializing some memory allocations to zero where they weren't before.
20 years ago
BJ Weschke deae1cbc3f New memory wrapper changes.
20 years ago
BJ Weschke 0c41704c68 Use argument macro in app_voicemail #6221
20 years ago
BJ Weschke 5f542e14cc Use argument macro in app_dictate #6222
20 years ago
Tilghman Lesher 1db503ade6 Merged revisions 7999 via svnmerge from
20 years ago
Tilghman Lesher 35dc7e7ff9 Bug 6213 - Morse code app
20 years ago
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
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