aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo18-45/+74
2007-11-20i got a little carried away with commas ...russell2-5/+5
2007-11-20switch compile-time option checking to string storage mode in this branch tookpfleming3-14/+14
2007-11-20fix the zaptel configure script checkrussell2-18/+22
2007-11-20the 'version' is now $7 not $6rizzo1-1/+1
2007-11-20Merged revisions 89457 via svnmerge from mmichelson1-0/+2
2007-11-20prepare to support console_videorizzo1-2/+5
2007-11-20Fix building of modules under cygwin.rizzo5-2/+22
2007-11-20Changed occurrences of "busy-level" to "busylevel" in sip.conf.samplemmichelson1-4/+4
2007-11-20add an argument for extra headers to AC_EXT_LIB_CHECK,rizzo3-12994/+1203
2007-11-20Merged revisions 89450 via svnmerge from murf1-10/+3
2007-11-20Minor documentation tweak and if an incorrect parameter is given to core show...file1-2/+3
2007-11-20comment a bit the code in acinclude.m4rizzo2-799/+814
2007-11-20Include the compatibility header file in ast_h323.cxx for compatibility reasons.file1-0/+1
2007-11-20Fix sip show history.oej1-2/+2
2007-11-20Change terminology a bit for CLI commands handling SIP channels/calls/dialogs...oej1-5/+5
2007-11-20initial makefile changes to build loadable modules under cygwinrizzo3-6/+9
2007-11-20Get rid of some debug messages in pbx.cmurf1-9/+1
2007-11-19Changed the "busy-level" option in sip.conf to "busylevel" to be more parallelmmichelson2-2/+2
2007-11-19Be a bit more pedantic about the type for holding the md5 sum for the build o...russell1-1/+2
2007-11-19Make the SYSINFO documentation reflect which options were compiled inrussell1-0/+2
2007-11-19These changes were made in response to niklas@tese.se's letter of 11-17-2007,...murf1-18/+61
2007-11-19another few errno.h removalsrizzo3-4/+0
2007-11-19more errno.h removalrizzo13-19/+0
2007-11-19remove unnecessary headersrizzo1-7/+0
2007-11-19remove some unnecessary includes.rizzo2-4/+1
2007-11-19Change delimiter of SIPPEER to be comma (instead of pipe) and further depreca...tilghman1-3/+6
2007-11-19remove some useless includes from codecsrizzo11-37/+0
2007-11-19format handlers don't need network, lock, channel and scheduler headersrizzo14-97/+0
2007-11-19move the declaration of struct ast_channel ast_frame and ast_modulerizzo5-11/+10
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo85-115/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo136-192/+8
2007-11-19a correction to code involved in an extension removalmurf1-2/+2
2007-11-19Adding SYSINFO() dialplan function for retrieval of system informationmmichelson2-0/+123
2007-11-19Merged revisions 89419 via svnmerge from file1-1/+1
2007-11-19Merged revisions 89416 via svnmerge from file1-5/+5
2007-11-19revert inclusion of options.hrizzo1-0/+2
2007-11-19Change warning messages (which are really debug messages) into debug messages.file1-4/+4
2007-11-19Update CHANGESoej1-1/+2
2007-11-19Adding busy-level to the SIP_PEER() dialplan function. oej1-0/+3
2007-11-19Add some debugging to the routines that finds our local IP address.oej1-1/+7
2007-11-19Make some notes about a problem I found with the OPTIONs handler while workin...oej1-9/+21
2007-11-18Add OSX into the logic that uses md5 instead of md5sum.file1-1/+1
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...file1-1/+1
2007-11-18Revert last commit, apparently buildbot lied to me.file1-8/+3
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...file1-3/+8
2007-11-18Change autoconf logic a bit so it says what it is looking for in two instance...file2-1/+9
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...file5-7/+259
2007-11-17Add SS7 Generic address support (#11156)mattf1-6/+30
2007-11-17if alloca.h is not present, try malloc.hrizzo1-0/+2