[asterisk-bugs] [JIRA] (ASTERISK-25066) DTMF's 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
Wed May 6 08:59: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-asterisk-full_extract.log

Log full with 
core set debug 5

See :
line 26, asterisk interprets the * as the beginning of a feature
line 27 : it sets a timeout of 1500ms
line 27 onward : no DTMF is sent (no line like _Trying to put 'INFO sip:im'_)
line 39 : the features timeout ends long after the 1500ms, i.e. *when the next DTMF is received*
line 42 : the DTMF is sent but it is the *, not the 7 and the 7 is never sent

> DTMF's 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: Resources/res_features
>    Affects Versions: 11.17.1
>            Reporter: Etienne Allovon
>         Attachments: ASTERISK-25066-asterisk-full_extract.log
>
>
> 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      XiVO     IVR
>  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