aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming2-4/+4
2008-07-30Merged revisions 134595 via svnmerge from russell1-34/+55
2008-07-28remove remaining Zaptel references in various placeskpfleming1-10/+0
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-3/+2
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-2/+2
2008-07-06Changing name of global api call to ast_* oej1-1/+1
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-2/+3
2008-07-04Merged revisions 127973 via svnmerge from tilghman1-29/+60
2008-06-29various minor fixes created while i worked on getting *every* Asterisk module...kpfleming3-5/+11
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-2/+2
2008-06-19Allow alternative extensions to be specified for a user.tilghman1-1/+13
2008-06-18Merged revisions 123710 via svnmerge from tilghman1-3/+12
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-9/+19
2008-06-10Merge another change from team/russell/events ...russell3-150/+71
2008-06-04We like tabs.file1-1/+1
2008-06-04Merged revisions 120282 via svnmerge from file1-1/+1
2008-06-03Merged revisions 120226 via svnmerge from tilghman1-18/+26
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-16/+1
2008-06-03Merged revisions 119966 via svnmerge from murf10-1141/+1140
2008-05-27In compat14 mode, don't translate pipes inside expressions, as they aren'ttilghman1-1/+10
2008-05-22Add a compatibility option for upgrading realtime extensionstilghman1-2/+32
2008-05-21Merged revisions 117507 via svnmerge from russell1-0/+4
2008-05-14Add support for codec settings in originate via call file and manager.oej1-2/+6
2008-05-14Doxygen formatting change onlyoej1-32/+19
2008-04-25Lock the channel around datastore accessrussell1-0/+2
2008-04-21(closes issue #12467)murf11-860/+1005
2008-03-27Merged revisions 111341 via svnmerge from murf1-1/+0
2008-03-18Merged revisions 109309 via svnmerge from murf13-0/+99
2008-03-10(closes issue #6019)tilghman1-4/+22
2008-03-07(closes issue #6002)murf2-9/+19
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell2-60/+120
2008-01-27Merged revisions 100465 via svnmerge from tilghman1-24/+9
2008-01-11Merged revisions 98390 via svnmerge from russell1-8/+10
2008-01-10Merged revisions 97753 via svnmerge from russell2-118/+0
2008-01-10Merged revisions 97734 via svnmerge from russell1-66/+0
2008-01-10Several manager changes:tilghman1-1/+1
2008-01-09Merged revisions 97645 via svnmerge from russell1-1/+7
2008-01-09Merged revisions 97640 via svnmerge from russell1-27/+18
2007-12-26Use defined return values in load_module in more places.qwell6-16/+17
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-16Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!oej1-90/+51
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-2/+2
2007-12-14make something staticrussell1-1/+1
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-12-07Update documentation for pbx_lua.qwell1-1/+1
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...murf1-1/+1
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...murf19-358/+339
2007-11-26Change all instances of "CALLERID(number)" to "CALLERID(num)" formmichelson5-23/+23