summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
2008-06-03Merged revisions 119966 via svnmerge from Steve Murphy
2008-05-27In compat14 mode, don't translate pipes inside expressions, as they aren'tTilghman Lesher
2008-05-22Add a compatibility option for upgrading realtime extensionsTilghman Lesher
2008-05-21Merged revisions 117507 via svnmerge from Russell Bryant
2008-05-14Add support for codec settings in originate via call file and manager.Olle Johansson
2008-05-14Doxygen formatting change onlyOlle Johansson
2008-04-25Lock the channel around datastore accessRussell Bryant
2008-04-21(closes issue #12467)Steve Murphy
2008-03-27Merged revisions 111341 via svnmerge from Steve Murphy
2008-03-18Merged revisions 109309 via svnmerge from Steve Murphy
2008-03-10(closes issue #6019)Tilghman Lesher
2008-03-07(closes issue #6002)Steve Murphy
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2008-01-11Merged revisions 98390 via svnmerge from Russell Bryant
2008-01-10Merged revisions 97753 via svnmerge from Russell Bryant
2008-01-10Merged revisions 97734 via svnmerge from Russell Bryant
2008-01-10Several manager changes:Tilghman Lesher
2008-01-09Merged revisions 97645 via svnmerge from Russell Bryant
2008-01-09Merged revisions 97640 via svnmerge from Russell Bryant
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-16Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!Olle Johansson
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-14make something staticRussell Bryant
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-12-07Update documentation for pbx_lua.Jason Parker
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...Steve Murphy
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...Steve Murphy
2007-11-26Change all instances of "CALLERID(number)" to "CALLERID(num)" forMark Michelson
2007-11-26Merged revisions 89592 via svnmerge from Joshua Colp
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...Steve Murphy
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20Make trunk build againTilghman Lesher
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20Fix building of modules under cygwin.Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...Steve Murphy
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17fix the build of pbx_luaRussell Bryant
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...Jason Parker