2007-11-19 |
Joshua Colp | Merged revisions 89416 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Luigi Rizzo | revert inclusion of options.h |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Joshua Colp | Change warning messages (which are really debug message... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Olle Johansson | Update CHANGES |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Olle Johansson | Adding busy-level to the SIP_PEER() dialplan function. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Olle Johansson | Add some debugging to the routines that finds our local... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Olle Johansson | Make some notes about a problem I found with the OPTION... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Joshua Colp | Add OSX into the logic that uses md5 instead of md5sum. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Joshua Colp | Use the easy way that rizzo mentioned, only include... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Joshua Colp | Revert last commit, apparently buildbot lied to me. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Joshua Colp | Change how we handle alloca to conform with how it... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Joshua Colp | Change autoconf logic a bit so it says what it is looki... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Joshua Colp | Use autoconf logic to determine the presence of PTHREAD... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Matthew Fredrickson | Add SS7 Generic address support (#11156) |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | if alloca.h is not present, try malloc.h |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | temporarily disable this target in mingw |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | will i ever get precedences for windows right ? |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | reformulate dependencies in a more correct way |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Steve Murphy | a quick fix to pbx_dundi.c to make it so it will compil... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | as discussed some time ago on the -dev list, create... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | prefer socket.h over other variants (winsock etc.) |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | trim more redundant headers |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | remove unnecessary includes |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | fix breakage induced by previous mistake |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | wrong variable, wrong order -> broken build. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | start using asterisk/network.h for network related... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | wrapper for all generic network headers that have diffe... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | main is called main not amain! |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | conditional targets for building the windows version |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | support cygwin targets |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | and this is the last one to have asterisk compile ... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | another cygwin compatibility fix. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | more cygwin/mingw32 compatibility fixes |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | use autoconf results to conditionally compile timersub |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | compatibility fixes for cygwin |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | some version of flex produce code that wants __STDC_VER... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | these linker flags apply to both cygwin and mingw32 |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | add a return NULL to a function that is expected to... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | define RTLD_LOCAL for platforms that don't have it. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | filter out modules that do not compile under windows |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | netdb.h is used for gethostbyname, and it was not inclu... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | Loader for cygwin where asterisk is really a big dll |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | timersub is a macro not a function, so write the check... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Russell Bryant | fix the build of pbx_lua |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Russell Bryant | Update the configure script check for sys/poll.h to... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Russell Bryant | actually let this compile, oops :( |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Russell Bryant | Use the fix suggested by Tilghman on the -dev to make... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | linker flags for mingw32 |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | add detection for timersub() and winsock.h/winsock2.h |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | provide definitions for __LITTLE_ENDIAN and __BIG_ENDIA... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | use poll as detected by configure |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | use autoconf to check for the existence of sys/poll.h |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | this script is run on the build system, not on the... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | compatibility fix for mingw32 |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | acinclude.m4: add a function to help checking sdl-confi... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | add check for the presence of glob |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Luigi Rizzo | more removal of duplicate #include lines |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | remove a bunch of duplicate includes |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Terry Wilson | Fix broken parking dial-back |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Steve Murphy | My goodness, haven't handled an extension deletion... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | paths are already in include/asterisk/paths.h so don... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | whitespace only change - adjust indentation and add... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Russell Bryant | Blocked revisions 89339 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | logger.h does not need options.h |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | remove redundant #include "asterisk/compat.h", |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | remove duplicate headers. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | put back default optimization to -O6 (previously change... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | Start untangling header inclusion in a way that does... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Mark Michelson | Fixing a problem pointed out by Qwell |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Mark Michelson | Added some locks that should have been around astman_se... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Steve Murphy | This corrects a hashtab removal, given a bad argument |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Steve Murphy | This fixes a problem with pattern ranges; and corrects... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | both md5sum and variable substitutions such as ${BUILDS... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Mark Michelson | Adding confirmation playback when forwarding voicemail... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Kevin P. Fleming | Merged revisions 89325 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Mark Michelson | Merged revisions 89323 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | add a small new function to retrieve variables from... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Christian Richter | fixed #10631, about one way audio. thanks IgorG again. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Luigi Rizzo | move the inner part of config file parsing to a separat... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Christian Richter | fixed compilation of chan_misdn, #11269, thanks IgorG. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tilghman Lesher | If we're going to be passing a negative value for the... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tilghman Lesher | Merged revisions 89302 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tilghman Lesher | Merged revisions 89301 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tilghman Lesher | Fix trunk breakage due to chan->lock being renamed. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tilghman Lesher | Merged revisions 89298 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Russell Bryant | Merged revisions 89296 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Murphy | Get rid of a previously missed ast_log call for debug... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Murphy | Perhaps I went overboard on initializing things. I... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Luigi Rizzo | access channel locks through ast_channel_lock/unlock... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Joshua Colp | Fix typo in UPGRADE.txt. 'increase' should have been... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Joshua Colp | And file said... let trunk build again! Accomplished... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Mark Michelson | Merged revisions 89288 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Mark Michelson | Merged revisions 89286 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Olle Johansson | Always relying on the responses when crossing NAT's... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Olle Johansson | Merged revisions 89281 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Olle Johansson | Merged revisions 89280 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Olle Johansson | Exit early instead of deciding to exit after processing... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Olle Johansson | Add support for application/dtmf SIP INFO dtmf handling... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Murphy | Had trouble playing with parking; spent a long time... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Tilghman Lesher | Merged revisions 89275 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |