Commit Graph

620 Commits (cb11263607eb5afc2ee1e5ec2bc2adf8d9e7e47c)

Author SHA1 Message Date
Russell Bryant 9a5c7c75a3 Instead of using strncpy, use ast_copy_string. Also, in the case of copying a
19 years ago
Russell Bryant d13bc3fc83 run the module through indent to fix the formatting issues that violate the
19 years ago
Russell Bryant d203e9c6c0 add back braces that were removed in a recent commit that leave a bunch of
19 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
19 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Russell Bryant af2609dfbe fix bug in smdi config parsing (issue #6908)
19 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
19 years ago
Luigi Rizzo c3249e2cb4 normalize repeated instances of code as follows:
19 years ago
Luigi Rizzo e5d48fd45f use the new module interface for this module, but make it
19 years ago
Olle Johansson d75fed39ca Issue #6893 - Compiler warnings for PostgreSQL ARA driver
19 years ago
Joshua Colp 1001cc0656 Unbreak res/Makefile (issue #6891 as reported by casper)
19 years ago
Olle Johansson ef6b50b706 Issue #5637 - Realtime driver for PostgreSQL (mguesdon)
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
19 years ago
Joshua Colp bf7f1ec0f8 Merged revisions 16534 via svnmerge from
19 years ago
Luigi Rizzo 48864ab877 do not export the tzlock and the list head, and introduce a new method,
19 years ago
Olle Johansson dfc9952986 Set default value of adsipark (import from 1.2)
19 years ago
Luigi Rizzo fb75d34e70 use ast_cli_complete() to largely simplify the command completion code.
19 years ago
Luigi Rizzo 2326d0d499 Bring in the new loader code as described in mantis #4377
19 years ago
Luigi Rizzo 0159823ede Use the standard macros to manipulate usecount.
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
19 years ago
Kevin P. Fleming b0ac62573a revert loader changes that have clearly not undergone adequate testing before commit
19 years ago
Tilghman Lesher bdd24455b4 Bug 4377 - Round 2 of the loader updates
19 years ago
Joshua Colp 539f8a6502 Merged revisions 14523 via svnmerge from
19 years ago
Russell Bryant d56674b341 Merged revisions 13961 via svnmerge from
19 years ago
Russell Bryant 9d2f8b284d add a CLI command that allows conversion of files to other formats using
19 years ago
Olle Johansson b4a0e2a8bb - Formatting fix in musiconhold
19 years ago
Tilghman Lesher 34f64d0891 Bug 6304 - Add Park command to the manager interface
20 years ago
Olle Johansson 9c35741e5f Issue #6628 - Disable res_snmp on incompatible platforms until
20 years ago
Olle Johansson 1bff19f219 Some days... Sorry.
20 years ago
Olle Johansson 13a3c7299a Oops
20 years ago
Russell Bryant 30a972341a Merged revisions 11561 via svnmerge from
20 years ago
Tilghman Lesher c6f691fbcc Merged revisions 11503 via svnmerge from
20 years ago
Russell Bryant 0e611cb4b4 Merged revisions 11382 via svnmerge from
20 years ago
Mark Spencer 03e2e423d5 Fix the make file *again*
20 years ago
Mark Spencer 3a1c0b9e5c Fix snmp build
20 years ago
Mark Spencer 6a86c7c5c9 Add SNMP support (bug #6439)
20 years ago
Olle Johansson acfc219733 Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
20 years ago
Olle Johansson dd5222fd30 Update to trunk
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Russell Bryant 938f7ddc0f remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Kevin P. Fleming e6ca0f1fab Merged revisions 10021,10108 via svnmerge from
20 years ago
Kevin P. Fleming 4662d58b01 add API function for parsing strings to time_t (issue #6320, with mods)
20 years ago
Mark Spencer 59990fc904 Fix build issues...
20 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Kevin P. Fleming 6aa6819c41 use auto-build for apps, simplify variable setting
20 years ago
Kevin P. Fleming 52c23802d6 use auto-build for res modules too
20 years ago
Kevin P. Fleming e42c6c4f9e set standard properties on all non-binary files
20 years ago
Mark Spencer 7dc0bdf35b Fix SMDI to not blow up asterisk when there's no config file.
20 years ago
Kevin P. Fleming 845a5dc75d one more copyright/file header and version string support
20 years ago
Kevin P. Fleming 7b2988821a clean up SMDI support commit:
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Matthew Fredrickson 54135bacbd Fix for very unlikely memory leak in res_odbc
20 years ago
Olle Johansson a45394d3e9 Issue #6383 - Crash on CLI originate with missing channel argument
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Matt O'Gorman f246b9fc64 reports why an agi script errors out on opening
20 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Russell Bryant cebef08271 remove some more redundant flags
20 years ago
Russell Bryant 7df4257dbb eliminate some compiler warnings
20 years ago
Russell Bryant efae38a82d - conversions to allocation wrappers
20 years ago
Tilghman Lesher 0f2a9df6aa Bug 4872 - Make Asterisk paths available to AGIs via environmental variables
20 years ago
Olle Johansson 45c8956e0f Doxygen fixes
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Matt O'Gorman c814734307 allows for use of the originate function from
20 years ago
Kevin P. Fleming 065a368463 remove some more deprecated (pre-1.2) stuff
20 years ago
Matthew Fredrickson 540175d9c7 Check to see if arg is NULL before passing (#6094)
20 years ago
Matt O'Gorman 06f2040e6f added feature for pausing and unpausing the
20 years ago
Olle Johansson 725155b854 Doxygen update
20 years ago
Matt O'Gorman 353e5f1dc9 added small feature from bug 5682 with one typo fix.
20 years ago
Tilghman Lesher a0ba6e7084 Merged revisions 7823 via svnmerge from
20 years ago
Olle Johansson 80dd03e865 Fix copyright for touched file
20 years ago
Olle Johansson 223c0c303a Merged revisions 7795 via svnmerge from
20 years ago
Olle Johansson 4661015664 Issue #5952: Add destination protocol information to res_osp (homesick)
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Russell Bryant f49974f314 add a header to indicate who the call was parked by to the ParkedCall manager
20 years ago
Russell Bryant 0da13c21b4 - move the string join() function to utils.c since it is used in both cli.c and res_agi.c
20 years ago
Josh Roberson 97c8d0dbfc Allow retrieval of generated filename from one touch monitor feature.
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Josh Roberson fb418aa2e0 issue #5826
20 years ago
Josh Roberson c347d8fee3 issue #5803
20 years ago
Kevin P. Fleming 6d0b8522d0 small improvement :-)
20 years ago
Kevin P. Fleming 544a2ecbd3 issue #5766
20 years ago
Mark Spencer 3fbcf6e3d0 fix bsd compile issue (bug #5731)
20 years ago
Kevin P. Fleming 608d63ac54 issue #5703
20 years ago
Kevin P. Fleming a87d3f5c19 issue #5563
20 years ago
Kevin P. Fleming 33c15f19fe issue #5601
20 years ago
Kevin P. Fleming 7b2e24777f issue #5650
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Kevin P. Fleming 980887f8eb minor cleanup
20 years ago
Russell Bryant 8925c3834b issue #5589
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming ddaed942ee issue #5499
20 years ago
Kevin P. Fleming 551ac9af04 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
20 years ago
Mark Spencer d6a963c476 Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
20 years ago
Kevin P. Fleming 80fb221f10 find OSP toolkit library properly
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer e5afdbbe16 Fix res_musiconhold lock
20 years ago
Mark Spencer 1ceb04cfb7 More utility cleanups
20 years ago
Mark Spencer 4803298fe8 Make crypto loading optional
20 years ago
Kevin P. Fleming ba7386ebed ensure that parking context/extension (and other settings) are properly updated on reload (issue #5401)
20 years ago
Russell Bryant 6fea13619e fix typo in function name (issue #5437)
20 years ago
Kevin P. Fleming b7c31babb0 support call duration limits on inbound OSP calls (issue #5346)
20 years ago
Kevin P. Fleming 0c886c21c2 truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (issue #5383)
20 years ago
Mark Spencer ea215f5b7d Remove possibility of manager deadlocks from manager actions
20 years ago
Kevin P. Fleming 5599da9581 support new version of OSP toolkit (issue #5168)
20 years ago
Kevin P. Fleming e84273f392 use API call for setting call time limit (issue #5227)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 7b0c1cb275 add token format specification support (issue #5199)
20 years ago
Kevin P. Fleming 9a4c8f8c9c enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue #5153)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Kevin P. Fleming 40c5fa88a4 eliminate signedness warnings (issue #5129)
20 years ago
Kevin P. Fleming 93a1922549 ensure that OSP-provided call duration limit is honored (issue #5099)
20 years ago
Kevin P. Fleming c5ca63efc9 eliminate compiler warning (issue #5094)
20 years ago
Kevin P. Fleming 421ceff171 don't send OSP tokens do devices that are not OSP aware (issue #5093)
20 years ago
Kevin P. Fleming 06e4ba227d send the correct Call-ID when using OSP (issue #5095)
20 years ago
Kevin P. Fleming 25f3403b21 don't access freed memory if the frame was malloc'd
20 years ago
Russell Bryant 746efc536a ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Kevin P. Fleming fcc3a3ac32 don't install moh functions if no classes are configured (issue #5025 with mods)
20 years ago
Kevin P. Fleming 4c6693f39d add count to 'show keys' (issue #5002)
20 years ago
Kevin P. Fleming 98563fdb73 formatting fixes and compile fix for FreeBSD (issue #5004)
20 years ago
Kevin P. Fleming 3442368b28 ensure that features are not duplicated during reload (issue #3764, take two)
20 years ago
Kevin P. Fleming 9e9f3ace21 add ability to map feature sequences to applications (issue #3764)
20 years ago
Kevin P. Fleming 2cde73fddb make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
20 years ago
Kevin P. Fleming d69e96de11 allow custom dialplan functions to be called from AGI (issue #4855)
20 years ago
Kevin P. Fleming 3315ea79b9 add CONTROL STREAM FILE AGI command (issue #4738)
20 years ago
Kevin P. Fleming ff971379f4 support new format for musiconhold.conf (issue #4908)
20 years ago
Josh Roberson 4e153882d7 Fix usage text for AGI recieve text (bug #4948)
20 years ago
Russell Bryant 99d6c05f13 more pointer signedness fixes for gcc4 warnings
20 years ago
Russell Bryant 52594b6b12 fix a bunch of gcc4 warnings realted to pointer signedness
20 years ago
Mark Spencer 8712d1d7f1 Fix timestamp issue with features (bug #4760 with mods)
20 years ago
Mark Spencer 4f0d1b8428 Fix sighup with AGI (bug #4854)
20 years ago
Mark Spencer 86ec024624 Fix music on hold leak (bug #4842)
20 years ago
Russell Bryant eeb34ffd63 more formatting fixes! (bug #4780)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Russell Bryant 709689f76e fix typo in app description (bug #4697)
20 years ago
Kevin P. Fleming 37184c4244 revert patch from bug #4532 until CPU consumption problem can be resolved
20 years ago
Kevin P. Fleming 771f699cdd fix threading portability problem with FreeBSD (bug #4532)
20 years ago
Kevin P. Fleming eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
20 years ago
Kevin P. Fleming 8079f53c01 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
20 years ago
Russell Bryant 5df2640539 use AST_MAX_CONTEXT
20 years ago
Russell Bryant c18fd5cd8c more ast_copy_string conversions
20 years ago
Kevin P. Fleming f64717b556 clean up compiler warnings during build on 64-bit systems
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
20 years ago
Anthony Minessale II de87676975 Apply NODIR Patch (Bug #4619)
20 years ago
Kevin P. Fleming 061caa34c1 support cancellation of attended transfers using the defined disconnect code (bug #3729 with minor mods)
20 years ago
Kevin P. Fleming 767f019264 add AGI 'RECEIVE TEXT' command (bug #4525)
20 years ago
Mark Spencer ffebf1f71b Fix OSP stuff
20 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Kevin P. Fleming 8ad230082e make AGI 'TDD MODE' command behave as documented when the channel doesn't support options (bug #4370)
20 years ago
Kevin P. Fleming 37efff4481 correct case of file type for one-touch monitoring (bug #4443)
20 years ago
Kevin P. Fleming 77284bfaa6 fix Solaris compatibility issues (bug #4339)
20 years ago
Kevin P. Fleming d83eec795f support labels as targets of SET PRIORITY command (bug #4057)
20 years ago
Kevin P. Fleming 361109c377 add ability to control output format for one-touch-record feature (bug #4190)
20 years ago
Kevin P. Fleming 9bf21dbf58 more strncpy -> ast_copy_string conversions, fixing some buglets along the way
20 years ago
Mark Spencer 4bb4df2e94 Fix features + astmm interaction (bug #4217)
20 years ago
Russell Bryant 852d05d94a add missing newline to warning message (bug #4183)
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Mark Spencer 14fba8d8be Add option to park in the next slot (bug #4028)
20 years ago
Kevin P. Fleming 2d643dbc42 don't use %i for numeric input in scanf (bug #4071)
20 years ago
Kevin P. Fleming c2ef8373c7 report the number of rows updated when using RealTime update method (bug #4066)
20 years ago
Kevin P. Fleming 06de953fbc add ability to send transferring party to a dialplan target after they blind transfer another party (bug #4056, with mods)
20 years ago
Kevin P. Fleming 0687688042 ensure that res_config_odbc can handle columns with NULL values (bug #3787)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Kevin P. Fleming f6ddf9b971 add count of parked calls to 'show parkedcalls' (bug #4023)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago
Kevin P. Fleming b052fe894b ensure that the random number generator(s) are always seeded with a different value during Asterisk startup
20 years ago
Mark Spencer bb1abed78f Add datetime to AGI (bug #3984)
20 years ago
Mark Spencer 4b03dace5f Fix little formatting thingy
20 years ago
Mark Spencer 9cbc047b6a Fix ADSI 'B' issue (bug #3833)
20 years ago
Mark Spencer b8a9e7558f Add say date to AGi (bug #3768)
20 years ago
Mark Spencer 6347ced74a Little say numer fix (bug #3884)
20 years ago
Mark Spencer 49ad55b85a Continue with GET_DATA if no file is there (bug #3878)
20 years ago
Mark Spencer a0a2592025 Fix cross compiling (bug #3868)
20 years ago
Mark Spencer e6e2e59b4d Make sure AGI continues even when files aren't there (bug #3862)
20 years ago
Mark Spencer 8aa722871d Add additional fields for calling parameters per BT request
20 years ago
Mark Spencer 2a89687393 fix repark of timed out parked calls (bug #3777)
20 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer 51226db44f Fix chopping of voice prompts (bug #3784)
20 years ago
Mark Spencer f9cfe60312 Add support for Solaris/x86 (bug #3064)
21 years ago
Matthew Fredrickson f146ecea99 Fixed Parking bug where SIP calls would loose MOH after an attended transfer to
21 years ago
Mark Spencer badc4dec46 Make mpg123 behave more nicely
21 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
21 years ago
Mark Spencer f8fc683adc Add "StartMusicOnHold and "StopMusicOnHold" apps (bug #3703)
21 years ago
Mark Spencer 8295c77e9c Add additional parking events (bug #3620)
21 years ago
Mark Spencer f320936bbb Add descriptions for monitor action events (bug #3610)
21 years ago
Mark Spencer 5057e4898f Add atxfer fix (bug #3592)
21 years ago
Mark Spencer 69061dec64 Merge anthm's ODBC sanity check fix (bug #3529)
21 years ago
Mark Spencer f2f3825130 Make sure we search for url prefix only in format, not in filename (bug #3613)
21 years ago
Mark Spencer 41453ebf74 Copy/paste errors (bug #3559, #3560)
21 years ago
Mark Spencer 88a49f727b Merge "show features" (bug #3515)
21 years ago
Mark Spencer d0a80c33d7 Fix parking issue (bug #3396)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Mark Spencer 17c311c9b9 Un-revert in preparation for actual fix
21 years ago
Anthony Minessale II 28efa96e0d repeal config prototype changes
21 years ago
Mark Spencer 11cac381b4 Fix res_monitor asterisk issue (bug #3399)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 9edab98b2c Warn about wrong version of mpg123 (bug #3392)
21 years ago
Mark Spencer 2184f91230 Add stereoize (bug #3142), faster than soxmix
21 years ago
Mark Spencer bec6aaf064 Fix ODBC to clear title each time (bug #3379)
21 years ago
Mark Spencer 840f035827 Merge hold patch (bug #1840)
21 years ago
Mark Spencer 261b4a85e1 Fix static db problem
21 years ago
Mark Spencer 010da5943a Fix one touch record (bug #3263, take two)
21 years ago
Mark Spencer 2c1f9b84ff Check moh files at runtime (bug #3314)
21 years ago
Mark Spencer 92eb0c2018 More flagification, courtesy drumkilla (bug #3280)
21 years ago
Mark Spencer 34ff765820 Merge anthm's monitor fixes (better default path, set variable for monitor) (bug #3266)
21 years ago
Mark Spencer 77dafbed41 Merge Tony's one touch record improvements (bug #3263)
21 years ago
Mark Spencer 13f514e143 Improve indications formatting (bug #3298)
21 years ago
Mark Spencer 7af0234fa7 Various small fixups
21 years ago
Mark Spencer 03458dc73a Various moh fixes (bug #3291)
21 years ago
Mark Spencer 2d8160ecd5 AGI formatting fixes (bug #3270)
21 years ago
Mark Spencer e83f71679f Fix typo in moh output (bug #3265)
21 years ago
Mark Spencer 11e6ed5eac ODBC CLI improvements (bug #3220)
21 years ago
Mark Spencer 51880b7ddc Fix typo for blind transfer (bug #3259)
21 years ago
Mark Spencer 45b4dbf298 Fix music on hold to quitat hangup rather than during channel destruction (bug #3035)
21 years ago
Mark Spencer 87b40b4d14 Stream courtesy tone if appropriate
21 years ago
Mark Spencer fd5cf4bdec Make sure time limit is the "backup" one when interpreting features
21 years ago
Mark Spencer 9f232928dc Various/assundry cleanups
21 years ago
Anthony Minessale II 3092cb538e allow sounds to be configurable
21 years ago
Mark Spencer 526622d6e0 Merge Tony's attended # transfer with changes (bug #3241)
21 years ago
Mark Spencer 7568d9a4ef Merge OSP updates from matt nicholson (with changes)
21 years ago
Anthony Minessale II 66049c961b tweak to make music load classes more elegantly
21 years ago
Anthony Minessale II edd3fe50fb fix bug added to my code so I don
21 years ago
Mark Spencer e7d4ae8efa Make features configurable and easier to implement
21 years ago
Mark Spencer 7b968f6151 Merge kpflemings moh_files fixes (bug #3224)
21 years ago
Mark Spencer a2e70340b8 Don't die when a file is missing (bug #3212)
21 years ago
Mark Spencer d3f7d3a958 Formatting fixes, safe_system instead of system, cleanups (bug #3171)
21 years ago
Mark Spencer 0255d5805f Merge gramatical fixes from corydon (bug #3180)
21 years ago
Anthony Minessale II 10a6e598ac misplaced chdir call on moh DoH\!
21 years ago
Mark Spencer 713a2eb072 Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast_flag_moh...
21 years ago
Mark Spencer 3fde2e56b8 Fix AGI to know about "builtin" variables, too (bug #2737)
21 years ago