Commit Graph

61 Commits (6d5290a85b51a6409c7f94bc09c7b110a9cf137c)

Author SHA1 Message Date
Tilghman Lesher 123ac5fd64 Standardized routines for forking processes (keeps all the specialized code in one place).
17 years ago
Joshua Colp 358ac2f76a Merged revisions 110628 via svnmerge from
17 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
17 years ago
Tilghman Lesher cfc1df4c1a Whitespace changes only
17 years ago
Terry Wilson 7d1891d5c3 Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue.
17 years ago
Mark Michelson 80e2db47c2 Merged revisions 103786 via svnmerge from
17 years ago
Joshua Colp c81350d6f6 Just some minor coding style cleanup...
18 years ago
Kevin P. Fleming 5e6efa075a Merged revisions 89709 via svnmerge from
18 years ago
Kevin P. Fleming 8ecda22e06 Merged revisions 89701 via svnmerge from
18 years ago
Kevin P. Fleming 721b3c8a0e Merged revisions 89586 via svnmerge from
18 years ago
Steve Murphy 2e5b9d5875 Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse thing up.
18 years ago
Luigi Rizzo 49c0eaf803 remove some unnecessary includes
18 years ago
Tilghman Lesher b0d8378910 Merged revisions 89540 via svnmerge from
18 years ago
Luigi Rizzo 3fc2646808 remove a number of #include <fcntl.h> which are either
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Tilghman Lesher 8820ae5b2e Merged revisions 89275 via svnmerge from
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Tilghman Lesher 446a6cdc94 Use the same delimited character as the FILTER function in FIELDQTY and CUT.
18 years ago
Joshua Colp 306b944208 Merged revisions 86502 via svnmerge from
18 years ago
Tilghman Lesher 0efe82bf9e Merged revisions 83773 via svnmerge from
18 years ago
Tilghman Lesher 7abaa82162 Merged revisions 83637 via svnmerge from
18 years ago
Russell Bryant 2d7b84b2cf minor spelling fixes in a comment
18 years ago
Russell Bryant f8911d2bbc minor grammar fix
18 years ago
Mark Michelson 3a6e79ad80 Fixes Solaris build warnings
18 years ago
Russell Bryant 43e9b0f67c (closes issue #7852)
18 years ago
Joshua Colp 9ef1b0a974 Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration of the DTMF digit(s) to be specified and make the SendDTMF application have the capability to use it.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Steve Murphy 0e969271ae After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
18 years ago
Joshua Colp 1458095191 Merged revisions 74265 via svnmerge from
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Joshua Colp 679733c52a Use read/write lock based lists for group counting.
18 years ago
Joshua Colp c4c732578f Merged revisions 69128 via svnmerge from
18 years ago
Joshua Colp 556ea9f554 Even more minor code cleanup!
18 years ago
Russell Bryant 68492b239c Add an option for ControlPlayback to be able to start at an offset from
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Russell Bryant 37816c5dd0 Formatting change ... testing
18 years ago
Russell Bryant 9ede561378 Make another formatting change ... testing mantis/svn stuff
18 years ago
Russell Bryant ea2068d0ad Another minor formatting change ... testing mantis/svn
18 years ago
Russell Bryant 330880b909 Minor formatting change ... testing mantis/svn
18 years ago
Russell Bryant b43599da32 More random formatting changes to test Mantis/SVN integration
18 years ago
Russell Bryant e727eef77f Make a completely arbitrary formatting change to test out some Mantis/SVN
18 years ago
Russell Bryant e1375b96c2 Change javadoc style code documentation to the same format we use elsewhere.
18 years ago
Russell Bryant e87308d6d3 Ignore this ... playing with jira (AST-1)
18 years ago
Joshua Colp 5394364048 Merged revisions 63286 via svnmerge from
18 years ago
Joshua Colp 8b2b3e172b Merged revisions 61805 via svnmerge from
18 years ago
Russell Bryant 9355b4ddca Merged revisions 59887 via svnmerge from
18 years ago
Joshua Colp 21b53af31d Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384)
19 years ago