Commit Graph

135 Commits (674c5e9b0b02cde4ad924ba4ff3a1f6eb3e66a05)

Author SHA1 Message Date
Joshua Colp 3fbd46099e Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
20 years ago
BJ Weschke 282eb80ed4 Correct call parking behavior when there is no courtesytone specified. #6306 (murf)
20 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
20 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
20 years ago
Luigi Rizzo 23c6d5eff8 comment a possible memory leak
20 years ago
Luigi Rizzo 6553aa3a36 merge some common code into a function
20 years ago
Luigi Rizzo 4cef4ef720 more NULL / "" equivalence for CID fields.
20 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
20 years ago
Olle Johansson 39b530f4d6 - Doxygen formatting
20 years ago
Luigi Rizzo b7e36b50cc preparation for reduction of the nesting of a large function
20 years ago
Luigi Rizzo 7cb4a9df38 more usages of stream_and_wait
20 years ago
Luigi Rizzo db107f93e1 more usages of function 'finishup()'
20 years ago
Luigi Rizzo 2c7b77814c one more instance of stream_and_wait, and remove an extra
20 years ago
Luigi Rizzo 6e6315099c more replaceemnt of dup code with functions.
20 years ago
Luigi Rizzo ed8f2e43f6 localize several variables, and simplify the last part of park_exec()
20 years ago
Luigi Rizzo 3e20f8d75d more formatting cleanup including removal of a useless check
20 years ago
Luigi Rizzo 09a1511672 rename a variable same as used in a very similar function,
20 years ago
Luigi Rizzo 4ca8c0fc8d s/pu->chan/chan in a few places;
20 years ago
Luigi Rizzo 36ea51ecd7 put some common code into functions (still more instances to be replaced)
20 years ago
Luigi Rizzo 70109abc39 properly reindent a large block.
20 years ago
Luigi Rizzo e304a986fd more readability fixes - localize some variables and invert
20 years ago
Luigi Rizzo d29f8a677e introduce a function to set context, extension and priority
20 years ago
Luigi Rizzo 81ed862e67 minor readability fixes in preparation for more work on this file:
20 years ago
Luigi Rizzo e42087f5e3 - normalize for() loops to navigate through variables,
20 years ago
Luigi Rizzo d043954dc1 - remove some unnecessary casts and braces;
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
BJ Weschke 70e407c5be Merged revisions 18866 via svnmerge from
20 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
20 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
20 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
20 years ago
Olle Johansson dfc9952986 Set default value of adsipark (import from 1.2)
20 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
20 years ago
Joshua Colp 539f8a6502 Merged revisions 14523 via svnmerge from
20 years ago
Russell Bryant d56674b341 Merged revisions 13961 via svnmerge from
20 years ago
Olle Johansson b4a0e2a8bb - Formatting fix in musiconhold
20 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