[asterisk-bugs] [JIRA] (ASTERISK-27922) Force AST_FRAME_DTMF_END on AST_FRAME_DTMF_BEGIN

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sat Jun 16 07:58:54 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243842#comment-243842 ] 

Asterisk Team commented on ASTERISK-27922:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Force AST_FRAME_DTMF_END on AST_FRAME_DTMF_BEGIN
> ------------------------------------------------
>
>                 Key: ASTERISK-27922
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27922
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/General
>    Affects Versions: 13.20.0
>            Reporter: Fiftyz Fifty
>
> My logs look like this:
> {code}
> channel.c: DTMF begin '2' received on Dongle/dongle1-0100000033
> channel.c: DTMF begin passthrough '2' on Dongle/dongle1-0100000033
> channel.c: DTMF begin '2' received on Dongle/dongle1-0100000033
> channel.c: DTMF begin passthrough '2' on Dongle/dongle1-0100000033
> {code}
> and DTMF are not detected because an AST_FRAME_DTMF_END is never received.
> I think, but I'm not a very good C programmer, in channel.c,  function *__ast_read(), frame switch, case AST_FRAME_DTMF_BEGIN case, if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_IN_DTMF)) is true an end  dtmf frame should be forced before AST_FRAME_DTMF_BEGIN frame because cannot be 2 DTMF tones simultaneus on a channel but I don't know how this can be done in C.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list