Commit Graph

185 Commits (1f62b98d45c38e1185dbb9d51a0343972f4cbfe0)

Author SHA1 Message Date
Joshua Colp 3fbd46099e Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
19 years ago
BJ Weschke 282eb80ed4 Correct call parking behavior when there is no courtesytone specified. #6306 (murf)
19 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
19 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
19 years ago
Luigi Rizzo 23c6d5eff8 comment a possible memory leak
19 years ago
Luigi Rizzo 6553aa3a36 merge some common code into a function
19 years ago
Luigi Rizzo 4cef4ef720 more NULL / "" equivalence for CID fields.
19 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
19 years ago
Olle Johansson 39b530f4d6 - Doxygen formatting
19 years ago
Luigi Rizzo b7e36b50cc preparation for reduction of the nesting of a large function
19 years ago
Luigi Rizzo 7cb4a9df38 more usages of stream_and_wait
19 years ago
Luigi Rizzo db107f93e1 more usages of function 'finishup()'
19 years ago
Luigi Rizzo 2c7b77814c one more instance of stream_and_wait, and remove an extra
19 years ago
Luigi Rizzo 6e6315099c more replaceemnt of dup code with functions.
19 years ago
Luigi Rizzo ed8f2e43f6 localize several variables, and simplify the last part of park_exec()
19 years ago
Luigi Rizzo 3e20f8d75d more formatting cleanup including removal of a useless check
19 years ago
Luigi Rizzo 09a1511672 rename a variable same as used in a very similar function,
19 years ago
Luigi Rizzo 4ca8c0fc8d s/pu->chan/chan in a few places;
19 years ago
Luigi Rizzo 36ea51ecd7 put some common code into functions (still more instances to be replaced)
19 years ago
Luigi Rizzo 70109abc39 properly reindent a large block.
19 years ago
Luigi Rizzo e304a986fd more readability fixes - localize some variables and invert
19 years ago
Luigi Rizzo d29f8a677e introduce a function to set context, extension and priority
19 years ago
Luigi Rizzo 81ed862e67 minor readability fixes in preparation for more work on this file:
19 years ago
Luigi Rizzo e42087f5e3 - normalize for() loops to navigate through variables,
19 years ago
Luigi Rizzo d043954dc1 - remove some unnecessary casts and braces;
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
BJ Weschke 70e407c5be Merged revisions 18866 via svnmerge from
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
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
19 years ago
Olle Johansson dfc9952986 Set default value of adsipark (import from 1.2)
19 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
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
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
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 a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant efae38a82d - conversions to allocation wrappers
20 years ago
Olle Johansson 45c8956e0f Doxygen fixes
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
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
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant f49974f314 add a header to indicate who the call was parked by to the ParkedCall manager
20 years ago
Josh Roberson 97c8d0dbfc Allow retrieval of generated filename from one touch monitor feature.
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 608d63ac54 issue #5703
20 years ago
Kevin P. Fleming 33c15f19fe issue #5601
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
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
Kevin P. Fleming ddaed942ee issue #5499
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
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
Mark Spencer ea215f5b7d Remove possibility of manager deadlocks from manager actions
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
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 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
Russell Bryant 99d6c05f13 more pointer signedness fixes for gcc4 warnings
20 years ago
Mark Spencer 8712d1d7f1 Fix timestamp issue with features (bug #4760 with mods)
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 eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
20 years ago
Russell Bryant 5df2640539 use AST_MAX_CONTEXT
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
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 2b8338cb52 more file version tags
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 37efff4481 correct case of file type for one-touch monitoring (bug #4443)
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
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 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 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
Mark Spencer 2a89687393 fix repark of timed out parked calls (bug #3777)
20 years ago
Matthew Fredrickson f146ecea99 Fixed Parking bug where SIP calls would loose MOH after an attended transfer to
20 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
21 years ago
Mark Spencer 8295c77e9c Add additional parking events (bug #3620)
21 years ago
Mark Spencer 5057e4898f Add atxfer fix (bug #3592)
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
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago