Commit Graph

14004 Commits (00647ff5f702108cb53b0fb22a39b4b0cad0417c)
 

Author SHA1 Message Date
Joshua Colp d13f7d94b1 Add volume adjustment to spy audiohook in app_chanspy.
18 years ago
Tilghman Lesher 2c2b644ce1 Formatting cleanups, remove obsolete contributions (modules no longer in
18 years ago
Joshua Colp 2b33aca04c Remove old whisper remnants from channel.h
18 years ago
Tilghman Lesher b6ec350910 Optimize pbx_substitute_variables
18 years ago
Steve Murphy 8c5bf67f4a Merged revisions 87775 via svnmerge from
18 years ago
Tilghman Lesher 59ca511408 Merged revisions 87739 via svnmerge from
18 years ago
Tilghman Lesher f595811265 If no '?' is found in the arguments, don't attempt to continue.
18 years ago
Russell Bryant 3978cb6f1c Merged revisions 87686 via svnmerge from
18 years ago
Jason Parker 9b207275fa Merged revisions 87650 via svnmerge from
18 years ago
Jason Parker e985a00a32 Update documentation to give an example of how to use the return status of RaiseException
18 years ago
Mark Michelson e0d13e169c The priority gets incremented after raising an exception, so the priority should be set to 0
18 years ago
Mark Michelson e5f87bbac3 Jumped the gun a bit in the RaiseException app. It would always return -1
18 years ago
Joshua Colp a4e38b7cd5 Merged revisions 87571 via svnmerge from
18 years ago
Jason Parker efe87112fb Merged revisions 87567 via svnmerge from
18 years ago
Joshua Colp 2ea61ed296 Blocked revisions 87534 via svnmerge
18 years ago
Kevin P. Fleming 6ab27c871a UGH... while trying to fix #10995, I found all kinds of cruft in this Makefile. It should all be gone now, and as a side effect hashtest2 now builds with --enable-dev-mode enabled without a host of errors
18 years ago
Kevin P. Fleming a4b8ca220d clean up assembler and preprocessor files if they are here too
18 years ago
Kevin P. Fleming 780a5c5945 ignore preprocessor and assembler files if they are present
18 years ago
Kevin P. Fleming 7aecaf3957 Merged revisions 87460 via svnmerge from
18 years ago
Russell Bryant c1e08b1ae0 If a caller is listen-only, then don't bother with doing talker detection.
18 years ago
Russell Bryant f7782d60d1 Merged revisions 87396 via svnmerge from
18 years ago
Mark Michelson 3ffc123db9 Adding the more flexible QUEUE_MEMBER function to replace the QUEUE_MEMBER_COUNT function.
18 years ago
Joshua Colp 255e26c480 Drop the RTCP Read too short message to debug. There are some phones out there that send a sort of keep alive packet in the RTCP that trigger this every 5 seconds.
18 years ago
Jason Parker 98617d82a1 Make sure we set flags to a 0 value before trying to use it. Pointed out by seanbright while I was debugging issue 11109.
18 years ago
Russell Bryant 70db49ae2f Merged revisions 87373 via svnmerge from
18 years ago
Joshua Colp 230e7f0ee0 Merged revisions 87342 via svnmerge from
18 years ago
Jason Parker fab2834579 Blocked revisions 87340 via svnmerge
18 years ago
Joshua Colp 34fd65ba3c Remove duplicate stdlib.h include.
18 years ago
Joshua Colp c8777404b3 Add autoconf checks for extra suppserv definitions that are not present in releases yet. chan_misdn should now build against the latest release.
18 years ago
Joshua Colp 0769dd6e1e Merged revisions 87294 via svnmerge from
18 years ago
Tilghman Lesher f5b9b79397 Add a simple dialgroup function. By taking one of the simpler uses of Queue
18 years ago
Tilghman Lesher 64a0a9aa2c Merged revisions 87262 via svnmerge from
18 years ago
Russell Bryant 0706014b1b Update the configure script for the last libss7 API change
18 years ago
Russell Bryant 024bd67277 Make sure a channel exists before attempting to start or stop channel
18 years ago
Matthew Fredrickson db88298c18 Add Circuit Group Queury message code
18 years ago
Matthew Fredrickson 6c452a6408 Make sure we turn on the DSP when we answer the call
18 years ago
Mark Michelson a55b6954e8 Forgot to update CHANGES when I committed the linear queue strategy.
18 years ago
Jason Parker c472a68a8a Correctly use defined return values in (some) load_module functions.
18 years ago
Steve Murphy c9f3efc381 Merged revisions 87168 via svnmerge from
18 years ago
Mark Michelson cf861b38c7 Added queue strategy "linear". This strategy is useful for those who always wish for their
18 years ago
Mark Michelson 6cd5e1aee6 Remove information about the roundrobin strategy from trunk's queues.conf.sample
18 years ago
Tilghman Lesher 7d43ac7004 Merged revisions 87120 via svnmerge from
18 years ago
Tilghman Lesher 713cc3d495 Blocked revisions 87067 via svnmerge
18 years ago
Tilghman Lesher 446a6cdc94 Use the same delimited character as the FILTER function in FIELDQTY and CUT.
18 years ago
Kevin P. Fleming c6a8d45f43 Merged revisions 87069 via svnmerge from
18 years ago
Russell Bryant adc9003fc5 Add support for a muted user to request to talk. The '2' option in the user
18 years ago
Steve Murphy 16d06cb62f closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue.
18 years ago
Mark Michelson a8cc80e36d Adding the general option "shared_lastcall" to queues so that a member's wrapuptime
18 years ago
Jason Parker 6c757caeca Merged revisions 86982 via svnmerge from
18 years ago
Steve Murphy b7ef49c931 closes issue #11005, where #include uses the current dir instead of the config dir (/etc/asterisk) for relative path includes for AEL
18 years ago