[asterisk-bugs] [JIRA] (ASTERISK-24653) applicationmap not recognized

Sean Darcy (JIRA) noreply at issues.asterisk.org
Tue Dec 30 14:24:34 CST 2014


Sean Darcy created ASTERISK-24653:
-------------------------------------

             Summary: applicationmap not recognized
                 Key: ASTERISK-24653
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24653
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Features
    Affects Versions: 11.15.0
         Environment: Fedora 20
            Reporter: Sean Darcy


I've set up an application map that is not recognized. Builtin features are recognized.

features.conf
...
[applicationmap]
.....
conference => *7,peer/both,ConfBridge,1

features show
Builtin Feature           Default Current
---------------           ------- -------
Pickup                    *8      *8     
Blind Transfer            #       #1     
Attended Transfer                 *2     
..................                    
Dynamic Feature           Default Current
---------------           ------- -------
conference                no def  *7     
............

But dialing *7 gets no response:
DTMF[25827][C-0000064d]: channel.c:4216 __ast_read: DTMF begin '*' received on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4227 __ast_read: DTMF begin passthrough '*' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4130 __ast_read: DTMF end '*' received on DAHDI/1-1, duration 165 ms
DTMF[25827][C-0000064d]: channel.c:4171 __ast_read: DTMF end accepted with begin '*' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4200 __ast_read: DTMF end passthrough '*' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4216 __ast_read: DTMF begin '7' received on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4227 __ast_read: DTMF begin passthrough '7' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4130 __ast_read: DTMF end '7' received on DAHDI/1-1, duration 178 ms
DTMF[25827][C-0000064d]: channel.c:4171 __ast_read: DTMF end accepted with begin '7' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4200 __ast_read: DTMF end passthrough '7' on DAHDI/1-1

Dialing *2 brings up Attended Transfer:

TMF[25827][C-0000064d]: channel.c:4216 __ast_read: DTMF begin '*' received on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4227 __ast_read: DTMF begin passthrough '*' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4130 __ast_read: DTMF end '*' received on DAHDI/1-1, duration 165 ms
DTMF[25827][C-0000064d]: channel.c:4171 __ast_read: DTMF end accepted with begin '*' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4200 __ast_read: DTMF end passthrough '*' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4216 __ast_read: DTMF begin '2' received on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4227 __ast_read: DTMF begin passthrough '2' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4130 __ast_read: DTMF end '2' received on DAHDI/1-1, duration 165 ms
DTMF[25827][C-0000064d]: channel.c:4171 __ast_read: DTMF end accepted with begin '2' on DAHDI/1-1
DTMF[25827][C-0000064d]: channel.c:4200 __ast_read: DTMF end passthrough '2' on DAHDI/1-1
    -- Started music on hold, class 'default', on Motif/+12036258013 at voice.google.com-cf6b
    -- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')




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



More information about the asterisk-bugs mailing list