[asterisk-bugs] [JIRA] (ASTERISK-25066) DTMFs are not sent to the bridge channel if they are used by any built-in or dynamic feature

Etienne Allovon (JIRA) noreply at issues.asterisk.org
Tue May 12 02:42:32 CDT 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Etienne Allovon updated ASTERISK-25066:
---------------------------------------

    Attachment: ASTERISK-25066-sip.conf
                ASTERISK-25066-trace.pcap

Here's the SIP trace.

*Test :*
PhoneA (cobs82, 10.32.1.13) calls PhoneB (kyb55w, 10.32.1.17) via asterisk (10.32.1.2).
PhoneB answers
PhoneA sends DTMFs 1 * 7 with 5 seconds pause between each DTMF

*Result :*
asterisk sends only 1 and * to PhoneB

*Configuration :*
{code}
[featuremap]
blindxfer = *1
disconnect = *0
automon = *3
atxfer = *2
{code}

sip.conf (see attached file).

dialplan :
{code}
exten = 1010,1,NoOp()
same = n,Dial(SIP/kyb55w,,T)
{code}

> DTMFs are not sent to the bridge channel if they are used by any built-in or dynamic feature
> --------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-25066
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25066
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Features
>    Affects Versions: 11.17.1
>            Reporter: Etienne Allovon
>            Assignee: Etienne Allovon
>         Attachments: ASTERISK-25066-asterisk-full_extract.log, ASTERISK-25066-sip.conf, ASTERISK-25066-trace.pcap
>
>
> Gvien the following features.conf :
> {code}
> [featuremap]
> blindxfer = *1
> disconnect = *0
> automon = *3
> atxfer = *2
> {code}
> If I call an outbound IVR (with the Dial option T)
> If I press * the * is not sent to the bridge channel unless you press another key after that.
> But the next digit is never sent.
> For example, If I press 1, *, 7 the IVR will get 1 and * :
> {code}
> PhoneA     asterisk     Phone B
>  1 ---->---- 1
>              1 --->--- 1
>  * ---->---- *
>  7 ---->---- 7
>              * --->--- *
> {code}



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



More information about the asterisk-bugs mailing list