dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/main
lmadsen 89bfd6f374 Merge changes related to AST-2011-002 and FAX-281.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.8.2.4@308508 f38db490-d61c-443f-a65b-d21fe96a405b
2011-02-21 18:34:57 +00:00
..
db1-ast Merged revisions 209879 via svnmerge from 2009-08-01 11:29:25 +00:00
editline Revert r280019 for now - This was poorly executed. 2010-07-27 22:30:38 +00:00
stdtime Add missing ifdefs for test framework and new locale code. 2010-10-14 18:45:02 +00:00
Makefile Make this a little more deterministic... we want the latest value, not just a 1 somewhere. 2010-08-02 14:41:46 +00:00
abstract_jb.c Merged revisions 297311 via svnmerge from 2010-12-02 18:13:49 +00:00
acl.c Add the ability for ast_find_ourip to return IPv4, IPv6 or both. 2010-10-14 15:15:12 +00:00
alaw.c Fix compile when certain G711 menuselect options are enabled. 2009-08-19 22:38:46 +00:00
aoc.c Generic Advice of Charge. 2010-06-02 18:10:15 +00:00
app.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
ast_expr2.c Merged revisions 293195-293196 via svnmerge from 2010-10-28 20:00:06 +00:00
ast_expr2.fl Merged revisions 245496 via svnmerge from 2010-02-08 20:41:05 +00:00
ast_expr2.h Merged revisions 293195-293196 via svnmerge from 2010-10-28 20:00:06 +00:00
ast_expr2.y Merged revisions 293195-293196 via svnmerge from 2010-10-28 20:00:06 +00:00
ast_expr2f.c Fix some doxygen warnings. 2010-06-08 14:38:18 +00:00
asterisk.c Merged revisions 296533 via svnmerge from 2010-11-29 07:28:44 +00:00
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 2010-07-14 20:48:59 +00:00
asterisk.exports.in Export timersub for platforms which do not have it 2010-09-24 03:42:37 +00:00
astfd.c Merged revisions 228338 via svnmerge from 2009-11-06 15:42:46 +00:00
astmm.c Two more minor fixes due to constification 2009-05-22 16:53:41 +00:00
astobj2.c Improve some very confusing structure names in astobj2.c 2010-05-16 11:14:37 +00:00
audiohook.c Merged revisions 279946 via svnmerge from 2010-07-27 20:57:00 +00:00
autochan.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
autoservice.c Merged revisions 278167 via svnmerge from 2010-07-20 22:26:23 +00:00
bridging.c pthread_join to assure the thread is really gone 2010-06-02 13:32:22 +00:00
buildinfo.c fix a few small things found by using sparse 2008-10-30 16:49:02 +00:00
callerid.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
ccss.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
cdr.c Merged revisions 287115 via svnmerge from 2010-09-16 19:54:48 +00:00
cel.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
channel.c Merged revisions 297824 via svnmerge from 2010-12-07 22:59:30 +00:00
chanvars.c Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
cli.c Merged revisions 291073 via svnmerge from 2010-10-11 16:42:54 +00:00
config.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
cygload.c Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
data.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
datastore.c Merged revisions 273565 via svnmerge from 2010-07-01 22:16:23 +00:00
db.c Rate limit calls to fsync() to 1 per second after astdb updates. 2010-09-10 20:31:58 +00:00
devicestate.c Merged revisions 294500 via svnmerge from 2010-11-10 12:46:27 +00:00
dial.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 2009-07-08 16:43:12 +00:00
dnsmgr.c Don't use ast_strdupa() from within the arguments to a function. 2010-09-21 15:43:33 +00:00
dsp.c Set threshold for silence detection defaults to 256 2010-06-07 17:34:45 +00:00
ecdisa.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
enum.c Extend max call limit duration from 24.8 days to 292+ million years. 2010-01-18 22:31:25 +00:00
event.c Merged revisions 295710 via svnmerge from 2010-11-20 00:50:00 +00:00
features.c Don't crash after Set(CDR(userfield)=...) in ast_bridge_call 2010-12-09 20:48:44 +00:00
file.c Merged revisions 290575 via svnmerge from 2010-10-06 13:49:19 +00:00
fixedjitterbuf.c Fix various typos reported by Lintian 2010-07-02 15:57:02 +00:00
fixedjitterbuf.h Merged revisions 135841,135847,135850 via svnmerge from 2008-08-06 00:30:53 +00:00
frame.c adds speex 16khz audio support 2010-06-17 17:23:43 +00:00
framehook.c Addition of the FrameHook API (AKA AwesomeHooks) 2010-09-20 22:09:16 +00:00
fskmodem.c (Step 2 of 2) 2008-07-21 21:00:47 +00:00
fskmodem_float.c Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
fskmodem_int.c Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
global_datastores.c Add SRTP support for Asterisk 2010-06-08 05:29:08 +00:00
hashtab.c Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 2009-03-11 00:29:59 +00:00
heap.c Fix handling of removing nodes from the middle of a heap. 2010-05-06 13:58:07 +00:00
http.c Use ast_sockaddr_setnull() when http is not enabled. 2010-07-27 01:53:38 +00:00
image.c More 'static' qualifiers on module global variables. 2009-06-15 17:34:30 +00:00
indications.c Implement AstData API data providers as part of the GSOC 2010 project, 2010-07-08 14:48:42 +00:00
io.c Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
jitterbuf.c Merged revisions 174583 via svnmerge from 2009-02-10 18:16:31 +00:00
loader.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
lock.c Attempt to fix FreeBSD build problem. 2010-06-09 23:56:08 +00:00
logger.c Fix a regression in verbose logger processing. 2010-09-21 13:41:41 +00:00
manager.c If manager and tls are disabled, do not display TCP/TLS Bindaddress. 2010-11-02 20:45:09 +00:00
md5.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
netsock.c Merged revisions 298050 via svnmerge from 2010-12-10 16:26:46 +00:00
netsock2.c Resolve some compiler errors in ast_sockaddr_is_any(). 2010-10-18 19:50:04 +00:00
pbx.c Merged revisions 295843 via svnmerge from 2010-11-22 19:36:10 +00:00
plc.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
poll.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
privacy.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
rtp_engine.c Avoid valgrind warnings for ast_rtp_instance_get_xxx_address 2010-11-03 18:05:14 +00:00
say.c Merged revisions 296351 via svnmerge from 2010-11-26 21:37:21 +00:00
sched.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
security_events.c Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
sha1.c more header removal/normalization 2007-11-21 00:23:49 +00:00
slinfactory.c Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
srv.c Formatting changes 2010-07-16 13:32:22 +00:00
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 2009-07-09 08:31:24 +00:00
strcompat.c Solaris compatibility fixes 2010-09-28 18:18:43 +00:00
strings.c fixes segfault on logging 2010-05-18 22:48:51 +00:00
stun.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
syslog.c Add functions to map syslog facilities and priorities constants to strings. 2009-06-26 13:00:35 +00:00
taskprocessor.c Minor tweaks to comment blocks and includes. 2010-02-22 06:45:52 +00:00
tcptls.c Add IPv6 to Asterisk. 2010-07-08 22:08:07 +00:00
tdd.c Merge changes from str_substitution that are unrelated to that branch. 2009-04-01 20:13:28 +00:00
term.c Revert r280019 for now - This was poorly executed. 2010-07-27 22:30:38 +00:00
test.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 2009-06-01 15:23:21 +00:00
timing.c Merged revisions 294277 via svnmerge from 2010-11-08 21:59:45 +00:00
translate.c Merged revisions 285710 via svnmerge from 2010-09-09 18:51:52 +00:00
udptl.c Merge changes related to AST-2011-002 and FAX-281. 2011-02-21 18:34:57 +00:00
ulaw.c Fix compile when certain G711 menuselect options are enabled. 2009-08-19 22:38:46 +00:00
utils.c Merge changes and update .version and ChangeLog files. 2011-01-20 19:47:11 +00:00
xml.c Asterisk data retrieval API. 2010-04-22 18:07:02 +00:00
xmldoc.c Revert r280019 for now - This was poorly executed. 2010-07-27 22:30:38 +00:00