Commit Graph

906 Commits (92d91e43e01fcb0de8929dcd8a711cd0e6613de2)

Author SHA1 Message Date
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
Tilghman Lesher 9fda1e767c astman_send_error does not need a newline appended -- the API takes care of
18 years ago
Michiel van Baak dd1c912f45 notify the user that dnsmgr refresh wont work when dnsmgr is not enabled.
18 years ago
Russell Bryant 2d8ce72343 Bump up the debug level for a message.
18 years ago
Michiel van Baak b47deb444c fix memory leak when originate from manager cannot create a thread
18 years ago
Kevin P. Fleming 75c6f9ab0f a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... this tree is not yet ready for users to be easily upgrading or switching, but it needs to be :-)
18 years ago
Mark Michelson c6d393a0bf Remove redundant logic
18 years ago
Mark Michelson 6edecf4598 Fix a typo in audiohook_read_frame_both.
18 years ago