Commit Graph

913 Commits (c19ca186c1499a338643fa9c2ee3d0f533f15a84)

Author SHA1 Message Date
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
18 years ago
Kevin P. Fleming 0b7476c21c it would be nice if this message printing code had actually been tested before it was committed...
18 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
18 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
18 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Mark Michelson 02d2b17006 This patch was applied to 1.4 but it completely
18 years ago
Steve Murphy 089b6a1477 (closes issue #13563)
18 years ago
Mark Michelson af35ef7d73 Allow for "G.729" if offered in an SDP even though
18 years ago
Tilghman Lesher 8dfa8b6d0e Don't return a free'd pointer, when a file cannot be opened.
18 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
18 years ago
Russell Bryant 4b5b6ffa27 It is a normal situation that a task gets put in the scheduler that should run
18 years ago
Russell Bryant 79d074c9fa When doing an async goto, detect if the channel is already in the middle of a
18 years ago
Steve Murphy 8f720a0bdf A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer for bringing it to our attention
18 years ago
Russell Bryant cb07ce5fa0 Don't freak out if the poll emulation receives NULL for the pollfds array
18 years ago
Steve Murphy 32218b2529 I am turning the warnings generated in ast_cdr_free and post_cdr into verbose level 2 messages. Really, they matter little to end users. You either get the CDR's you wanted, or you don't, and it is a bug.
18 years ago
Steve Murphy 84800b8fb0 After reconsidering, with respect to 13409, ast_cdr_detach should be OK, better in fact, than ast_cdr_free, which generates lots of useless warnings that will undoubtably generate complaints.
18 years ago
Steve Murphy f255b55947 (closes issue #13409)
18 years ago
Mark Michelson e1b81179dc After working on the ao2_containers branch, I noticed
18 years ago
Jeff Peeler a25c32289b Fix a typo I made. Lesson learned, apply the patch if one exists.
18 years ago
Mark Michelson b7585650d9 Fix the logic in config_text_file_save so that if an
18 years ago
Steve Murphy 271e1a4acf This patch reverts the changes made via 139347, and 139635, as users
18 years ago
Jeff Peeler d2a637a424 (closes issue #13359)
18 years ago
Mark Michelson 74e98c5995 Remove show_frame_stats_deprecated since it is not
18 years ago
Steve Murphy 3bb4f66a30 (closes issue #13251)
18 years ago
Steve Murphy 811faa8612 (closes issue #13263)
18 years ago
Russell Bryant 8a55c5427e Ensure that when a hangup occurs in autoservice, that a hangup frame gets
18 years ago
Mark Michelson b48adf96dc Since adding the AST_CONTROL_SRCUPDATE frame type,
18 years ago
Tilghman Lesher b8550b63bc Fix a longstanding bug in channel walking logic, and fix the explanation to
18 years ago
Tilghman Lesher cd17593356 Since powerof() can return an error condition, it's foolhardy not to detect and
18 years ago
Mark Michelson b8bbf8b61a Merging the issue11259 branch.
18 years ago
Steve Murphy ee8adb313e (closes issue #12982)
18 years ago
Sean Bright 0fa63ffb6f Use PATH_MAX for filenames
18 years ago
Kevin P. Fleming 192cadcd9d accomodate users who seem to lack a sense of humor :-)
18 years ago
Tilghman Lesher da57d237e6 Specify codecs in callfiles and manager, to allow video calls to be set up
18 years ago
Tilghman Lesher e5939d2f3e Oops, wrong define
18 years ago
Mark Michelson 0257f5a967 Fix a spot where a function could return without bringing
18 years ago
Russell Bryant 46b65b2cc0 Add the licensing section to the docs in 1.4, as well, so that we can work on
18 years ago
Tilghman Lesher c5b4e1aec8 Fix some errant device states by making the devicestate API more strict in
18 years ago
Kevin P. Fleming 888d269e8f revert an optimization that broke ABI... thanks russell!
18 years ago
Kevin P. Fleming cd12517eeb make some more changes to the dahdi/zap channel name support stuff to ensure allthe globals are 'const', and clean up mmichelson's changes to app_chanspy to simplify the code
18 years ago
Mark Michelson 252c5728fc As suggested by seanbright, the PSEUDO_CHAN_LEN in
18 years ago
Kevin P. Fleming f6d7c63346 minor optimization for stringfields: when a field is being set to a larger value than it currently contains and it happens to be the most recent field allocated from the currentl pool, it is possible to 'grow' it without having to waste the space it is currently using (or potentially even allocate a new pool)
18 years ago
Kevin P. Fleming 6a0bcc4754 fix up namespace pollution for dahdi_chan_mode enum
18 years ago
Tilghman Lesher 31fec93dca Fix for Taiwanese number syntax
18 years ago
Tilghman Lesher 678b90e2a0 Textual clarification
18 years ago
Tilghman Lesher 0f738146e8 Oops
18 years ago
Tilghman Lesher 89b6e63a8b Preserve ABI compatibility with last change
18 years ago
Tilghman Lesher 64bbce9b9b Make the ast_assert call within ast_sched_del report something useful.
18 years ago
Kevin P. Fleming ced50934cb remove the dlfcn compatibility stuff, because no platforms that Asterisk currently runs on it use it, and it doesn't build anyway
18 years ago
Michiel van Baak 4a3a733924 remove 4 lines of redundant code.
18 years ago