aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming30-1005/+17217
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming4-30/+21
2006-04-14This rather large commit changes the way modules are loaded. rizzo6-77/+46
2006-04-11Merged revisions 19345 via svnmerge from kpfleming1-2/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming7-14/+14
2006-04-06whitespace and formatting fix postponed from last commit:rizzo1-143/+133
2006-04-06split pbx_load_module so we can reduce the indentation depth.rizzo1-10/+24
2006-04-06use FREE instead of free as pointer to the destructor function.rizzo1-1/+1
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
2006-03-31fix formattingrizzo1-1/+2
2006-03-31minor code simplifications - no need to use temporaryrizzo1-17/+10
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo3-12/+10
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...oej1-119/+118
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andrizzo1-898/+627
2006-03-28Merged revisions 15658 via svnmerge from russell1-1/+1
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);rizzo1-20/+13
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej2-5/+5
2006-02-24Update to trunkoej2-5/+5
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-7/+4
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the markster1-2/+6
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-1/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-12major dialplan functions updatekpfleming1-17/+7
2006-02-11Merged revisions 9609 via svnmerge from russell1-0/+1
2006-02-11Merged revisions 9581 via svnmerge from russell1-7/+6
2006-02-11use auto-build for pbx moduleskpfleming1-12/+16
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-18constify arguments in more places where strings should not be modified (issue...russell2-9/+12
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-87/+3
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-09Merged revisions 7908 via svnmerge fromtilghman1-1/+2
2006-01-07Merged revisions 7848 via svnmerge fromtilghman1-4/+6
2006-01-06Merged revisions 7831 via svnmerge fromtilghman1-4/+4
2005-12-26Merged revisions 7634 via svnmerge from russell1-3/+3
2005-12-21Merged revisions 7577 via svnmerge fromtilghman1-0/+5
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell2-15/+9
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming13-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-2/+0
2005-11-20Make conform to coding guidelines... thanks drumkilla :)twisted1-4/+2
2005-11-20issue #5806twisted1-4/+9
2005-11-16issue #5761kpfleming1-1/+1
2005-11-14finish merging doxygen updates from issue #5605russell1-13/+16
2005-11-13Never call load_module / unload_modulemarkster1-2/+2
2005-11-11issue #5354kpfleming1-5/+5
2005-11-10issue #5701kpfleming1-2/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell3-0/+3
2005-11-08issue #5648kpfleming4-20/+20
2005-11-06issue #5605russell1-0/+7
2005-11-01issue #4678kpfleming1-2/+8