Commit Graph

176 Commits (487d4512d32bb4d944cd049385d1ddd977c19f17)

Author SHA1 Message Date
Steve Murphy 517978fd5f These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life.
20 years ago
Russell Bryant c8ee894823 Fix another bug in "core set debug" ...
20 years ago
Russell Bryant 789234df2d Really fix the "core set debug" and "core set verbose" CLI commands.
20 years ago
Russell Bryant da6cf383d4 fix the "atleast" option to the "core set verbose" and "core set debug"
20 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
20 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
20 years ago
Russell Bryant 105fa492b4 Add the missing call to free described in issue #8268. Also, add a bunch of
20 years ago
Russell Bryant e626d78269 fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)
20 years ago
Joshua Colp 673e9f53a8 Force poll() emulation for Darwin to always be on. It's too broken to consider being used. This resolves the console issue OSX users have been seeing. I would have liked to autoconf this but I haven't been able to come up with a test case that works. Que sera.
20 years ago
Steve Murphy a0078bbbc0 Cleanups suggested by Russell.
20 years ago
Jason Parker b12229c1ff Fix "core show translation" output. Issue #8243, patch by Damin.
20 years ago
Kevin P. Fleming f532d2f198 add an API so that translators can activate/deactivate themselves when needed
20 years ago
Kevin P. Fleming 160a0448c2 revert changes that were the wrong way to address this... proper fix coming
20 years ago
Kevin P. Fleming f725940328 let's set the seen flag early enough to actually make a difference...
20 years ago
Kevin P. Fleming 59186bb2d2 don't re-do setup operations for translators that can dynamically register themselves
20 years ago
Olle Johansson d318976f4d Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!
20 years ago
Russell Bryant e998b2b609 Merged revisions 46560 via svnmerge from
20 years ago
Russell Bryant 68720145e3 Add a small tweak to the code that checks to see whether destination formats
20 years ago
Kevin P. Fleming d8817c0d3c when unregistering a translator, don't rebuild the translation matrix unless needed
20 years ago
Olle Johansson 86c973f71f Issue #8246 - Doxygen fixes from kshumard.
20 years ago
Olle Johansson e93e64a005 Bind RTCP to the same IP as RTP
20 years ago
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
20 years ago
Russell Bryant 3cb7bcd6d7 - If the source has no audio or no video portion, do not call powerof() to
20 years ago
Mark Spencer 72146fab32 Fix config comment code preservation code (thanks murf!)
20 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
20 years ago
Tilghman Lesher ab677899a7 WaitExten truncates decimals of times to wait, instead of accepting them (Bug 8208)
20 years ago
Kevin P. Fleming 6c17f1e07e add passthrough and file format support for G.722 16KHz audio (issue #5084, original patch by andrew, updated by mithraen)
20 years ago
Kevin P. Fleming 05eb71c699 code zone experiment: don't offer formats in the outbound INVITE that aren't either passthrough or translatable
20 years ago
Kevin P. Fleming c5f096e220 if multiple translators are registered for the same source/dest combination, ensure that the lowest-cost one is always inserted earlier in the list
20 years ago
Luigi Rizzo e6451274d2 merge 45152 don't leak descriptors in http.c
20 years ago
Kevin P. Fleming 471c0eebdc ensure that the translation matrix is properly lock-protected every place it is used
20 years ago
Kevin P. Fleming d2b10d5f4f add an API call to allow channel drivers to determine which media formats are compatible (passthrough or transcode) with the format an existing channel is already using
20 years ago
Tilghman Lesher de9c3aaa8d Pass through a frame if we don't know what it is, rather than trying to pass a
20 years ago
Joshua Colp bd40b393ec Don't use promotion on Darwin because it doesn't seem to work quite right in all cases, this should solve the unresolved symbol issue people have been seeing.
20 years ago
Joshua Colp 54790d5ceb Don't modify things if we are using vfork as this is very bad and may cause unexpected behavior (issue #7970 reported by Nick Gavrikov)
20 years ago
Luigi Rizzo 4280d28549 merge from trunk: move ast_variables_destroy() to a better
20 years ago
Joshua Colp 64a875951a Don't segfault if you're using a channel driver that doesn't turn RTCP on
20 years ago
Russell Bryant 0a78fea2ac Don't attempt to access private data members of the pthread_mutex_t object,
20 years ago
Kevin P. Fleming 227d415709 optimize the 'quick response' code a bit more... no more malloc() or memset() for each response
20 years ago
Kevin P. Fleming 60a11a7568 ------------------------------------------------------------------------
20 years ago
Joshua Colp a825206313 Merged revisions 45030 via svnmerge from
20 years ago
Kevin P. Fleming 1944a9a07c use a configure script test for PMTU discovery control instead of just assuming it's available on Linux
20 years ago
Kevin P. Fleming 09f6a6a167 Merged revisions 44955 via svnmerge from
20 years ago
Russell Bryant def01ced3d fix a silly typo in a comment that I saw while reading the commit list
20 years ago
Nadi Sarrar 8adb217804 append_event must be called while holding the session lock
20 years ago
Jason Parker 3c72ad9cb1 These are already set by the parent Makefile..
20 years ago
Paul Cadach 53024e3508 CHANNEL() function sometime mix parameter and value
20 years ago
Joshua Colp faf38b71ef Remove the seqno check for RFC2833, the handler is smart enough to not need it.
20 years ago
Joshua Colp 2d3da5b500 When the sequence number rolls over then reset the recorded sequence number for DTMF (issue #8106 reported by bungalow)
20 years ago
Joshua Colp 1a5c679e51 Merged revisions 44580 via svnmerge from
20 years ago