summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2008-06-29various minor fixes created while i worked on getting *every* Asterisk module...Kevin P. Fleming
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-19Allow alternative extensions to be specified for a user.Tilghman Lesher
2008-06-18Merged revisions 123710 via svnmerge from Tilghman Lesher
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-10Merge another change from team/russell/events ...Russell Bryant
2008-06-04We like tabs.Joshua Colp
2008-06-04Merged revisions 120282 via svnmerge from Joshua Colp
2008-06-03Merged revisions 120226 via svnmerge from Tilghman Lesher
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