[asterisk-bugs] [Asterisk 0011917]: Not getting answers from get_data in a call-file call
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Feb 15 19:05:51 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11917
======================================================================
Reported By: mavetju
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11917
Category: Resources/res_agi
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.4.17
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-04-2008 06:46 CST
Last Modified: 02-15-2008 19:05 CST
======================================================================
Summary: Not getting answers from get_data in a call-file
call
Description:
When I setup a call via a call-file and then drop into an AGI script, the
function GET DATA doesn't return DTMF keys. With the same AGI script called
directly (i.e. without the call-file) the function GET DATA does return
DTMF keys.
======================================================================
----------------------------------------------------------------------
mavetju - 02-15-08 19:05
----------------------------------------------------------------------
It doesn't seem to be an AGI issue, because the Read() function in the
dialplan doesn't like it neither:
exten => 93353699,1,NoOp(Callback1)
exten => 93353699,n,Answer()
exten => 93353699,n,Read(foo,one-moment-please,3,,,10);
exten => 93353699,n,SayDigits(${foo})
exten => 93353699,n,AGI(callback1.agi)
[barnet-callback]
exten => _.X,1,NoOp(callback time)
exten => _.X,n,Answer()
exten => _.X,n,Read(foo,one-moment-please,3,,,10);
exten => _.X,n,SayDigits(${foo});
exten => _.X,n,Hangup
The call on 9336 3699 works fine, the call back doesn't read the digits
neither.
Issue History
Date Modified Username Field Change
======================================================================
02-15-08 19:05 mavetju Note Added: 0082351
======================================================================
More information about the asterisk-bugs
mailing list