Commit Graph

1929 Commits (f60ada0be22cd646454278e102d384a5dbaf7d59)

Author SHA1 Message Date
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