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 |
2007-11-14 |
Tilghman Lesher | Typo |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Tilghman Lesher | Add callerid to the Hangup manager event. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Murphy | Rescaled the weights of the patterns to give something... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Murphy | A further problem highlighted by 11233 has been resolve... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Tilghman Lesher | One more typo in config.c; and missed conversions due... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Tilghman Lesher | Typo |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Luigi Rizzo | make the 'name' and 'value' fields in ast_variable... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Russell Bryant | Fix up various coding guidelines issues ... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Russell Bryant | - Use the ARRAY_LEN macro in a couple places |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Russell Bryant | Use BEGIN_OPTIONS / END_OPTIONS to make the syntax... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Russell Bryant | Instead of reserving 800 bytes for periodic announcemen... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Joshua Colp | Merged revisions 89260 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Russell Bryant | Convert most of the strings in the call_queue struct... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Kevin P. Fleming | use simpler technique for removing known entries from... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Russell Bryant | - Simplify removing an item from a list |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Steve Murphy | This hopefully will fix the re-opened 11233. Hadn't... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Steve Murphy | closes issue #11233 -- where some fine points in the... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Jason Parker | Blocked revisions 89254 via svnmerge |
commit | commitdiff | tree | snapshot |
next |