Commit Graph

887 Commits (32434426f019bde4d956806fc9afaf59638c86c7)

Author SHA1 Message Date
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
Kevin P. Fleming a07df230fa simplify calculation
18 years ago
Kevin P. Fleming 043c97235c fix a flaw found while experimenting with structure alignment and padding; low-fence checking would not work properly on 64-bit platforms, because the compiler was putting 4 bytes of padding between the fence field and the allocation memory block
18 years ago
Mark Michelson e5c3ba2e73 Fix a problem where inbound rfc2833 audio would be sent to the
18 years ago
Sean Bright 239c5d6f2c Look for the system installed awk instead of assuming it's at /usr/bin/awk.
18 years ago
Tilghman Lesher e9d086a277 Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,
18 years ago
Kevin P. Fleming 0e91ad574f a couple of small Solaris-related fixes
18 years ago
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
18 years ago
Steve Murphy e9f5152eba The CDRfix4/5/6 omnibus cdr fixes.
18 years ago
Tilghman Lesher 65d72fd813 Merged revisions 127466 via svnmerge from
18 years ago
Tilghman Lesher db4ae54745 In this debugging function, copy to a buffer instead of using potentially unsafe pointers.
18 years ago
Jason Parker a9d6021211 Make sure to unlock the lock_info lock (huh?). Possible deadlock?
18 years ago
Tilghman Lesher 9b4a5d8310 Check for rtcp structure before trying to delete schedule.
18 years ago
Tilghman Lesher 634d72f549 If the last character in a string to be parsed is the delimiter, then we should
18 years ago
Brett Bryant f35ccc37be Merge revision 124064 from trunk. Add errors that report any locks held by threads when they are being closed.
18 years ago
Tilghman Lesher 64151b28f3 Change informative messages to use the _multiple variant when multiple formats
18 years ago
Tilghman Lesher f03638747b The RDTSC instruction was introduced on the Pentium line of microprocessors,
18 years ago
Tilghman Lesher 92047fec99 Add support for saying numbers in Hebrew.
18 years ago
Russell Bryant 82cf65f89a Fix a memory leak in astobj2 that was pointed out by seanbright. When a container
18 years ago
Mark Michelson 5cc15b3468 Short circuit the loop in autoservice_run if there are no channels to poll.
18 years ago