Commit Graph

6913 Commits (a19de52a1e29afb93560a63e993d43ae7f1d1217)
 

Author SHA1 Message Date
Tilghman Lesher 49aa847408 Prompt does not request '#' to end input, so the application should not require it
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
BJ Weschke 822ea9615a Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!
20 years ago
BJ Weschke b7f8ee4a6d Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)
20 years ago
Russell Bryant d3d73f3499 add missing locking of the dialplan functions list in the "show functions"
20 years ago
Kevin P. Fleming 9426da88b7 fix this to actually compile so people can learn from it
20 years ago
Kevin P. Fleming 3e1ca33f4e eliminate compiler warning
20 years ago
Kevin P. Fleming 37e9f9a15c remove a pointless comparison, since the buffer is smaller than the length being checked for
20 years ago
Kevin P. Fleming a7961494bd allow top-level OPTIMIZE setting to affect builds in these subdirectories too
20 years ago
Kevin P. Fleming 5d04193649 let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)
20 years ago
Kevin P. Fleming 4397e6dd42 remove extraneous -m64 flag that is not needed
20 years ago
Kevin P. Fleming e5c7e5df97 ensure that the script output is correctly generated when the system's character set does not use the English lowercase/uppercase character groups
20 years ago
Kevin P. Fleming 8ecd579aec do installation in subdirs as a separate target (so external modules can use the Makefile more easily)
20 years ago
Russell Bryant d762abaf3b note that group assignments must be from 0 to 63 (issue #7048)
20 years ago
Joshua Colp d0aef28b0e Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 reported nathan fixed by jsmith - sort of)
20 years ago
Matthew Fredrickson cecda9a947 Fix buglet in channel reassignment on SETUP_ACK
20 years ago
Matt O'Gorman d9b9996a59 do not allow for users to forward voicemail to
20 years ago
Tilghman Lesher 891c6d599e Rolling back change until kpfleming is comfy
20 years ago
Tilghman Lesher f2dc4f491d Bug 7004 - release all threads waiting on a condition prior to freeing it
20 years ago
Kevin P. Fleming 089900af32 support system-specific scripts in safe_asterisk, before starting Asterisk proper
20 years ago
Tilghman Lesher 95bdc91eaf Bug 6553 - plug memory leaks when ODBC connection is down
20 years ago
Kevin P. Fleming 9d5f3974d3 properly handle brace-wrapped strings in variable/function references in the dialplan
20 years ago
Tilghman Lesher e6b64adab2 Bug 6984 - off by one error in Random()
20 years ago
Tilghman Lesher 6abf8e5e92 Bug 6544 - when we remove a music class, the thread servicing it should die
20 years ago
Kevin P. Fleming 0c108cb1ec uncomment files that actually do exist (oops)
20 years ago
Kevin P. Fleming 2939ab99bd update text to match actual prompts being distributed (thanks to Kinsey in the support department for reviewing all the prompts!)
20 years ago
Tilghman Lesher 4bea5adcbf Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes
20 years ago
Kevin P. Fleming bd9026f975 oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return
20 years ago
Tilghman Lesher 9a13dc9d99 Bug 6957 - variable names beginning with CALLERID weren't substituted correctly
20 years ago
Tilghman Lesher 829bf52765 Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL
20 years ago
Tilghman Lesher b224ed93ca Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL
20 years ago
Kevin P. Fleming c3d195a2b3 don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not needed it since January of 2005 (issue #6613)
20 years ago
Tilghman Lesher aea2d73afa Bug 6097 - possible descriptor leak
20 years ago
Kevin P. Fleming 5bc6b3b6fd don't call the originating device as part of the Page() operation (issue #6932)
20 years ago
Kevin P. Fleming 58c3bdc8f1 simplify spy queue flushing logic, and always force a flush when one side gets full, even if the other side is not empty (issue #6457)
20 years ago
Kevin P. Fleming 6f7efa99d5 don't destroy the entire dialplan during 'reload', just atomically replace it like 'extensions reload' does (issue #6047)
20 years ago
Joshua Colp fb912bc629 Minor linked lists bug fix. When you're dealing with swapping entries around a lot it can cause a seg fault.
20 years ago
Kevin P. Fleming 95dc3bba01 handle call time limit properly when warning is requested _after_ call would hae already ended (issue #6356)
20 years ago
BJ Weschke 83b525e2cb When using the silence detector in ast_play_and_record() and ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins)
20 years ago
BJ Weschke 4a40420978 Don't say that we can pass an 'exten' argument in the documentation of Park() when we really cannot. #6902 (opsys)
20 years ago
Tilghman Lesher 08cc142495 Bug 6914 - .txt file fails to rename on operator out
20 years ago
Tilghman Lesher 48d13f84a5 Bug 6913 - fix for possible buffer overflow
20 years ago
Olle Johansson 7b12d67e50 - Fix cause codes
20 years ago
Olle Johansson d98317c7ad - Fix possible minor memory leak in chan_sip
20 years ago
Kevin P. Fleming ce8275960e fix typo
20 years ago
Kevin P. Fleming a6e5c98723 small fix... don't try to check conference details if it couldn't be created or found
20 years ago
Kevin P. Fleming 60df6b45d2 don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675)
20 years ago
Russell Bryant 235212182e move continue out of block that checks verbose level (issue #6880)
20 years ago
Joshua Colp 831a96aac1 Update email address to my Digium one
20 years ago
Joshua Colp bdea273046 Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issue #6647 reported by casper)
20 years ago