Commit Graph

8761 Commits (89672b86d07d3c10e56161b538bb674a854e8fb2)
 

Author SHA1 Message Date
Russell Bryant 89672b86d0 don't redefine PATH_MAX
20 years ago
Russell Bryant 0e140be311 convert a few more uses of AST_CONFIG_MAX_PATH to use PATH_MAX
20 years ago
Kevin P. Fleming 3e41331bf3 get rid of some more compiler warnings (thanks tholo for making me fix the lpc10 stuff... that had been a problem for far too long)
20 years ago
Olle Johansson 8ef5092031 Issue #7325 - Parse string after URI decoding (casper)
20 years ago
Olle Johansson 90806eb6f2 Add RTP QoS report variables to doc. Catch it in the "h" extension, store it in the CDR
20 years ago
Olle Johansson d2fa9efdad Store RTCP reports in channel variables and SIP history
20 years ago
Olle Johansson 6d4ab87321 - RTP debug message formatting
20 years ago
Kevin P. Fleming 8d88bf549d there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
20 years ago
Kevin P. Fleming b31b0be819 various minor portability fixes (mostly from tholo for OpenBSD)
20 years ago
Olle Johansson 13a98f92fe Move payloadtype back home to rtp.c
20 years ago
Olle Johansson 8bee8de932 Another try at hanging up the transferer channel after the masq
20 years ago
Joshua Colp dcab298cfc Don't double check existence of a variable (issue #7300 reported by foamdino)
20 years ago
Joshua Colp b42ad64f4d Blocked revisions 33300 via svnmerge
20 years ago
Matt O'Gorman 76fae31988 oops moved block without renaming a variable correctly.
20 years ago
Joshua Colp 6723184a62 Merged revisions 33297 via svnmerge from
20 years ago
Joshua Colp 5349ae6f46 Wait until we have the lock before getting the pvt structure pointer (issue #7313 reported by arkadia)
20 years ago
Joshua Colp a23af6559c Merged revisions 33294 via svnmerge from
20 years ago
Joshua Colp e3fe7e1c08 Add more missing newlines (issue #7323 reported by darkskiez)
20 years ago
Joshua Colp 68c0ffbe05 Blocked revisions 33264 via svnmerge
20 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
20 years ago
Olle Johansson bcf82f32d5 Don't force context for domain= setting (imported from 1.2)
20 years ago
Olle Johansson 2366793c63 Remove the return value from functions that return something that is never checked anywhere.
20 years ago
Christian Richter fcb7d3df26 when we don't want the call we need to release_complete it.. ignoring it breaks the ETSI rules ..
20 years ago
Olle Johansson 9f5aa13142 Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
20 years ago
Olle Johansson ce10b34ca6 Enabling and disabling debug messages...
20 years ago
Jeffrey C. Ollie a0bb17434f Move a couple semicolons to a more traditional location. Was pointed out by Steven <critch@basesys.com> on the -dev list.
20 years ago
Kevin P. Fleming 09778b268e move 'struct ast_rtp' back to rtp.c where it belongs
20 years ago
Russell Bryant 9cdd66dd01 always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build
20 years ago
Olle Johansson 36506dad2d Debug logging fixes
20 years ago
Olle Johansson 5f286add13 Make menuselect compile on os/x...
20 years ago
Olle Johansson fee02a9b7d At least reply if we get a fatal error in handling a packet.
20 years ago
Olle Johansson 91732256db Don't crash if chan2 does not exist (one-legged call situations, like echo)
20 years ago
Olle Johansson b796bf414b Improve SIP history
20 years ago
Olle Johansson e466f202b3 Avoid using the name "early media" for media that is not early
20 years ago
Kevin P. Fleming 7b2bd1a069 document the new sound/moh file installation process
20 years ago
Olle Johansson 89081c3d06 Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. Thanks!
20 years ago
Olle Johansson 1ec5d9ec70 Doxygen updates
20 years ago
Kevin P. Fleming 4702320f54 handle out-of-memory conditions in ast_frisolate() properly (reported by Slav Kenov on asterisk-dev)
20 years ago
Kevin P. Fleming a10dff6a11 try to get keyword substitution working for this file
20 years ago
Christian Richter 05eed16044 Fixed detection of dtmfs with bridged channels.
20 years ago
Olle Johansson f15b38a775 Update doxygen for video formats
20 years ago
Olle Johansson 41a5565f3c Add video.txt to doxygen
20 years ago
Olle Johansson dfaa7fd8cf Doxygen update
20 years ago
Olle Johansson 7a456987b5 Doxygen formatting
20 years ago
Olle Johansson fbfe588ee9 Enable doxygen
20 years ago
Mark Spencer 6fc9c13bbf Cleanup formatting a little...
20 years ago
Russell Bryant 84e1f02f5a move the common wget arguments to a variable and remove --no-verbose so
20 years ago
Kevin P. Fleming 793d7cd4bc ok, new sounds/moh handling stuff should be done... bring on the bug reports!
20 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
20 years ago
Kevin P. Fleming bc49d5bfb3 moh files will now be distributed in native format, not mp3, so...
20 years ago