]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_tonedetect: Fix typos referring to wrong variables.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 25 Aug 2022 11:51:03 +0000 (11:51 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 9 Sep 2022 18:31:39 +0000 (13:31 -0500)
commit754346a4a937c19c19ca3a138a7289a23c80d8b4
treef3aa2887efd0af889440a1077f3cee74cea3f344
parent46776c77c475a0b66e3d2998c17ab3f9e3d78b22
res_tonedetect: Fix typos referring to wrong variables.

Fixes two typos that cause fax detection to not work.
One refers to the wrong frame variable, and the other
refers to the subclass.integer instead of the frametype
as it should.

ASTERISK-30192 #close

Change-Id: I7b35fdb7bcf25a29a212eee37c20812c64ab3ef1
res/res_tonedetect.c