2007-12-27 |
russell | Don't report a syntax error when an empty string is...
|
commit | commitdiff | tree |
2007-12-27 |
russell | Now that the contexts lock is a read/write lock, it...
|
commit | commitdiff | tree |
2007-12-27 |
russell | Use the constant that I really meant to use here ...
|
commit | commitdiff | tree |
2007-12-27 |
russell | Change ast_translator_best_choice() to only pay attention...
|
commit | commitdiff | tree |
2007-12-26 |
russell | Just in case the AST_FLAG_END_DTMF_ONLY flag was already...
|
commit | commitdiff | tree |
2007-12-26 |
russell | When a channel is in autoservice, mark a flag on the...
|
commit | commitdiff | tree |
2007-12-26 |
russell | Don't try to send a parked call back to itself.
|
commit | commitdiff | tree |
2007-12-26 |
russell | Don't store DTMF BEGIN frames while a channel is in...
|
commit | commitdiff | tree |
2007-12-26 |
russell | List include/asterisk/version.h as a .PHONY target...
|
commit | commitdiff | tree |
2007-12-21 |
russell | Convert the contexts lock to a read/write lock to resolve...
|
commit | commitdiff | tree |
2007-12-20 |
russell | Merged revisions 94255 via svnmerge from
|
commit | commitdiff | tree |
2007-12-20 |
russell | Fix a deadlock in d-channel handling in chan_zap.
|
commit | commitdiff | tree |
2007-12-20 |
russell | Blocked revisions 94214 via svnmerge
|
commit | commitdiff | tree |
2007-12-19 |
russell | Check for the existence of the soxmix application on...
|
commit | commitdiff | tree |
2007-12-14 |
russell | There are a lot of existing systems that #include non...
|
commit | commitdiff | tree |
2007-12-12 |
russell | resolve compiler warning
|
commit | commitdiff | tree |
2007-12-07 |
russell | Make the lock protecting each thread's list of locks...
|
commit | commitdiff | tree |
2007-12-07 |
russell | Fix another bug in the DEBUG_THREADS code. The ast_mutex_in...
|
commit | commitdiff | tree |
2007-12-07 |
russell | I love fixing lock related errors in the lock debugging...
|
commit | commitdiff | tree |
2007-12-07 |
russell | * Add channel locking around datastore operations that...
|
commit | commitdiff | tree |
2007-12-07 |
russell | * Add channel locking around datastore operations that...
|
commit | commitdiff | tree |
2007-12-07 |
russell | * Add a bit more of a verbose comment as to why a hangup...
|
commit | commitdiff | tree |
2007-12-07 |
russell | Don't unlock the dialed_interfaces list until we're...
|
commit | commitdiff | tree |
2007-12-07 |
russell | Allow dialing local channels from Queue() and Dial...
|
commit | commitdiff | tree |
2007-12-07 |
russell | Fix in an issue in the call forwarding handling code...
|
commit | commitdiff | tree |
2007-12-06 |
russell | Add a new module flag to indicate that a build sum...
|
commit | commitdiff | tree |
2007-12-05 |
russell | Make the lock in the threadstorage debugging code untracked...
|
commit | commitdiff | tree |
2007-12-05 |
russell | When DEBUG_THREADS is enabled, we only have the details...
|
commit | commitdiff | tree |
2007-12-05 |
russell | Fix some crashes in chan_iax2 that were reported as...
|
commit | commitdiff | tree |
2007-12-04 |
russell | Modify file.h to maintain API compatibility with earlier...
|
commit | commitdiff | tree |
2007-12-04 |
russell | Make some changes to some additions I made recently...
|
commit | commitdiff | tree |
2007-12-02 |
russell | The other day when I went through making changes as...
|
commit | commitdiff | tree |
2007-11-30 |
russell | Change the behavior of ao2_link(). Previously, in...
|
commit | commitdiff | tree |
2007-11-30 |
russell | Add some notes on the behavior of ao2_unlink() after...
|
commit | commitdiff | tree |
2007-11-29 |
russell | fix some formatting i accidentally changed
|
commit | commitdiff | tree |
2007-11-29 |
russell | This set of changes is to make some callerID handling...
|
commit | commitdiff | tree |
2007-11-29 |
russell | Merge a change from team/russell/chan_refcount ...
|
commit | commitdiff | tree |
2007-11-28 |
russell | - update documentation for some of the goto functions...
|
commit | commitdiff | tree |
2007-11-27 |
russell | Don't do frame processing if ast_read() returned NULL.
|
commit | commitdiff | tree |
2007-11-27 |
russell | Instead of depending on the return value of ast_true...
|
commit | commitdiff | tree |
2007-11-27 |
russell | Don't start/stop autoservice in pbx_extension_helper...
|
commit | commitdiff | tree |
2007-11-27 |
russell | Merge changes from team/russell/autoservice_1.4
|
commit | commitdiff | tree |
2007-11-27 |
russell | Add a note to the sample voicemail config noting that...
|
commit | commitdiff | tree |
2007-11-26 |
russell | Add channel locking to a function that needed to be...
|
commit | commitdiff | tree |
2007-11-22 |
russell | mvanbaak pointed out a spelling error in this sample...
|
commit | commitdiff | tree |
2007-11-16 |
russell | Temporarily revert revision 89325, which added md5...
|
commit | commitdiff | tree |
2007-11-15 |
russell | Update the SLAStation application to account for the...
|
commit | commitdiff | tree |
2007-11-06 |
russell | Fix init_classes() so that classes that actually do...
|
commit | commitdiff | tree |
2007-11-06 |
russell | If someone were to delete the files used by an existing...
|
commit | commitdiff | tree |
2007-11-06 |
russell | Remove some checks to see if locks are initialized...
|
commit | commitdiff | tree |
2007-11-05 |
russell | After seeing crashes related to channel variables,...
|
commit | commitdiff | tree |
2007-11-05 |
russell | When traversing the list of channel variables here...
|
commit | commitdiff | tree |
2007-11-05 |
russell | Fix up some indentation.
|
commit | commitdiff | tree |
2007-11-05 |
russell | Merge changes from asterisk/team/kpfleming/SRV-priority...
|
commit | commitdiff | tree |
2007-11-05 |
russell | Merge the last bit of changes from asterisk/team/russell...
|
commit | commitdiff | tree |
2007-11-05 |
russell | Fix up datastore handling in ast_do_masquerade(). ...
|
commit | commitdiff | tree |
2007-10-30 |
russell | Merge the changes from team/russell/iax2_poke_fix and...
|
commit | commitdiff | tree |
2007-10-29 |
russell | Add some more details to the output of "core show locks...
|
commit | commitdiff | tree |
2007-10-29 |
russell | Remove a lock that doesn't make any sense. The regions...
|
commit | commitdiff | tree |
2007-10-22 |
russell | If lock tracking is not enabled, then we can not attempt...
|
commit | commitdiff | tree |
2007-10-22 |
russell | Don't leak a frame in the case that an END frame is...
|
commit | commitdiff | tree |
2007-10-22 |
russell | Update the static mutex initializer to include the...
|
commit | commitdiff | tree |
2007-10-18 |
russell | Revert erroneous commit.
|
commit | commitdiff | tree |
2007-10-18 |
russell | Add support for setting the maximum trunk size for...
|
commit | commitdiff | tree |
2007-10-18 |
russell | The channel needs to stay locked while running timer...
|
commit | commitdiff | tree |
2007-10-18 |
russell | Execute the RELEASE operation on transcoder channels...
|
commit | commitdiff | tree |
2007-10-18 |
russell | Revert a change that I made for issue #10979 which...
|
commit | commitdiff | tree |
2007-10-17 |
russell | If Asterisk is in the middle of shutting down, respond...
|
commit | commitdiff | tree |
2007-10-16 |
russell | really picky formatting tweak ...
|
commit | commitdiff | tree |
2007-10-16 |
russell | Some locking errors exposed the fact that the lock...
|
commit | commitdiff | tree |
2007-10-16 |
russell | Remove a pointless lock.
|
commit | commitdiff | tree |
2007-10-15 |
russell | Ensure that no pending state changes are leaked when...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Previously, app_queue created a thread to handle every...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Add a small fix for the tw version of saying dates.
|
commit | commitdiff | tree |
2007-10-15 |
russell | Be pedantic about handling memory allocation failure.
|
commit | commitdiff | tree |
2007-10-15 |
russell | The loop in the handler for the "core show locks" could...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Make the default for the srvlookup option to be yes...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Make a few changes so that characters in the upper...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Ensure the buffer passed to ast_canmatch_extension...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Suppress a LOG_DEBUG message if debug is not enabled.
|
commit | commitdiff | tree |
2007-10-15 |
russell | Make sure remote consoles unmute themselves again after...
|
commit | commitdiff | tree |
2007-10-15 |
russell | Make sure that the base64 decoder returns a terminated...
|
commit | commitdiff | tree |
2007-10-14 |
russell | Don't create the context for users in users.conf until...
|
commit | commitdiff | tree |
2007-10-13 |
russell | Fix an issue with console verbosity when running asterisk...
|
commit | commitdiff | tree |
2007-10-13 |
russell | Properly handle the case where read() may return the...
|
commit | commitdiff | tree |
2007-10-12 |
russell | Fix a spelling error in a log message. SMDI, not SDMI.
|
commit | commitdiff | tree |
2007-10-12 |
russell | Fix the potential use of an uninitialized buffer in...
|
commit | commitdiff | tree |
2007-10-10 |
russell | I introduced a new member to the ast_filestream struct...
|
commit | commitdiff | tree |
2007-10-08 |
russell | Enable file dependency tracking for _all_ builds, and...
|
commit | commitdiff | tree |
2007-10-05 |
russell | Do deadlock avoidance in a couple more places. You...
|
commit | commitdiff | tree |
2007-10-05 |
russell | Fix a copy/paste error in the description of UpdateConfig...
|
commit | commitdiff | tree |
2007-10-02 |
russell | * Don't build the menuselect-tree for the tarball,...
|
commit | commitdiff | tree |
2007-10-02 |
russell | Use snprintf instead of sprintf in one place. There...
|
commit | commitdiff | tree |
2007-10-01 |
russell | Fulfull a feature request from Qwell on the "core show...
|
commit | commitdiff | tree |
2007-10-01 |
russell | Add another sanity check in the AGI read loop. We...
|
commit | commitdiff | tree |
2007-10-01 |
russell | Show rwlocks in the "core show locks" output. Before...
|
commit | commitdiff | tree |
2007-10-01 |
russell | Remove another file in "make clean".
|
commit | commitdiff | tree |
2007-10-01 |
russell | Simplify the CAN_EARLY_BRIDGE macro a bit.
|
commit | commitdiff | tree |
2007-09-30 |
russell | Fix the AST_MODULE_INFO macro for C++ modules. The...
|
commit | commitdiff | tree |
2007-09-27 |
russell | remove a todo item that has been completed
|
commit | commitdiff | tree |