Commit Graph

358 Commits (d60bcc56a7dbba38f5a3a72a8b2455f8de7cfdcd)

Author SHA1 Message Date
Kevin P. Fleming 64bfd4f866 Merged revisions 56372 via svnmerge from
18 years ago
Kevin P. Fleming 1bec2f5bfa give embedded modules a helping hand by backing up and restoring their global variables when they are loaded and unloaded
18 years ago
Kevin P. Fleming bf3c67c2d2 Merged revisions 55869 via svnmerge from
18 years ago
Kevin P. Fleming e758ef09b3 Merged revisions 53779-53781 via svnmerge from
18 years ago
Kevin P. Fleming 67a894c071 Merged revisions 50754 via svnmerge from
19 years ago
Kevin P. Fleming 4764795b37 Merged revisions 49553 via svnmerge from
19 years ago
Kevin P. Fleming cb97e0c353 Merged revisions 49102 via svnmerge from
19 years ago
Matthew Fredrickson ba71665924 Add codec G.722 support.
19 years ago
Kevin P. Fleming e4d172c9b2 Merged revisions 48548 via svnmerge from
19 years ago
Kevin P. Fleming 89c41e2403 Merged revisions 48525 via svnmerge from
19 years ago
Kevin P. Fleming feb39743a2 Merged revisions 48427 via svnmerge from
19 years ago
Luigi Rizzo 47a95b3f38 manual merge from 1.4:
19 years ago
Russell Bryant 36793b730c Merged revisions 47391 via svnmerge from
19 years ago
Russell Bryant f89ccdc0f3 Merged revisions 46847 via svnmerge from
19 years ago
Russell Bryant ae1133d8a9 Merged revisions 46845 via svnmerge from
19 years ago
Kevin P. Fleming d9ebe01c7c Merged revisions 45410 via svnmerge from
19 years ago
Kevin P. Fleming e92c34cc38 Merged revisions 44055 via svnmerge from
19 years ago
Kevin P. Fleming f1d824aaba Merged revisions 43450 via svnmerge from
19 years ago
Matthew Fredrickson bd76cda68d Merge in SS7 changes.... need to still cleanup zapata.conf
19 years ago
Jason Parker 5114f21ba7 Merged revisions 43396 via svnmerge from
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Jason Parker 2498ba75ae escape some quotes
19 years ago
Kevin P. Fleming e8ca23608d minor wording fix
19 years ago
Jason Parker 62309a54ef This is a bit safer on some versions of sed.
19 years ago
Jason Parker 310cb52bb4 As per the comments in this file..
19 years ago
Jason Parker 2986a59fab Okay, there are 3 reasons why I'm doing this.
19 years ago
Jason Parker 0264c362b6 a couple Solaris tweaks, to help build properly.
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Russell Bryant 7f53639331 sort entries in this file
19 years ago
Russell Bryant 37ceb0126e spaces to tabs
19 years ago
Kevin P. Fleming b601ff0a3e small cleanup
19 years ago
Russell Bryant 0b91c08045 dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc
19 years ago
Kevin P. Fleming d5b7bf2ab7 massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
19 years ago
Russell Bryant 11eccdb188 make this script work on solaris
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
19 years ago
Russell Bryant 39913c58b7 set the menu name when building makeopts.xml
19 years ago
Russell Bryant cdbb0e2bf7 merge changes to get menuselect using svn:externals
19 years ago
Russell Bryant 268609aa68 add basic autoconf support for res_snmp
19 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
19 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Russell Bryant a3846a727c ensure menuselect fails if the deps file isn't found
19 years ago
Russell Bryant aa8efe1783 copy the definition of ast_strdupa and use it instead of strdupa to fix the
19 years ago
Kevin P. Fleming e49a367ecf commit russell's menuselect/buildoptions work with some changes:
19 years ago
Russell Bryant 2517087aee remove prototypes for static functions and fix some potential memory leaks
19 years ago
Russell Bryant 287fce05d0 add support for setting the CFLAGS for voicemail storage options in menuselect
19 years ago
Russell Bryant 96bbc5e741 build menuselect objects with -Wall and remove an unused variable
19 years ago
Russell Bryant aee308b8c3 remove prototypes for private functions and make functions and variables not
19 years ago
Russell Bryant 1021ef7a28 make the compiler's life easier. Thanks Kevin :)
19 years ago
Russell Bryant f0275eaae1 indicate which options are just binary and don't really need a full integer
19 years ago
Russell Bryant 306de10a44 the menu must be redrawn after displaying the help info
19 years ago
Russell Bryant 1b85726c28 optimize the display of the module selection menus by only clearing the screen
19 years ago
Russell Bryant 9cdd66dd01 always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build
19 years ago
Olle Johansson 5f286add13 Make menuselect compile on os/x...
19 years ago
Olle Johansson fbfe588ee9 Enable doxygen
19 years ago
Kevin P. Fleming 34cf2c13b8 don't force the sounds to download... only when needed
19 years ago
Kevin P. Fleming 0dd82bc6f1 woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
19 years ago
Kevin P. Fleming 6825e80226 prepare for using sound files from out of the source tree
19 years ago
Russell Bryant 739385e761 remove the WITH_SMDI define
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Russell Bryant 06b381a54d add the ability to do the same thing as "make dont-optimize" by enabling the
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
19 years ago
Kevin P. Fleming b34e3d09ab begin adding support for new sound packages
19 years ago
Russell Bryant 1e8aeba003 use strcpy instead of snprintf in a couple places
19 years ago
Russell Bryant 4508c9fcc0 allow menuselect to display dependencies and conflicts for modules
19 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
19 years ago
Russell Bryant 86205923df add DEBUG_CHANNEL_LOCKS to menuselect
19 years ago
Russell Bryant 1fcc86d905 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
19 years ago
Russell Bryant a3ed43f0dc Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
19 years ago
Russell Bryant ad8ff708de fix the build with astmm (issue #7139)
19 years ago
Russell Bryant 1a8f3dd2d2 forcing a dist-clean in the cleantest was a bad idea. Just change the script
19 years ago
Russell Bryant 476c7a53e1 add messages at the bottom of the menu for each of the defines
19 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
19 years ago
Russell Bryant 8e897e1a53 remove a debug message and make the exit keys not be case sensitive
19 years ago
Luigi Rizzo 97c275d768 provide a correct return value in case everything goes well,
19 years ago
Mark Spencer 7b902874f3 Oops
19 years ago
Mark Spencer db502da870 Make menuselect be able to show what the modules are
19 years ago
Kevin P. Fleming 0569481a5a don't build strcompat for menuselect except on Solaris
19 years ago
Russell Bryant 7abda7787e various menuselect fixes as a result of boredom during a 9 hour flight and
19 years ago
Tilghman Lesher 41b1a82a38 Typo fix
19 years ago
Kevin P. Fleming 70a2a3eaba remove remaining MFC/R2 stuff
19 years ago
Kevin P. Fleming 8e9058679a remove T38_SUPPORT define that is no longer needed
19 years ago
Russell Bryant 9b1bff6379 fix spelling typo -- what's a Diaplan?
19 years ago
Russell Bryant 9a77832583 remove this option for now, because it can only be enabled when
19 years ago
Russell Bryant a4bb5dbd08 add STACK_BACKTRACES to the CFLAGS selectable in menuselect
19 years ago
Russell Bryant 3f0d9eeed0 - add missing IXJUSER to menuselect-deps.in
19 years ago
Russell Bryant e7dfb41cce don't list strcompat.o as a dependency in the build_tools Makefile. It is
19 years ago
Russell Bryant e386a192ee apparently some systems may have ncurses that doesn't provide backwards compat
19 years ago
Russell Bryant 5267a6e6a2 menuselect needs strcompat.o for strsep on Solaris
19 years ago
Tilghman Lesher b2d355d07f Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on main menu
19 years ago
Russell Bryant 72f2bf8135 add a note indicating that you can press 'h' for help
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
19 years ago
Tilghman Lesher 21a8d15be4 Merged revisions 11715 via svnmerge from
19 years ago
Tilghman Lesher ffe5ffda17 Merged revisions 11634-11635 via svnmerge from
19 years ago
Tilghman Lesher 37a3bdce2a Merged revisions 11479 via svnmerge from
19 years ago
Kevin P. Fleming 9cc6ad4880 Merged revision 7510 via svnmerge from
20 years ago
Kevin P. Fleming b6b32ebd91 Merged revisions 7285,7299,7310,7329 via svnmerge from
20 years ago
Kevin P. Fleming d50c812e1c Merged revisions 7257 via svnmerge from
20 years ago
Russell Bryant b994fcae8b use '=' instead of '==' for string comparisons. /bin/bash is ok with this, but
20 years ago
Kevin P. Fleming 350287ea08 move mkpkgconfig script where it belongs
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Kevin P. Fleming 45c2f3b9f9 make version-string computation based on SVN branch/revision numbers
20 years ago
Kevin P. Fleming 66e69e0143 switch to 'new' expression parser, remove support for old parser
20 years ago
Russell Bryant 7f88c9549f get rid of warning
20 years ago
Kevin P. Fleming 676116f2e2 add UTC tag to date string so users are aware of the time offset
20 years ago
Kevin P. Fleming e49ea06442 ensure script is portable to non-GNU systems (bug #4509)
20 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
20 years ago