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
Olle Johansson 02a28f4afe
Make sure manager_debug option is reset at reload
14 years ago
..
db1-ast Merged revisions 209879 via svnmerge from 17 years ago
editline Revert r280019 for now - This was poorly executed. 16 years ago
stdtime Add missing ifdefs for test framework and new locale code. 15 years ago
Makefile editing files in main/editline does not ensure rebuild of libedit.a 15 years ago
abstract_jb.c Merged revisions 297311 via svnmerge from 15 years ago
acl.c Restore some conditionals that we lost in r277814. 15 years ago
alaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
aoc.c Typos: recieved => received 15 years ago
app.c Review: https://reviewboard.asterisk.org/r/1364/ 15 years ago
ast_expr2.c Merged revisions 293195-293196 via svnmerge from 15 years ago
ast_expr2.fl Merged revisions 309251 via svnmerge from 15 years ago
ast_expr2.h Merged revisions 293195-293196 via svnmerge from 15 years ago
ast_expr2.y Merged revisions 293195-293196 via svnmerge from 15 years ago
ast_expr2f.c Merged revisions 309251 via svnmerge from 15 years ago
asterisk.c do parse defaultlanguage from asterisk.conf 14 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 16 years ago
asterisk.exports.in Export timersub for platforms which do not have it 15 years ago
astfd.c Merged revisions 228338 via svnmerge from 16 years ago
astmm.c
astobj2.c Add missing debug info for ao2_link for use with REF_DEBUG in ao2 callback. 15 years ago
audiohook.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
autochan.c
autoservice.c Merged revisions 278167 via svnmerge from 16 years ago
bridging.c Revert part of a change to the bridging API code 15 years ago
buildinfo.c
callerid.c Merged revisions 310635 via svnmerge from 15 years ago
ccss.c Be more explicit for CCSS generic device state event subscription. 15 years ago
cdr.c CDR comment tweaks. 15 years ago
cel.c Make the AST_CEL_AMA enum match up with the AST_CDR_ ama flag values. 16 years ago
channel.c Fix bad RTP media bridges in directmedia calls on peers separated by multiple Asterisk nodes. 14 years ago
chanvars.c
cli.c Merged revisions 313859 via svnmerge from 15 years ago
config.c Fix potential memory allocation failure crashes in config.c. 15 years ago
cygload.c
data.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 16 years ago
datastore.c Merged revisions 273565 via svnmerge from 16 years ago
db.c Avoid a DB1 infinite loop bug 15 years ago
devicestate.c Merged revisions 294500 via svnmerge from 15 years ago
dial.c Updated SIP 484 handling; added Incomplete control frame 14 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 17 years ago
dnsmgr.c Add more strict hostname checking to ast_dnsmgr_lookup(). 15 years ago
dsp.c Makes busy detection in dsp.c always allow for at least one frame (20ms) of error so that 200ms tone lengths don't get ignored by single frame error lengths. 15 years ago
ecdisa.h
enum.c Decrease verbose messages to debug, to help clean up CLI. 15 years ago
event.c Fix a crash in res_ais. 14 years ago
features.c Updated SIP 484 handling; added Incomplete control frame 14 years ago
file.c Review: https://reviewboard.asterisk.org/r/1364/ 15 years ago
fixedjitterbuf.c Fix various typos reported by Lintian 16 years ago
fixedjitterbuf.h
frame.c adds speex 16khz audio support 16 years ago
framehook.c Addition of the FrameHook API (AKA AwesomeHooks) 15 years ago
fskmodem.c
fskmodem_float.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
fskmodem_int.c
global_datastores.c Add SRTP support for Asterisk 16 years ago
hashtab.c
heap.c Change mutex tracking so that it only consumes memory in the core mutex object when it's actually being used. 15 years ago
http.c Introduce <support_level> tags in MODULEINFO. 15 years ago
image.c
indications.c Implement AstData API data providers as part of the GSOC 2010 project, 16 years ago
io.c
jitterbuf.c
loader.c When optional_api is non-optional, force dependent modules to be loaded. 16 years ago
lock.c Initialize track pointer 15 years ago
logger.c Fix crash with res_fax when MALLOC_DEBUG and "core stop gracefully" are used. 14 years ago
manager.c Make sure manager_debug option is reset at reload 14 years ago
md5.c
netsock.c Merged revisions 298050 via svnmerge from 15 years ago
netsock2.c Fix possible error on stringification of IPv4-mapped addrs 15 years ago
pbx.c Don't limit the size of appdata for manager originate actions. 14 years ago
plc.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
poll.c Merged revisions 285267 via svnmerge from 16 years ago
privacy.c
rtp_engine.c Fix bad RTP media bridges in directmedia calls on peers separated by multiple Asterisk nodes. 14 years ago
say.c Incorrect playback for Spanish in some circumstances 15 years ago
sched.c Merged revisions 281574 via svnmerge from 16 years ago
security_events.c Add an API for reporting security events, and a security event logging module. 17 years ago
sha1.c
slinfactory.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
srv.c Crash when using hagi and no servers are available. 15 years ago
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 17 years ago
strcompat.c Little endian machines were not converted properly. 15 years ago
strings.c fixes segfault on logging 16 years ago
stun.c Merged revisions 284593,284595 via svnmerge from 16 years ago
syslog.c Add functions to map syslog facilities and priorities constants to strings. 17 years ago
taskprocessor.c Minor tweaks to comment blocks and includes. 16 years ago
tcptls.c Merged revisions 320562 via svnmerge from 15 years ago
tdd.c
term.c Make console colors work for TERM=xterm-256color 15 years ago
test.c Review: https://reviewboard.asterisk.org/r/1364/ 15 years ago
threadstorage.c
timing.c Merged revisions 294277 via svnmerge from 15 years ago
translate.c improved translation paths for wideband codecs 16 years ago
udptl.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
utils.c Adds ast_escape_encoded utility to properly handle escaping of quoted field before uri. 15 years ago
xml.c Asterisk data retrieval API. 16 years ago
xmldoc.c Merged revisions 300520 via svnmerge from 15 years ago