mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Merged revisions 71063 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r71063 | murf | 2007-06-22 08:10:24 -0600 (Fri, 22 Jun 2007) | 1 line My conditions for merging amaflags info was naive; DOCUMENTATION is the default, although null is possible; theft of user-settable fields is not good. Just copy them, leave them alone. This is for bug 10016. (plus a small fix to rtp, to elim a compiler warning (dev mode)) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1050,7 +1050,7 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp)
|
||||
"IAJitter: %u\r\n"
|
||||
"LastSR: %lu.%010lu\r\n"
|
||||
"DLSR: %4.4f(sec)\r\n"
|
||||
"RTT: %lu(sec)\r\n",
|
||||
"RTT: %llu(sec)\r\n",
|
||||
ast_inet_ntoa(sin.sin_addr), ntohs(sin.sin_port),
|
||||
pt, (pt == 200) ? "Sender Report" : (pt == 201) ? "Receiver Report" : (pt == 192) ? "H.261 FUR" : "Unknown",
|
||||
rc,
|
||||
|
||||
Reference in New Issue
Block a user