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
Matthew Jordan b7254422e9
Fix incorrect jitter buffer overflow due to missed resynchronizations
14 years ago
..
editline Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 16 years ago
stdtime Merged revisions 291791 via svnmerge from 16 years ago
Makefile Merged revisions 336733 via svnmerge from 15 years ago
abstract_jb.c Introduction of the JITTERBUFFER dialplan function. 15 years ago
acl.c Prevent outbound SIP NOTIFY packets from displaying a port of 0 14 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 Fix ast_app_dtget() time unit inconsistency. 14 years ago
ast_expr2.c Merged revisions 293197 via svnmerge from 15 years ago
ast_expr2.fl Merged revisions 309808 via svnmerge from 15 years ago
ast_expr2.h Merged revisions 293197 via svnmerge from 15 years ago
ast_expr2.y Merged revisions 293197 via svnmerge from 15 years ago
ast_expr2f.c Merged revisions 309808 via svnmerge from 15 years ago
asterisk.c Allow only one thread at a time to do asterisk cleanup/shutdown. 14 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 16 years ago
asterisk.exports.in Merged revisions 288640 via svnmerge from 16 years ago
astfd.c Merged revisions 228338 via svnmerge from 16 years ago
astmm.c
astobj2.c Check fopen return value for ao2 reference debug output. 14 years ago
audiohook.c Revert a change to audio_audiohook_write_list that had no affect. 14 years ago
autochan.c
autoservice.c Merged revisions 278167 via svnmerge from 16 years ago
bridging.c Fix crash from bridge channel hangup race condition in ConfBridge 14 years ago
buildinfo.c
callerid.c Merged revisions 310636 via svnmerge from 15 years ago
ccss.c Fix case-sensitivity for device-specific event subscriptions and CCSS 14 years ago
cdr.c Merged revisions 321547 via svnmerge from 15 years ago
cel.c Add missing CEL logging fields to various CEL backends. 14 years ago
channel.c Fix Dial m and r options and forked calls generating warnings for voice frames. 14 years ago
chanvars.c
cli.c Make CLI "core show channel" not hold the channel lock during console output. 14 years ago
config.c Make the config parser remove escaping backslashes 14 years ago
cygload.c
data.c Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 15 years ago
datastore.c Merged revisions 273565 via svnmerge from 16 years ago
db.c Sort the output of 'database showkey' as well. 14 years ago
devicestate.c Make hints for invalid SIP devices return Unavail, not idle 14 years ago
dial.c Merged revisions 335064 via svnmerge from 15 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 17 years ago
dnsmgr.c Re-link peers by IP when dnsmgr changes the IP 14 years ago
dsp.c Fix an issue where dsp.c would interpret multiple dtmf events from a single key press. 14 years ago
ecdisa.h
enum.c Merged revisions 329471 via svnmerge from 15 years ago
event.c Fix case-sensitivity for device-specific event subscriptions and CCSS 14 years ago
features.c Fix incorrect sizeof() usage in features.c. 14 years ago
file.c Allow playback of formats that don't support seeking 14 years ago
fixedjitterbuf.c Fix various typos reported by Lintian 16 years ago
fixedjitterbuf.h
format.c Eliminate unnecessary rebuilds of main/format*.c. 14 years ago
format_cap.c Eliminate unnecessary rebuilds of main/format*.c. 14 years ago
format_pref.c Eliminate unnecessary rebuilds of main/format*.c. 14 years ago
frame.c Adds pass-through support for codec CELT. 15 years ago
framehook.c Merged revisions 287647 via svnmerge from 16 years ago
fskmodem.c
fskmodem_float.c Merged revisions 316265 via svnmerge from 15 years ago
fskmodem_int.c
global_datastores.c Add SRTP support for Asterisk 16 years ago
hashtab.c
heap.c Merged revisions 304950 via svnmerge from 15 years ago
http.c Fix TLS port binding behavior as well as reload behavior: 14 years ago
image.c Asterisk media architecture conversion - no more format bitfields 15 years ago
indications.c Audit of ao2_iterator_init() usage for v1.8. 14 years ago
io.c
jitterbuf.c Fix incorrect jitter buffer overflow due to missed resynchronizations 14 years ago
loader.c Track module use count for res_calendar 14 years ago
lock.c Merged revisions 314358 via svnmerge from 15 years ago
logger.c Fix bogus reads/writes of console log levels in asterisk.c 14 years ago
manager.c Eliminate double close of file descriptor in manager.c 14 years ago
md5.c Fix incorrect sizeof() on a pointer in MD5Final(). 14 years ago
message.c Fixes for sending SIP MESSAGE outside of calls. 14 years ago
netsock.c Find even more network interfaces. 14 years ago
netsock2.c Merged revisions 332559 via svnmerge from 15 years ago
pbx.c Don't use a buffer after it goes out of scope. 14 years ago
plc.c Merged revisions 316265 via svnmerge from 15 years ago
poll.c Merged revisions 285268 via svnmerge from 16 years ago
privacy.c
rtp_engine.c Allow SRTP policies to be reloaded 14 years ago
say.c Add Asterisk TestSuite event hooks to support ConfBridge testing 14 years ago
sched.c Fix inaccurate sizeof() in sched.c. 14 years ago
security_events.c Generate Security events in chan_sip using new Security Events Framework 15 years ago
sha1.c Update SHA1 code to RFC 6234 15 years ago
slinfactory.c Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 15 years ago
srv.c Merged revisions 321392 via svnmerge from 15 years ago
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 17 years ago
strcompat.c Merged revisions 301263 via svnmerge from 15 years ago
strings.c fixes segfault on logging 16 years ago
stun.c Re-resolve the STUN address if a STUN poll fails for res_stun_monitor. 14 years ago
syslog.c
taskprocessor.c Audit of ao2_iterator_init() usage for v1.8. 14 years ago
tcptls.c r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines 14 years ago
tdd.c
term.c Merged revisions 330107 via svnmerge from 15 years ago
test.c Avoid unnecessary rebuilds of main/test.c. 14 years ago
threadstorage.c
timing.c Merged revisions 294278 via svnmerge from 15 years ago
translate.c Fix compiler warning. 15 years ago
udptl.c Correct the default udptl port range. 14 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
utils.c Update stringfield documentation for removed second va_list in favor of va_copy. 14 years ago
xml.c Asterisk data retrieval API. 16 years ago
xmldoc.c Merged revisions 340108 via svnmerge from 15 years ago