[asterisk-bugs] [Asterisk 0010773]: features don't work in AppDial
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Sep 20 16:10:42 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10773
======================================================================
Reported By: pbayley
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10773
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.9
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-20-2007 15:43 CDT
Last Modified: 09-20-2007 16:10 CDT
======================================================================
Summary: features don't work in AppDial
Description:
DTMF-triggered actions (applicationmap features) work in a Dial only after
the callee has picked up. In other words, only after an "AppDial" turns
into a "Bridged Call".
This is necessary in those scenarios where I need to access features while
still connected. I'm tempted to label this bug 'major' since I have yet to
find a work-around.
======================================================================
----------------------------------------------------------------------
pbayley - 09-20-07 16:10
----------------------------------------------------------------------
OK, I found a work-around. I don't know why I didn't think of this
earlier:
1) Create a context like:
[answer-then-dial]
exten => _X.,1,Answer()
exten => _X.,2,Dial(Local/${EXTEN}@default||g)
2) Dial to this context:
exten => 0,n,Dial(Local/${DEST}@answer-then-dial||g)
Issue History
Date Modified Username Field Change
======================================================================
09-20-07 16:10 pbayley Note Added: 0070859
======================================================================
More information about the asterisk-bugs
mailing list