[asterisk-bugs] [JIRA] (ASTERISK-24653) applicationmap not recognized
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Feb 10 16:41:34 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=224260#comment-224260 ]
Rusty Newton edited comment on ASTERISK-24653 at 2/10/15 4:40 PM:
------------------------------------------------------------------
Not sure what you mean by the related dial plan. Here's the Dial string:
{noformat}
exten => s,n(gv),Dial(motif/${MOTIF_DEFAULT}/+1${ARG1}@voice.google.com,,rTt)
{noformat}
on the cli:
{noformat}
- Executing [s at DialOut:14] Dial("DAHDI/1-1", "motif/8447/+1xxxyyyzzzz at voice.google.com,,rTt") in new stack
{noformat}
Should there be something in the dialplan for dynamic feature ? I expected the *7 to put the other party into confbridge 1 without any help from the dialplan.
was (Author: seandarcy):
Not sure what you mean by the related dial plan. Here's the Dial string:
exten => s,n(gv),Dial(motif/${MOTIF_DEFAULT}/+1${ARG1}@voice.google.com,,rTt)
on the cli:
- Executing [s at DialOut:14] Dial("DAHDI/1-1", "motif/8447/+1xxxyyyzzzz at voice.google.com,,rTt") in new stack
Should there be something in the dialplan for dynamic feature ? I expected the *7 to put the other party into confbridge 1 without any help from the dialplan.
> 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
> Attachments: features.conf.txt
>
>
> 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