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

Michael L. Young (JIRA) noreply at issues.asterisk.org
Wed Dec 31 10:20:34 CST 2014


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

Michael L. Young edited comment on ASTERISK-24653 at 12/31/14 10:19 AM:
------------------------------------------------------------------------

You can attach files by clicking the menu above that is labeled "More" and then selecting "Attach Files".

Please read the documentation in features.conf that you just pasted.  Specifically this part:

{quote}
[applicationmap]
; Note that the DYNAMIC_FEATURES channel variable must be set to use the features
; defined here. The value of DYNAMIC_FEATURES should be the names of the features
; to allow the channel to use separated by '#'. For example:
;
; Set(__DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
;
; (Note: The two leading underscores allow these feature settings to be set on
; on the outbound channels, as well. Otherwise, only the original channel
; will have access to these features.)
{quote}

Based on what you just pasted, the channel variable is not being set and therefore the dynamic feature will not be enabled for that channel that you are creating with the pasted dial string.


was (Author: elguero):
You can attach files by clicking the menu above that is labeled "More" and then selecting "Attach Files".

Please read the instructions in features.conf that you just pasted.  Specifically this part:

{quote}
[applicationmap]
; Note that the DYNAMIC_FEATURES channel variable must be set to use the features
; defined here. The value of DYNAMIC_FEATURES should be the names of the features
; to allow the channel to use separated by '#'. For example:
;
; Set(__DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
;
; (Note: The two leading underscores allow these feature settings to be set on
; on the outbound channels, as well. Otherwise, only the original channel
; will have access to these features.)
{quote}

Based on what you just pasted, the channel variable is not being set and therefore the dynamic feature will not be enabled for that channel that you are creating with the pasted dial string.

> 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
>            Assignee: Sean Darcy
>
> I've set up an application map that is not recognized. Builtin features are recognized.
> features.conf
> {noformat}
> ...
> [applicationmap]
> .....
> conference => *7,peer/both,ConfBridge,1
> {noformat}
> {noformat}
> features show
> Builtin Feature           Default Current
> ---------------           ------- -------
> Pickup                    *8      *8     
> Blind Transfer            #       #1     
> Attended Transfer                 *2     
> ..................                    
> Dynamic Feature           Default Current
> ---------------           ------- -------
> conference                no def  *7     
> ............
> {noformat}
> But dialing *7 gets no response:
> {noformat}
> 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
> {noformat}
> Dialing *2 brings up Attended Transfer:
> {noformat}
> 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')
> {noformat}



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



More information about the asterisk-bugs mailing list