2006-02-19 |
Tilghman Lesher | Fix possible lack of initialization of useadsi |
commit | commitdiff | tree |
2006-02-19 |
Tilghman Lesher | Bug 6539 - Division by two negates error flag |
commit | commitdiff | tree |
2006-02-18 |
Tilghman Lesher | Bug 6529 - memory leak in ast_play_and_prepend |
commit | commitdiff | tree |
2006-02-17 |
Russell Bryant | fix incorrent index calculation for jitterbuffer histor... |
commit | commitdiff | tree |
2006-02-16 |
Russell Bryant | when executing the Directory application from voicemail... |
commit | commitdiff | tree |
2006-02-15 |
Kevin P. Fleming | ensure that agents logged in via the manager interface... |
commit | commitdiff | tree |
2006-02-15 |
Kevin P. Fleming | handle longer ENUM lookup results (issue #6476) |
commit | commitdiff | tree |
2006-02-15 |
Kevin P. Fleming | ensure that FastAGI launcher can handle system call... |
commit | commitdiff | tree |
2006-02-14 |
Matt O'Gorman | bug fix from 6485 with musiconhold not being turned |
commit | commitdiff | tree |
2006-02-14 |
Kevin P. Fleming | don't double-increment abandon counter for calls that... |
commit | commitdiff | tree |
2006-02-14 |
Mark Spencer | Fix stopstream in menus (bug #6137) |
commit | commitdiff | tree |
2006-02-14 |
BJ Weschke | #ifdef the include too. |
commit | commitdiff | tree |
2006-02-14 |
BJ Weschke | #ifdef'd the prctl fix to only try and compile on... |
commit | commitdiff | tree |
2006-02-14 |
Kevin P. Fleming | when answering INVITE, don't send codecs the peer didn... |
commit | commitdiff | tree |
2006-02-14 |
Kevin P. Fleming | revert yesterday's temporary fix for issue #6052 |
commit | commitdiff | tree |
2006-02-14 |
BJ Weschke | Fixed my silly backport error from r9861 |
commit | commitdiff | tree |
2006-02-14 |
BJ Weschke | Merged changes from r9844 from /trunk. Make sure that... |
commit | commitdiff | tree |
2006-02-14 |
Kevin P. Fleming | don't try to use peer's dynamic codec numbers, it leads... |
commit | commitdiff | tree |
2006-02-13 |
Josh Roberson | Don't set the formats before we stop indications. ... |
commit | commitdiff | tree |
2006-02-11 |
Russell Bryant | fix memory leak from not destroying the scheduler conte... |
commit | commitdiff | tree |
2006-02-11 |
Russell Bryant | fix due to CDR changes |
commit | commitdiff | tree |
2006-02-11 |
Russell Bryant | now that CDR is a loadable module, don't depend on... |
commit | commitdiff | tree |
2006-02-11 |
Kevin P. Fleming | clean up my mess from thread-starting change |
commit | commitdiff | tree |
2006-02-11 |
BJ Weschke | kpfleming's fix from r9472 backported to 1.2 |
commit | commitdiff | tree |
2006-02-10 |
Kevin P. Fleming | don't create monitor threads in detached mode, when... |
commit | commitdiff | tree |
2006-02-09 |
Tilghman Lesher | Revert behavior change from previous commit (fixes... |
commit | commitdiff | tree |
2006-02-09 |
Tilghman Lesher | Backport 5929 to 1.2 |
commit | commitdiff | tree |
2006-02-09 |
Russell Bryant | add another location for postgresql headers (issue... |
commit | commitdiff | tree |
2006-02-09 |
Russell Bryant | reload peercontext on iax2 reload (issue #6442) |
commit | commitdiff | tree |
2006-02-08 |
Tilghman Lesher | Leave it to RH/CentOS to put the freetds headers in... |
commit | commitdiff | tree |
2006-02-08 |
Matt O'Gorman | Make logger report error,warning,notice if logger.conf |
commit | commitdiff | tree |
2006-02-05 |
Tilghman Lesher | Bug 6176 - Fix race condition |
commit | commitdiff | tree |
2006-02-02 |
Kevin P. Fleming | don't override ASTERISKVERSIONNUM to 000000 for non... |
commit | commitdiff | tree |
2006-02-02 |
Matthew Fredrickson | Fix for (#6309), potential (highly unlikely) memory... |
commit | commitdiff | tree |
2006-01-30 |
Kevin P. Fleming | disable buggy PRI user-user code until it can be fixed |
commit | commitdiff | tree |
2006-01-28 |
Olle Johansson | Issue 6182 - Don't remove scheduled event until it... |
commit | commitdiff | tree |
2006-01-27 |
Olle Johansson | Issue 6362 - Register without Contact: and Expires... |
commit | commitdiff | tree |
2006-01-27 |
Tilghman Lesher | Bug 6072 - Revisions to the source bison and flex files... |
commit | commitdiff | tree |
2006-01-26 |
Russell Bryant | fix problem with dtmf on e&m (issue #6364) |
commit | commitdiff | tree |
2006-01-26 |
Olle Johansson | Issue 5898: Registrations does not get deleted if there... |
commit | commitdiff | tree |
2006-01-25 |
Russell Bryant | don't call ast_update_realtime with uninitialized varia... |
commit | commitdiff | tree |
2006-01-25 |
Russell Bryant | fix memory leak (inspired by issue #6351) |
commit | commitdiff | tree |
2006-01-25 |
Olle Johansson | Issue #6439 - the "timebomb" bug. Patch by Markster... |
commit | commitdiff | tree |
2006-01-25 |
Russell Bryant | don't leak almost 200 bytes for each new channel (issue... |
commit | commitdiff | tree |
2006-01-25 |
Kevin P. Fleming | ensure hangup cause code is handled properly when chann... |
commit | commitdiff | tree |
2006-01-24 |
Russell Bryant | completely arbitrary whitespace change for testing... |
commit | commitdiff | tree |
2006-01-24 |
Kevin P. Fleming | ensure that channel cannot become zombie after we check... |
commit | commitdiff | tree |
2006-01-24 |
Matthew Fredrickson | Backport fix for #6229, hangup on polarity reversal |
commit | commitdiff | tree |
2006-01-24 |
Olle Johansson | Issue 6114: Don't hangup on BYE/ALSO with no channel. |
commit | commitdiff | tree |
2006-01-24 |
Olle Johansson | Issue #6308 - never send response to ACK. (Reported... |
commit | commitdiff | tree |
2006-01-22 |
Russell Bryant | fix memory leak from not freeing the queue member list... |
commit | commitdiff | tree |
2006-01-22 |
Russell Bryant | fix MixMonitor crash (issue #6321, probably others) |
commit | commitdiff | tree |
2006-01-22 |
BJ Weschke | Bug fix: Correct some scenarios where CALL_LIMIT could... |
commit | commitdiff | tree |
2006-01-22 |
Tilghman Lesher | Bug 6281 - Cannot set more than a single header with... |
commit | commitdiff | tree |
2006-01-22 |
Russell Bryant | add a modified fix to prevent writing outside of the... |
commit | commitdiff | tree |
2006-01-21 |
Russell Bryant | temporarily revert substring fix pending the result... |
commit | commitdiff | tree |
2006-01-21 |
Russell Bryant | prevent the possibility of writing outside of the avail... |
commit | commitdiff | tree |
2006-01-21 |
Tilghman Lesher | Bug 5936 - AddQueueMember fails on realtime queue,... |
commit | commitdiff | tree |
2006-01-20 |
Russell Bryant | fix invalid value of prev_q (issue #6302) |
commit | commitdiff | tree |
2006-01-20 |
Matt O'Gorman | solved problem with delayreject and iax trunking |
commit | commitdiff | tree |
2006-01-19 |
Olle Johansson | Enable "musicclass" setting for sip peers as per the... |
commit | commitdiff | tree |
2006-01-19 |
Tilghman Lesher | Bug 6072 - Memory leaks in the expression parser |
commit | commitdiff | tree |
2006-01-19 |
Russell Bryant | fix Message-Account header to use the ip address if... |
commit | commitdiff | tree |
2006-01-19 |
Russell Bryant | fix a seg fault due to assuming that space gets allocat... |
commit | commitdiff | tree |
2006-01-18 |
Matt O'Gorman | Solves issue with the login proccess in meetme |
commit | commitdiff | tree |
2006-01-18 |
Russell Bryant | remove ChangeLog from the 1.2 branch. It will only... |
commit | commitdiff | tree |
2006-01-18 |
Matt O'Gorman | Changed order of autoload so that pbx_ comes before |
commit | commitdiff | tree |
2006-01-17 |
Matt O'Gorman | Stop any generators running on a channel when |
commit | commitdiff | tree |
2006-01-17 |
Matthew Fredrickson | Backport of fix for #6094 |
commit | commitdiff | tree |
2006-01-17 |
Matt O'Gorman | Fixed code ordering of logger_init and queue_log_init |
commit | commitdiff | tree |
2006-01-17 |
Kevin P. Fleming | update CLI copyright notice |
commit | commitdiff | tree |
2006-01-16 |
Kevin P. Fleming | do rlimit check _after_ reading config file, in case... |
commit | commitdiff | tree |
2006-01-14 |
Tilghman Lesher | Bug 6238 - Fix segfault when delimiter not specified |
commit | commitdiff | tree |
2006-01-13 |
Russell Bryant | fix spelling errors (issue #6227) |
commit | commitdiff | tree |
2006-01-12 |
Tilghman Lesher | Bug 6211 - Add option deletevoicemail as equivalent... |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | move variable to correct scope (issue #6197) |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | fix temp greetings with ODBC storage (issue #6078) |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | fix mem leak on module unload (issue #6190) |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | don't override an error condition that occurred when... |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | lock list of translators *before* recalculating the... |
commit | commitdiff | tree |
2006-01-11 |
Matt O'Gorman | Minor typo refrenced in 6191 |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | fix locking error - lock instead of unlock |
commit | commitdiff | tree |
2006-01-11 |
Russell Bryant | fix a little typo |
commit | commitdiff | tree |
2006-01-11 |
Tilghman Lesher | Bug 6192 - behave correctly when mailbox is specified... |
commit | commitdiff | tree |
2006-01-10 |
Olle Johansson | - Adding reference to README.tds |
commit | commitdiff | tree |
2006-01-09 |
Kevin P. Fleming | re-initialize _all_ sequence numbers when transfer... |
commit | commitdiff | tree |
2006-01-09 |
Russell Bryant | add missing unlock (issue #6112) |
commit | commitdiff | tree |
2006-01-09 |
Tilghman Lesher | Bug 6157 - Memory leak |
commit | commitdiff | tree |
2006-01-09 |
Tilghman Lesher | Update variable documentation to match the code |
commit | commitdiff | tree |
2006-01-09 |
Kevin P. Fleming | commit user/group-related changes from trunk |
commit | commitdiff | tree |
2006-01-09 |
Kevin P. Fleming | backport fix from revision 7856 of trunk |
commit | commitdiff | tree |
2006-01-09 |
Kevin P. Fleming | fix breakage introduced in revision 7871 |
commit | commitdiff | tree |
2006-01-09 |
Russell Bryant | fix seg fault when using greek syntax in VoicemMailMain... |
commit | commitdiff | tree |
2006-01-09 |
Russell Bryant | backport fix for unnecessary unlock (issue #6171) |
commit | commitdiff | tree |
2006-01-07 |
Tilghman Lesher | Bug 6156 - catch all threading errors, not just simple... |
commit | commitdiff | tree |
2006-01-06 |
Tilghman Lesher | Dumb error messages - "Context 'context' already includ... |
commit | commitdiff | tree |
2006-01-06 |
Kevin P. Fleming | update agent persistence when an agent gets logged... |
commit | commitdiff | tree |
2006-01-05 |
Tilghman Lesher | Bug 6076 - Fix documentation of ast_trim_blank return... |
commit | commitdiff | tree |
2006-01-05 |
Kevin P. Fleming | eliminate rounding errors that caused call time limits... |
commit | commitdiff | tree |
2006-01-05 |
Tilghman Lesher | Bug 6081 - fix for memory leak, formatting fixes |
commit | commitdiff | tree |
next |