You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main
Joshua Colp 2e541ec265
Fix build warning (which is transmogrified into an error) with my compiler due to uninitialized variable.
13 years ago
..
editline
stdtime Merged revisions 377138 via svnmerge from 13 years ago
Makefile Correct autoconf script for finding UUID support. 13 years ago
abstract_jb.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
acl.c
adsi.c
alaw.c
aoc.c Reset automerge property. 13 years ago
app.c Fix regression in MWI stasis handling. 13 years ago
ast_expr2.c
ast_expr2.fl
ast_expr2.h
ast_expr2.y
ast_expr2f.c
asterisk.c Update Asterisk's CDRs for the new bridging framework 13 years ago
asterisk.dynamics
asterisk.exports.in This patch adds a new message bus API to Asterisk. 13 years ago
astfd.c
astmm.c Add backtrace generation to MALLOC_DEBUG memory corruption reports 13 years ago
astobj2.c Add backtrace generation to MALLOC_DEBUG memory corruption reports 13 years ago
audiohook.c
autochan.c
autoservice.c Stopped spamming of debug messages during attended transfer. 13 years ago
backtrace.c Add backtrace generation to MALLOC_DEBUG memory corruption reports 13 years ago
bridging.c Update Asterisk's CDRs for the new bridging framework 13 years ago
bridging_basic.c Update Asterisk's CDRs for the new bridging framework 13 years ago
bridging_roles.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
buildinfo.c
callerid.c
ccss.c Move device state distribution to Stasis-core 13 years ago
cdr.c Fix build warning (which is transmogrified into an error) with my compiler due to uninitialized variable. 13 years ago
cel.c Update Asterisk's CDRs for the new bridging framework 13 years ago
channel.c Update Asterisk's CDRs for the new bridging framework 13 years ago
channel_internal_api.c Update Asterisk's CDRs for the new bridging framework 13 years ago
chanvars.c
cli.c Update Asterisk's CDRs for the new bridging framework 13 years ago
config.c Add support for a realtime sorcery module. 13 years ago
config_options.c Refactor CEL channel events on top of Stasis-Core 13 years ago
core_local.c Make local channels use ast_channel_move() instead of the inlined version. 13 years ago
core_unreal.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
cygload.c
data.c Revamp of terminal color codes 13 years ago
datastore.c
db.c
devicestate.c Avoid unnecessary cleanups during immediate shutdown 13 years ago
dial.c Update Asterisk's CDRs for the new bridging framework 13 years ago
dns.c
dnsmgr.c Migrate a large number of AMI events over to Stasis-Core 13 years ago
dsp.c
ecdisa.h
endpoints.c Add support for requiring that all queued messages on a caching topic have been handled before 13 years ago
enum.c Migrate a large number of AMI events over to Stasis-Core 13 years ago
event.c Stasis: Convert network change events into network change stasis messages 13 years ago
features.c Update Asterisk's CDRs for the new bridging framework 13 years ago
features_config.c Just return outright on a reload since we have already processed configuration. 13 years ago
file.c Change cleanup ordering in filestream destructor. 13 years ago
fixedjitterbuf.c
fixedjitterbuf.h
format.c Fix memory leak while loading modules, adding formats, and destroying endpoints 13 years ago
format_cap.c
format_pref.c Address uninitialized conditional that valgrind found 13 years ago
frame.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
framehook.c bridge_native_rtp: Fix native bridge tech being incompatible when it should be. 13 years ago
fskmodem.c
fskmodem_float.c
fskmodem_int.c
global_datastores.c
hashtab.c
heap.c
http.c This patch adds a RESTful HTTP interface to Asterisk. 13 years ago
image.c Reset automerge property. 13 years ago
indications.c Merged revisions 377743 via svnmerge from 13 years ago
io.c
jitterbuf.c
json.c Blow away usage of libjansson's foreach macro 13 years ago
libasteriskssl.c
libasteriskssl.exports.in
loader.c Fix memory leak while loading modules, adding formats, and destroying endpoints 13 years ago
lock.c Fix for segfault in __ast_rwlock_destroy with DEBUG_THREADS 13 years ago
logger.c Add backtrace generation to MALLOC_DEBUG memory corruption reports 13 years ago
manager.c Update Asterisk's CDRs for the new bridging framework 13 years ago
manager_bridging.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
manager_channels.c Update Asterisk's CDRs for the new bridging framework 13 years ago
manager_mwi.c Migrate a large number of AMI events over to Stasis-Core 13 years ago
md5.c
message.c Fix lock errors on startup. 13 years ago
named_acl.c Avoid unnecessary cleanups during immediate shutdown 13 years ago
netsock.c
netsock2.c
parking.c Refactor CEL bridge events on top of Stasis-Core 13 years ago
pbx.c Update Asterisk's CDRs for the new bridging framework 13 years ago
plc.c
poll.c
presencestate.c Avoid unnecessary cleanups during immediate shutdown 13 years ago
privacy.c
rtp_engine.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
say.c
sched.c
security_events.c Avoid unnecessary cleanups during immediate shutdown 13 years ago
sha1.c
sip_api.c
slinfactory.c Fix a memory copying bug in slinfactory which was causing mixmonitor issues. 13 years ago
sorcery.c In Sorcery pass the name of the object being allocated to the allocator. 13 years ago
srv.c Removed #if checks for crazy old versions of OS X. 13 years ago
stasis.c Update Asterisk's CDRs for the new bridging framework 13 years ago
stasis_bridging.c Revert parts of r391855 that were not ready to go in to trunk 13 years ago
stasis_cache.c Update Asterisk's CDRs for the new bridging framework 13 years ago
stasis_channels.c Update Asterisk's CDRs for the new bridging framework 13 years ago
stasis_endpoints.c Add support for requiring that all queued messages on a caching topic have been handled before 13 years ago
stasis_message.c Add vtable and methods for to_json and to_ami for Stasis messages 13 years ago
stasis_message_router.c Fix compiler warning. 13 years ago
strcompat.c Add builtin roundf() for systems lacking it. 13 years ago
strings.c Merge in the bridge_construction branch to make the system use the Bridging API. 13 years ago
stun.c Reset automerge property. 13 years ago
syslog.c
taskprocessor.c Merge the pimp_my_sip branch into trunk. 13 years ago
tcptls.c tcptls: Prevent unsupported options from being set 13 years ago
tdd.c
term.c Revamp of terminal color codes 13 years ago
test.c Update Asterisk's CDRs for the new bridging framework 13 years ago
threadpool.c Merge the pimp_my_sip branch into trunk. 13 years ago
threadstorage.c
timing.c Reset automerge property. 13 years ago
translate.c
udptl.c Add CLI configuration documentation 13 years ago
ulaw.c
utils.c Update Asterisk's CDRs for the new bridging framework 13 years ago
uuid.c Add an \extref doxygen pointer for libuuid. 13 years ago
xml.c Add CLI configuration documentation 13 years ago
xmldoc.c Make things work again 13 years ago