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
Jeff Peeler 2a7d090ba1
Merged revisions 297824 via svnmerge from
15 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. 16 years ago
Makefile Make this a little more deterministic... we want the latest value, not just a 1 somewhere. 16 years ago
abstract_jb.c Merged revisions 297311 via svnmerge from 15 years ago
acl.c Add the ability for ast_find_ourip to return IPv4, IPv6 or both. 16 years ago
alaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
aoc.c Generic Advice of Charge. 16 years ago
app.c ast_callerid restructuring 16 years ago
ast_expr2.c Merged revisions 293195-293196 via svnmerge from 15 years ago
ast_expr2.fl Merged revisions 245496 via svnmerge from 16 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 Fix some doxygen warnings. 16 years ago
asterisk.c Merged revisions 296533 via svnmerge from 15 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 16 years ago
astfd.c Merged revisions 228338 via svnmerge from 16 years ago
astmm.c Two more minor fixes due to constification 17 years ago
astobj2.c Improve some very confusing structure names in astobj2.c 16 years ago
audiohook.c Merged revisions 279946 via svnmerge from 16 years ago
autochan.c Convert the ast_channel data structure over to the astobj2 framework. 17 years ago
autoservice.c Merged revisions 278167 via svnmerge from 16 years ago
bridging.c pthread_join to assure the thread is really gone 16 years ago
buildinfo.c
callerid.c ast_callerid restructuring 16 years ago
ccss.c Separate call completion config parameter allocation and default initialization. 16 years ago
cdr.c Merged revisions 287115 via svnmerge from 16 years ago
cel.c Make the AST_CEL_AMA enum match up with the AST_CDR_ ama flag values. 16 years ago
channel.c Merged revisions 297824 via svnmerge from 15 years ago
chanvars.c
cli.c Merged revisions 291073 via svnmerge from 16 years ago
config.c Merged revisions 283881 via svnmerge from 16 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 Rate limit calls to fsync() to 1 per second after astdb updates. 16 years ago
devicestate.c Merged revisions 294500 via svnmerge from 15 years ago
dial.c ast_callerid restructuring 16 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 17 years ago
dnsmgr.c Don't use ast_strdupa() from within the arguments to a function. 16 years ago
dsp.c Set threshold for silence detection defaults to 256 16 years ago
ecdisa.h
enum.c Extend max call limit duration from 24.8 days to 292+ million years. 16 years ago
event.c Merged revisions 295710 via svnmerge from 15 years ago
features.c Merged revisions 289339 via svnmerge from 16 years ago
file.c Merged revisions 290575 via svnmerge from 16 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) 16 years ago
fskmodem.c
fskmodem_float.c
fskmodem_int.c
global_datastores.c Add SRTP support for Asterisk 16 years ago
hashtab.c
heap.c Fix handling of removing nodes from the middle of a heap. 16 years ago
http.c Use ast_sockaddr_setnull() when http is not enabled. 16 years ago
image.c More 'static' qualifiers on module global variables. 17 years ago
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 Attempt to fix FreeBSD build problem. 16 years ago
logger.c Fix a regression in verbose logger processing. 16 years ago
manager.c If manager and tls are disabled, do not display TCP/TLS Bindaddress. 15 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 17 years ago
netsock2.c Resolve some compiler errors in ast_sockaddr_is_any(). 16 years ago
pbx.c Merged revisions 295843 via svnmerge from 15 years ago
plc.c
poll.c Merged revisions 285267 via svnmerge from 16 years ago
privacy.c
rtp_engine.c Avoid valgrind warnings for ast_rtp_instance_get_xxx_address 15 years ago
say.c Merged revisions 296351 via svnmerge from 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 Formatting changes 16 years ago
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 17 years ago
strcompat.c Solaris compatibility fixes 16 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 Add IPv6 to Asterisk. 16 years ago
tdd.c Merge changes from str_substitution that are unrelated to that branch. 17 years ago
term.c Revert r280019 for now - This was poorly executed. 16 years ago
test.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 16 years ago
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 17 years ago
timing.c Merged revisions 294277 via svnmerge from 15 years ago
translate.c improved translation paths for wideband codecs 16 years ago
udptl.c Allow IPv6 addresses for UDPTL streams. 16 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
utils.c Fix alignment of stringfields on the SPARC architecture 16 years ago
xml.c Asterisk data retrieval API. 16 years ago
xmldoc.c Revert r280019 for now - This was poorly executed. 16 years ago