[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:35: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:
---------------------------------------

    Description: 
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}


  was:
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 anyway


{code}
PhoneA      XiVO     IVR
 1 ---->---- 1 
             1 --->--- 1
 * ---->---- *
 7 ---->---- 7
             * --->--- *
{code}



> 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
>
> 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