summaryrefslogtreecommitdiff
path: root/main/rtp.c
AgeCommit message (Expand)Author
2007-12-07Merged revisions 91637 via svnmerge from Tilghman Lesher
2007-12-03Merged revisions 90588 via svnmerge from Joshua Colp
2007-11-27The following patch with updates for trunk. Works much better in trunk.Olle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-29Drop the RTCP Read too short message to debug. There are some phones out ther...Joshua Colp
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-10-15Merged revisions 85559 via svnmerge from Joshua Colp
2007-10-15Merged revisions 85552 via svnmerge from Joshua Colp
2007-10-08Merged revisions 85057 via svnmerge from Joshua Colp
2007-10-08Merged revisions 85023 via svnmerge from Joshua Colp
2007-10-05Merged revisions 84818 via svnmerge from Joshua Colp
2007-10-03Merged revisions 84581 via svnmerge from Tilghman Lesher
2007-10-02Don't swap channel priority if using epoll as polling should/will only happen...Joshua Colp
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-08-27Merged revisions 80974 via svnmerge from Joshua Colp
2007-08-22Merged revisions 80255 via svnmerge from Joshua Colp
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-15Merged revisions 79553 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-06Merged revisions 78172 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-26Add a link to the list of assigned RTP payload types for convenience.Russell Bryant
2007-07-26document how the RTP marker bit is passed for video frames,Luigi Rizzo
2007-07-26add an entry for h263plus in an empty slot of the rtp types.Luigi Rizzo
2007-07-25Merged revisions 77022 via svnmerge from Luigi Rizzo
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-13resolve a compiler warningRussell Bryant
2007-07-13Small improvement to the STUN support so it can be used byLuigi Rizzo
2007-07-12more cleanup, this time to stun_handle_packet(). Among other things:Luigi Rizzo
2007-07-12a little bit of code cleanup to rtp.c, mostly to function Luigi Rizzo
2007-07-11add a bit of documentation on what the stun code in rtp.c doesLuigi Rizzo
2007-06-27Merged revisions 72112 via svnmerge from Russell Bryant
2007-06-26Merged revisions 71915 via svnmerge from Jason Parker
2007-06-25Convert so more logging to ast_debug (issue #10045, dimas)Russell Bryant
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-22Behold the magic of casting!Joshua Colp
2007-06-22Merged revisions 71063 via svnmerge from Steve Murphy
2007-06-21Add manager events for RTCP statistics.Jason Parker
2007-06-21Merged revisions 70727 via svnmerge from Joshua Colp
2007-06-20Merged revisions 70360 via svnmerge from Joshua Colp