2006-05-08 |
BJ Weschke | Oops. :( |
commit | commitdiff | tree |
2006-05-08 |
BJ Weschke | Don't recheck valid_exit() after getting the result... |
commit | commitdiff | tree |
2006-05-08 |
Joshua Colp | Incorrect log statement when playing transfer sounds... |
commit | commitdiff | tree |
2006-05-07 |
BJ Weschke | Fix playback behavior to exit correctly when we receiv... |
commit | commitdiff | tree |
2006-05-07 |
BJ Weschke | Reset the value of ast_mainpid if we fork so future... |
commit | commitdiff | tree |
2006-05-06 |
Russell Bryant | re-add a couple of lines that I shouldn't have removed... |
commit | commitdiff | tree |
2006-05-06 |
Russell Bryant | fix a problem where the frame's data pointer is overwri... |
commit | commitdiff | tree |
2006-05-06 |
Russell Bryant | ensure that the appropriate manager events are sent... |
commit | commitdiff | tree |
2006-05-05 |
Russell Bryant | update chan_h323 to reflect the new prototype for rtp_s... |
commit | commitdiff | tree |
2006-05-05 |
BJ Weschke | Voicemail fixes along with an API change approved... |
commit | commitdiff | tree |
2006-05-05 |
Russell Bryant | use the correct function name ... |
commit | commitdiff | tree |
2006-05-05 |
Russell Bryant | use pbx_checkcondition() instead of ast_true() to evalu... |
commit | commitdiff | tree |
2006-05-04 |
Tilghman Lesher | Bug 7023 - reload should not unpause members |
commit | commitdiff | tree |
2006-05-04 |
BJ Weschke | Make sure that only the "|" is a recognized delimiter... |
commit | commitdiff | tree |
2006-05-03 |
BJ Weschke | Correct application documentation to make users aware... |
commit | commitdiff | tree |
2006-05-03 |
Russell Bryant | fix up "make rpm" |
commit | commitdiff | tree |
2006-05-03 |
Olle Johansson | Issue #7074 - Problem with long contact lines |
commit | commitdiff | tree |
2006-05-02 |
BJ Weschke | Make certain ast_stopstream() sets the channel's strea... |
commit | commitdiff | tree |
2006-05-02 |
Tilghman Lesher | Prompt does not request '#' to end input, so the applic... |
commit | commitdiff | tree |
2006-05-01 |
Tilghman Lesher | Bug 6864 - drop realtime priority on ALL external processes |
commit | commitdiff | tree |
2006-05-01 |
BJ Weschke | Correct a condition from the prior patch that could... |
commit | commitdiff | tree |
2006-05-01 |
BJ Weschke | Make sure that when someone 0's out while recording... |
commit | commitdiff | tree |
2006-05-01 |
Russell Bryant | add missing locking of the dialplan functions list... |
commit | commitdiff | tree |
2006-05-01 |
Kevin P. Fleming | fix this to actually compile so people can learn from it |
commit | commitdiff | tree |
2006-05-01 |
Kevin P. Fleming | eliminate compiler warning |
commit | commitdiff | tree |
2006-04-30 |
Kevin P. Fleming | remove a pointless comparison, since the buffer is... |
commit | commitdiff | tree |
2006-04-30 |
Kevin P. Fleming | allow top-level OPTIMIZE setting to affect builds in... |
commit | commitdiff | tree |
2006-04-30 |
Kevin P. Fleming | let the compiler determine whether hardware or software... |
commit | commitdiff | tree |
2006-04-30 |
Kevin P. Fleming | remove extraneous -m64 flag that is not needed |
commit | commitdiff | tree |
2006-04-30 |
Kevin P. Fleming | ensure that the script output is correctly generated... |
commit | commitdiff | tree |
2006-04-29 |
Kevin P. Fleming | do installation in subdirs as a separate target (so... |
commit | commitdiff | tree |
2006-04-28 |
Russell Bryant | note that group assignments must be from 0 to 63 (issue... |
commit | commitdiff | tree |
2006-04-27 |
Joshua Colp | Queue(somequeue,,,,) -> interpreted as Queue(somequeue... |
commit | commitdiff | tree |
2006-04-27 |
Matthew Fredrickson | Fix buglet in channel reassignment on SETUP_ACK |
commit | commitdiff | tree |
2006-04-26 |
Matt O'Gorman | do not allow for users to forward voicemail to |
commit | commitdiff | tree |
2006-04-21 |
Tilghman Lesher | Rolling back change until kpfleming is comfy |
commit | commitdiff | tree |
2006-04-21 |
Tilghman Lesher | Bug 7004 - release all threads waiting on a condition... |
commit | commitdiff | tree |
2006-04-19 |
Kevin P. Fleming | support system-specific scripts in safe_asterisk, befor... |
commit | commitdiff | tree |
2006-04-19 |
Tilghman Lesher | Bug 6553 - plug memory leaks when ODBC connection is... |
commit | commitdiff | tree |
2006-04-18 |
Kevin P. Fleming | properly handle brace-wrapped strings in variable/funct... |
commit | commitdiff | tree |
2006-04-18 |
Tilghman Lesher | Bug 6984 - off by one error in Random() |
commit | commitdiff | tree |
2006-04-17 |
Tilghman Lesher | Bug 6544 - when we remove a music class, the thread... |
commit | commitdiff | tree |
2006-04-14 |
Kevin P. Fleming | uncomment files that actually do exist (oops) |
commit | commitdiff | tree |
2006-04-14 |
Kevin P. Fleming | update text to match actual prompts being distributed... |
commit | commitdiff | tree |
2006-04-13 |
Tilghman Lesher | Bug 6947 - Allow vm broadcasts to more than 256 charact... |
commit | commitdiff | tree |
2006-04-13 |
Kevin P. Fleming | oops... let's not set a variable and then immediately... |
commit | commitdiff | tree |
2006-04-13 |
Tilghman Lesher | Bug 6957 - variable names beginning with CALLERID weren... |
commit | commitdiff | tree |
2006-04-11 |
Tilghman Lesher | Bug 6490 - telco intercept should report NOANSWER inste... |
commit | commitdiff | tree |
2006-04-11 |
Tilghman Lesher | Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL |
commit | commitdiff | tree |
2006-04-11 |
Kevin P. Fleming | don't create a 'voicemail' symlink in the sounds direct... |
commit | commitdiff | tree |
2006-04-11 |
Tilghman Lesher | Bug 6097 - possible descriptor leak |
commit | commitdiff | tree |
2006-04-11 |
Kevin P. Fleming | don't call the originating device as part of the Page... |
commit | commitdiff | tree |
2006-04-11 |
Kevin P. Fleming | simplify spy queue flushing logic, and always force... |
commit | commitdiff | tree |
2006-04-11 |
Kevin P. Fleming | don't destroy the entire dialplan during 'reload',... |
commit | commitdiff | tree |
2006-04-11 |
Joshua Colp | Minor linked lists bug fix. When you're dealing with... |
commit | commitdiff | tree |
2006-04-11 |
Kevin P. Fleming | handle call time limit properly when warning is request... |
commit | commitdiff | tree |
2006-04-11 |
BJ Weschke | When using the silence detector in ast_play_and_record... |
commit | commitdiff | tree |
2006-04-10 |
BJ Weschke | Don't say that we can pass an 'exten' argument in... |
commit | commitdiff | tree |
2006-04-08 |
Tilghman Lesher | Bug 6914 - .txt file fails to rename on operator out |
commit | commitdiff | tree |
2006-04-07 |
Tilghman Lesher | Bug 6913 - fix for possible buffer overflow |
commit | commitdiff | tree |
2006-04-07 |
Olle Johansson | - Fix cause codes |
commit | commitdiff | tree |
2006-04-07 |
Olle Johansson | - Fix possible minor memory leak in chan_sip |
commit | commitdiff | tree |
2006-04-06 |
Kevin P. Fleming | fix typo |
commit | commitdiff | tree |
2006-04-06 |
Kevin P. Fleming | small fix... don't try to check conference details... |
commit | commitdiff | tree |
2006-04-06 |
Kevin P. Fleming | don't try to support 'i' or 'r' options if chan_zap... |
commit | commitdiff | tree |
2006-04-06 |
Russell Bryant | move continue out of block that checks verbose level... |
commit | commitdiff | tree |
2006-04-06 |
Joshua Colp | Update email address to my Digium one |
commit | commitdiff | tree |
2006-04-05 |
Joshua Colp | Unlock channel on failure so that ast_mutex_destroy... |
commit | commitdiff | tree |
2006-04-05 |
Olle Johansson | Issue #6654: Enum crash on ADDRESS record, possibly... |
commit | commitdiff | tree |
2006-04-04 |
Olle Johansson | Issue #6878 - Unhide DNDstate manager events (thanks... |
commit | commitdiff | tree |
2006-04-04 |
Olle Johansson | Issue #6882 - move "res=-1" out of verbosity block... |
commit | commitdiff | tree |
2006-04-04 |
Matt O'Gorman | Adds documentation to show what the w flag. |
commit | commitdiff | tree |
2006-04-03 |
Olle Johansson | Issue 6870 - document that parking lots need to be... |
commit | commitdiff | tree |
2006-04-03 |
Olle Johansson | Issue #6848 take two - Use the tag provided by the... |
commit | commitdiff | tree |
2006-04-03 |
Olle Johansson | Ugly patch to avoid hangup causes in non-final responses |
commit | commitdiff | tree |
2006-03-31 |
Russell Bryant | move a NULL check to before the first time the pointer... |
commit | commitdiff | tree |
2006-03-31 |
Russell Bryant | fix the situation where bindport is specified but binda... |
commit | commitdiff | tree |
2006-03-31 |
Kevin P. Fleming | ensure that hint watchers (subscribers) cannot be added... |
commit | commitdiff | tree |
2006-03-30 |
Tilghman Lesher | Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing... |
commit | commitdiff | tree |
2006-03-30 |
Tilghman Lesher | Bug 6849 - trivial typo fix |
commit | commitdiff | tree |
2006-03-30 |
Joshua Colp | Add another check for 64-bit goodness (issue #6850... |
commit | commitdiff | tree |
2006-03-30 |
Joshua Colp | Do not exceed the array size for maximum allowed moh... |
commit | commitdiff | tree |
2006-03-30 |
Olle Johansson | Set initial value on adsipark |
commit | commitdiff | tree |
2006-03-30 |
Olle Johansson | Typo fix. |
commit | commitdiff | tree |
2006-03-30 |
Olle Johansson | Typo (Issue 6839, casper) |
commit | commitdiff | tree |
2006-03-29 |
Tilghman Lesher | Bug 6830 - Let GosubIf work with the same conditions... |
commit | commitdiff | tree |
2006-03-29 |
Tilghman Lesher | Bug 6835 - Updates to GotoIf help text |
commit | commitdiff | tree |
2006-03-29 |
Russell Bryant | tell unsetenv for solaris to return the result of the... |
commit | commitdiff | tree |
2006-03-29 |
Olle Johansson | Issue #6823 |
commit | commitdiff | tree |
2006-03-29 |
Kevin P. Fleming | ensure that list traversal loops which skip entries... |
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | backport astmm + sparch fixes from the trunk |
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | fix Bus Error on sparc (issue #6354) |
commit | commitdiff | tree |
2006-03-28 |
Olle Johansson | Fix breakage of NAT support for peers with qualify... |
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | fix the order in which for loops are expanded (issue... |
commit | commitdiff | tree |
2006-03-28 |
Tilghman Lesher | Bug 6815 - Adding quotes to make bash happy |
commit | commitdiff | tree |
2006-03-27 |
Olle Johansson | Issue #6736 - Use flags for OPTION messages. Thanks... |
commit | commitdiff | tree |
2006-03-27 |
Olle Johansson | Issue #6597 - sip show registry shows incorrect port |
commit | commitdiff | tree |
2006-03-27 |
Olle Johansson | Issue #6409 - Use "s" extension when there's no usernam... |
commit | commitdiff | tree |
2006-03-25 |
Tilghman Lesher | Bug 6601 - More configuration abilities for the RH... |
commit | commitdiff | tree |
2006-03-25 |
Tilghman Lesher | Fix incorrect size of zeroing (left over from when... |
commit | commitdiff | tree |
next |