Commit Graph

8777 Commits (40b3ce5c8f579c3fe3d6381d544df7631c703b2c)
 

Author SHA1 Message Date
Russell Bryant 40b3ce5c8f suppress warnings when building with DEBUG_CHANNEL_LOCKS (issue #7330, casper)
20 years ago
Russell Bryant 9aac1c0035 Merged revisions 33548 via svnmerge from
20 years ago
Russell Bryant 4cef7b714e fix up some places where frames are not free'd and remove an unnecessary
20 years ago
Russell Bryant e5660b2af6 Blocked revisions 33545 via svnmerge
20 years ago
Russell Bryant f1d5c83b8a Merged revisions 33515 via svnmerge from
20 years ago
Russell Bryant 67cae6a0c7 Merged revisions 33513 via svnmerge from
20 years ago
Olle Johansson e41fcca65a - Complete addition of forward declarations and grouping of functions
20 years ago
Russell Bryant d13b9e74be Merged revisions 33510 via svnmerge from
20 years ago
Kevin P. Fleming e3ddee7d7f make latest header file changes for this file too
20 years ago
Russell Bryant 7100403fd9 Merged revisions 33480 via svnmerge from
20 years ago
Russell Bryant e0bd903246 Merged revisions 33466 via svnmerge from
20 years ago
Russell Bryant de340b92f3 Blocked revisions 33449 via svnmerge
20 years ago
Russell Bryant 558d3924ac don't leak a frame when breaking out of the loop on a timeout
20 years ago
Russell Bryant b4e2138311 don't leak a frame when exiting when the user presses '#'
20 years ago
Russell Bryant 1ab804f0ab don't leak a frame when breaking out of the main loop of this app
20 years ago
Russell Bryant 171992e505 don't use ast_copy_string when building for an external tool
20 years ago
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