mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
fix various spelling mistakes in comments (issue #8237, jmls)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -662,7 +662,7 @@ static struct ast_frame *process_cisco_dtmf(struct ast_rtp *rtp, unsigned char *
|
||||
}
|
||||
if ((!rtp->resp && power) || (rtp->resp && (rtp->resp != resp))) {
|
||||
rtp->resp = resp;
|
||||
/* Why we should care on DTMF compensation at receiption? */
|
||||
/* Why we should care on DTMF compensation at reception? */
|
||||
if (!ast_test_flag(rtp, FLAG_DTMF_COMPENSATE)) {
|
||||
f = send_dtmf(rtp, AST_FRAME_DTMF_BEGIN);
|
||||
rtp->dtmfduration = 0;
|
||||
@@ -2311,7 +2311,7 @@ static int ast_rtcp_write_sr(void *data)
|
||||
return res;
|
||||
}
|
||||
|
||||
/*! \brief Send RTCP recepient's report */
|
||||
/*! \brief Send RTCP recipient's report */
|
||||
static int ast_rtcp_write_rr(void *data)
|
||||
{
|
||||
struct ast_rtp *rtp = data;
|
||||
|
||||
Reference in New Issue
Block a user