Commit Graph

161 Commits (9565f72ad34a76c7055ef4aa8dc93291f30e204f)

Author SHA1 Message Date
Joshua Colp 3e4a081e1c Make callerid fields in Manager events more consistent. CallerIDNum for number and CallerIDName for name. (issue #7976 reported by suhler)
19 years ago
Russell Bryant d2c57c5f4f Merged revisions 43779 via svnmerge from
19 years ago
Tilghman Lesher 6ae8741518 Lots more removal of deprecated things
19 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
19 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Joshua Colp d5152177f3 Properly check to see if parkingnum is a number (issue #7762 reported by robf)
19 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
19 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
19 years ago
Kevin P. Fleming 652d06f998 Merged revisions 38686 via svnmerge from
19 years ago
Russell Bryant 03356c2a4d fix seg fault when the parked call that timed out was the last one in the list
19 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
19 years ago
Olle Johansson f8311adcda METERMAIDS:
19 years ago
Olle Johansson 7876a86e96 - Doxygen and some formatting fixes in res_features
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Joshua Colp 10467be4c0 attended transfer use transferer context first and set who is transfering at the beginning (issue #6752 reported by moy -- minor mods done by myself)
19 years ago
Matt O'Gorman 45107ed763 allows for configurable answer timeout on attended transfer
19 years ago
BJ Weschke 99fe70da00 Merged revisions 29696 via svnmerge from
19 years ago
Joshua Colp 64b94dad80 Merged revisions 29512 via svnmerge from
19 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
19 years ago
BJ Weschke 4733732b61 Merged revisions 29196 via svnmerge from
19 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
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