summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-20Get rid of some debug messages in pbx.cSteve Murphy
2007-11-19Changed the "busy-level" option in sip.conf to "busylevel" to be more parallelMark Michelson
2007-11-19Be a bit more pedantic about the type for holding the md5 sum for the build o...Russell Bryant
2007-11-19Make the SYSINFO documentation reflect which options were compiled inRussell Bryant
2007-11-19These changes were made in response to niklas@tese.se's letter of 11-17-2007,...Steve Murphy
2007-11-19another few errno.h removalsLuigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-19remove unnecessary headersLuigi Rizzo
2007-11-19remove some unnecessary includes.Luigi Rizzo
2007-11-19Change delimiter of SIPPEER to be comma (instead of pipe) and further depreca...Tilghman Lesher
2007-11-19remove some useless includes from codecsLuigi Rizzo
2007-11-19format handlers don't need network, lock, channel and scheduler headersLuigi Rizzo
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-19a correction to code involved in an extension removalSteve Murphy
2007-11-19Adding SYSINFO() dialplan function for retrieval of system informationMark Michelson
2007-11-19Merged revisions 89419 via svnmerge from Joshua Colp
2007-11-19Merged revisions 89416 via svnmerge from Joshua Colp
2007-11-19revert inclusion of options.hLuigi Rizzo
2007-11-19Change warning messages (which are really debug messages) into debug messages.Joshua Colp
2007-11-19Update CHANGESOlle Johansson
2007-11-19Adding busy-level to the SIP_PEER() dialplan function. Olle Johansson
2007-11-19Add some debugging to the routines that finds our local IP address.Olle Johansson
2007-11-19Make some notes about a problem I found with the OPTIONs handler while workin...Olle Johansson
2007-11-18Add OSX into the logic that uses md5 instead of md5sum.Joshua Colp
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...Joshua Colp
2007-11-18Revert last commit, apparently buildbot lied to me.Joshua Colp
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...Joshua Colp
2007-11-18Change autoconf logic a bit so it says what it is looking for in two instance...Joshua Colp
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...Joshua Colp
2007-11-17Add SS7 Generic address support (#11156)Matthew Fredrickson
2007-11-17if alloca.h is not present, try malloc.hLuigi Rizzo
2007-11-17temporarily disable this target in mingwLuigi Rizzo
2007-11-17will i ever get precedences for windows right ?Luigi Rizzo
2007-11-17reformulate dependencies in a more correct wayLuigi 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-17as discussed some time ago on the -dev list, create embedde objectLuigi Rizzo
2007-11-17prefer socket.h over other variants (winsock etc.)Luigi Rizzo
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-17remove unnecessary includesLuigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-17wrong variable, wrong order -> broken build.Luigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17wrapper for all generic network headers that have different namesLuigi Rizzo
2007-11-17main is called main not amain!Luigi Rizzo
2007-11-17conditional targets for building the windows versionLuigi Rizzo
2007-11-17support cygwin targetsLuigi Rizzo
2007-11-17and this is the last one to have asterisk compile (not run yet)Luigi Rizzo
2007-11-17another cygwin compatibility fix.Luigi Rizzo