When IAX2 debugging is enabled, make sure to log 'apathetic' messages too.

........

Merged revisions 355529 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@355530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Sean Bright 14 years ago
parent c1e1d5e48d
commit 63e4aa0740

@ -4812,6 +4812,10 @@ static int send_apathetic_reply(unsigned short callno, unsigned short dcallno,
data.f.type = AST_FRAME_IAX;
data.f.csub = compress_subclass(command);
if (iaxdebug) {
iax_outputframe(NULL, &data.f, 0, sin, size - sizeof(struct ast_iax2_full_hdr));
}
return sendto(sockfd, &data, size, 0, (struct sockaddr *)sin, sizeof(*sin));
}

Loading…
Cancel
Save