Commit Graph

153 Commits (8af0a88c901b3c82840a7560c289e21c554dfe7b)

Author SHA1 Message Date
Russell Bryant 8925c3834b issue #5589
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 0c886c21c2 truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (issue #5383)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
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
Josh Roberson 4e153882d7 Fix usage text for AGI recieve text (bug #4948)
20 years ago
Mark Spencer 4f0d1b8428 Fix sighup with AGI (bug #4854)
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
Kevin P. Fleming 8079f53c01 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
20 years ago
Russell Bryant c18fd5cd8c more ast_copy_string conversions
20 years ago
Kevin P. Fleming 767f019264 add AGI 'RECEIVE TEXT' command (bug #4525)
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 d83eec795f support labels as targets of SET PRIORITY command (bug #4057)
20 years ago
Kevin P. Fleming 2d643dbc42 don't use %i for numeric input in scanf (bug #4071)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer bb1abed78f Add datetime to AGI (bug #3984)
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 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 f9cfe60312 Add support for Solaris/x86 (bug #3064)
20 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 7af0234fa7 Various small fixups
21 years ago
Mark Spencer 2d8160ecd5 AGI formatting fixes (bug #3270)
21 years ago
Mark Spencer a2e70340b8 Don't die when a file is missing (bug #3212)
21 years ago
Mark Spencer 0255d5805f Merge gramatical fixes from corydon (bug #3180)
21 years ago
Mark Spencer 3fde2e56b8 Fix AGI to know about "builtin" variables, too (bug #2737)
21 years ago
Mark Spencer b3a0ef24ed Fix comment issues (bug #3089)
21 years ago
Mark Spencer 0f205bb079 Add "SAY ALPHA" (matt nicholson)
21 years ago
Mark Spencer 17d5d7bdb7 Oops
21 years ago
Mark Spencer eedf47ac8f Add GET FULL VARIABLE AGI command
21 years ago
Mark Spencer 94f6f76fbe Add get option command (bug #2868, thanks junky!)
21 years ago
Mark Spencer 134e6180c5 Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bug #2803)
21 years ago
James Golovich 9f5f95fe87 Remove late-night excuse for wasting cpu cycles. revert previous res_agi change
21 years ago
James Golovich 8b8d26f9bc Fix pbx_builtin_setlanguage to not seg when data is a NULL ptr. Also fix AGI so we dont run into this with other specific problems as well. (bug 2641)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
James Golovich b1b4db95c2 Fix FastAGI working with non default ports (bug 2539)
21 years ago
Mark Spencer ddf2648326 Fix BSD build
21 years ago
James Golovich aa2e435d82 Remove duplicate sys/socket.h include from res_agi.c
21 years ago
Russell Bryant fda8fa2367 add includes in res_agi.c to fix BSD compatibility
21 years ago
Mark Spencer bf4ca23372 Make holdtime announcement say "less than 2 minutes" instead of "1 minutes" (bug #2500)
21 years ago
James Golovich 9812bcc03c Include sys/socket.h in res/res_agi.c (bug 2490)
21 years ago
Mark Spencer 1597114535 Implement Fast AGI (agi://) over TCP socket (Astricon talk idea)
21 years ago
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
21 years ago
Mark Spencer 57217916f1 First pass at AGI registration
21 years ago
Mark Spencer de4188df06 Merge musiconhold stuff (bug #2027), restructure AGI to eventually support registration
21 years ago