asterisk/asterisk.git
2007-11-17 Steve Murphya quick fix to pbx_dundi.c to make it so it will compil...
2007-11-17 Luigi Rizzoas discussed some time ago on the -dev list, create...
2007-11-17 Luigi Rizzoprefer socket.h over other variants (winsock etc.)
2007-11-17 Luigi Rizzotrim more redundant headers
2007-11-17 Luigi Rizzoremove unnecessary includes
2007-11-17 Luigi Rizzofix breakage induced by previous mistake
2007-11-17 Luigi Rizzowrong variable, wrong order -> broken build.
2007-11-17 Luigi Rizzostart using asterisk/network.h for network related...
2007-11-17 Luigi Rizzowrapper for all generic network headers that have diffe...
2007-11-17 Luigi Rizzomain is called main not amain!
2007-11-17 Luigi Rizzoconditional targets for building the windows version
2007-11-17 Luigi Rizzosupport cygwin targets
2007-11-17 Luigi Rizzoand this is the last one to have asterisk compile ...
2007-11-17 Luigi Rizzoanother cygwin compatibility fix.
2007-11-17 Luigi Rizzomore cygwin/mingw32 compatibility fixes
2007-11-17 Luigi Rizzouse autoconf results to conditionally compile timersub
2007-11-17 Luigi Rizzocompatibility fixes for cygwin
2007-11-17 Luigi Rizzosome version of flex produce code that wants __STDC_VER...
2007-11-17 Luigi Rizzothese linker flags apply to both cygwin and mingw32
2007-11-17 Luigi Rizzoadd a return NULL to a function that is expected to...
2007-11-17 Luigi Rizzodefine RTLD_LOCAL for platforms that don't have it.
2007-11-17 Luigi Rizzofilter out modules that do not compile under windows
2007-11-17 Luigi Rizzonetdb.h is used for gethostbyname, and it was not inclu...
2007-11-17 Luigi RizzoLoader for cygwin where asterisk is really a big dll
2007-11-17 Luigi Rizzotimersub is a macro not a function, so write the check...
2007-11-17 Russell Bryantfix the build of pbx_lua
2007-11-17 Russell BryantUpdate the configure script check for sys/poll.h to...
2007-11-17 Russell Bryantactually let this compile, oops :(
2007-11-17 Russell BryantUse the fix suggested by Tilghman on the -dev to make...
2007-11-17 Luigi Rizzolinker flags for mingw32
2007-11-17 Luigi Rizzoadd detection for timersub() and winsock.h/winsock2.h
2007-11-17 Luigi Rizzoprovide definitions for __LITTLE_ENDIAN and __BIG_ENDIA...
2007-11-17 Luigi Rizzouse poll as detected by configure
2007-11-17 Luigi Rizzouse autoconf to check for the existence of sys/poll.h
2007-11-17 Luigi Rizzothis script is run on the build system, not on the...
2007-11-17 Luigi Rizzocompatibility fix for mingw32
2007-11-17 Luigi Rizzoacinclude.m4: add a function to help checking sdl-confi...
2007-11-17 Luigi Rizzoadd check for the presence of glob
2007-11-17 Luigi Rizzomore removal of duplicate #include lines
2007-11-16 Luigi Rizzoremove a bunch of duplicate includes
2007-11-16 Terry WilsonFix broken parking dial-back
2007-11-16 Steve MurphyMy goodness, haven't handled an extension deletion...
2007-11-16 Luigi Rizzopaths are already in include/asterisk/paths.h so don...
2007-11-16 Luigi Rizzowhitespace only change - adjust indentation and add...
2007-11-16 Russell BryantBlocked revisions 89339 via svnmerge
2007-11-16 Luigi Rizzologger.h does not need options.h
2007-11-16 Luigi Rizzoremove redundant #include "asterisk/compat.h",
2007-11-16 Luigi Rizzoremove duplicate headers.
2007-11-16 Luigi Rizzoput back default optimization to -O6 (previously change...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-16 Mark MichelsonFixing a problem pointed out by Qwell
2007-11-16 Mark MichelsonAdded some locks that should have been around astman_se...
2007-11-16 Steve MurphyThis corrects a hashtab removal, given a bad argument
2007-11-16 Steve MurphyThis fixes a problem with pattern ranges; and corrects...
2007-11-16 Luigi Rizzoboth md5sum and variable substitutions such as ${BUILDS...
2007-11-16 Mark MichelsonAdding confirmation playback when forwarding voicemail...
2007-11-16 Kevin P. FlemingMerged revisions 89325 via svnmerge from
2007-11-16 Mark MichelsonMerged revisions 89323 via svnmerge from
2007-11-16 Luigi Rizzoadd a small new function to retrieve variables from...
2007-11-16 Christian Richterfixed #10631, about one way audio. thanks IgorG again.
2007-11-16 Luigi Rizzomove the inner part of config file parsing to a separat...
2007-11-16 Christian Richterfixed compilation of chan_misdn, #11269, thanks IgorG.
2007-11-15 Tilghman LesherIf we're going to be passing a negative value for the...
2007-11-15 Tilghman LesherMerged revisions 89302 via svnmerge from
2007-11-15 Tilghman LesherMerged revisions 89301 via svnmerge from
2007-11-15 Tilghman LesherFix trunk breakage due to chan->lock being renamed.
2007-11-15 Tilghman LesherMerged revisions 89298 via svnmerge from
2007-11-15 Russell BryantMerged revisions 89296 via svnmerge from
2007-11-15 Steve MurphyGet rid of a previously missed ast_log call for debug...
2007-11-15 Steve MurphyPerhaps I went overboard on initializing things. I...
2007-11-15 Luigi Rizzoaccess channel locks through ast_channel_lock/unlock...
2007-11-15 Joshua ColpFix typo in UPGRADE.txt. 'increase' should have been...
2007-11-15 Joshua ColpAnd file said... let trunk build again! Accomplished...
2007-11-15 Mark MichelsonMerged revisions 89288 via svnmerge from
2007-11-15 Mark MichelsonMerged revisions 89286 via svnmerge from
2007-11-15 Olle JohanssonAlways relying on the responses when crossing NAT's...
2007-11-15 Olle JohanssonMerged revisions 89281 via svnmerge from
2007-11-15 Olle JohanssonMerged revisions 89280 via svnmerge from
2007-11-15 Olle JohanssonExit early instead of deciding to exit after processing...
2007-11-15 Olle JohanssonAdd support for application/dtmf SIP INFO dtmf handling...
2007-11-15 Steve MurphyHad trouble playing with parking; spent a long time...
2007-11-15 Tilghman LesherMerged revisions 89275 via svnmerge from
2007-11-14 Tilghman LesherTypo
2007-11-14 Tilghman LesherAdd callerid to the Hangup manager event.
2007-11-14 Steve MurphyRescaled the weights of the patterns to give something...
2007-11-14 Steve MurphyA further problem highlighted by 11233 has been resolve...
2007-11-14 Tilghman LesherOne more typo in config.c; and missed conversions due...
2007-11-14 Tilghman LesherTypo
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-14 Russell BryantFix up various coding guidelines issues ...
2007-11-14 Russell Bryant- Use the ARRAY_LEN macro in a couple places
2007-11-14 Russell BryantUse BEGIN_OPTIONS / END_OPTIONS to make the syntax...
2007-11-14 Russell BryantInstead of reserving 800 bytes for periodic announcemen...
2007-11-14 Joshua ColpMerged revisions 89260 via svnmerge from
2007-11-14 Russell BryantConvert most of the strings in the call_queue struct...
2007-11-14 Kevin P. Fleminguse simpler technique for removing known entries from...
2007-11-14 Russell Bryant- Simplify removing an item from a list
2007-11-13 Steve MurphyThis hopefully will fix the re-opened 11233. Hadn't...
2007-11-13 Steve Murphycloses issue #11233 -- where some fine points in the...
2007-11-13 Jason ParkerBlocked revisions 89254 via svnmerge
next