mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
FreeBSD patch, take 2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -532,7 +532,7 @@ static void showframe(struct ast_iax_frame *f, struct ast_iax_full_hdr *fhi, int
|
||||
(rx ? "Rx" : "Tx"),
|
||||
retries, ntohs(fh->seqno), class, subclass);
|
||||
fprintf(stderr,
|
||||
" Timestamp: %05dms Callno: %5.5d DCall: %5.5d [%s:%d]\n",
|
||||
" Timestamp: %05ldms Callno: %5.5d DCall: %5.5d [%s:%d]\n",
|
||||
ntohl(fh->ts),
|
||||
(short)(ntohs(fh->callno) & ~AST_FLAG_FULL), (short) ntohs(fh->dcallno),
|
||||
inet_ntoa(sin->sin_addr), ntohs(sin->sin_port));
|
||||
|
Reference in New Issue
Block a user