[Home]

Summary:ASTERISK-27924: $agi->get_data( not play File and no Response
Reporter:brenner 23 (brenner23)Labels:
Date Opened:2018-06-19 17:14:17Date Closed:2018-06-20 04:19:06
Priority:MajorRegression?
Status:Closed/CompleteComponents:. I did not set the category correctly.
Versions:13.21.0 Frequency of
Occurrence
Related
Issues:
Environment:asterisk 13 & phpagi2.2Attachments:
Description:Hi i will try to explain my problem
Computer is a Raspberry Pi 3
OS is Stretch Debian
On this SD card ist Asterisk 13 , phpagi2.2 ,php 7.0

my Script
$agi->exec('Playback',"beep");
$id_opcion = $agi->get_data('custom2/MyGSMFile');
$id = $id_opcion['result'];
$agi->Verbose('------------------------------------ --->>> id ['.$id.']');
if ($id  != ""){
$agi->say_digits($id);
} else {
$agi->say_digits(0);
$agi->hangup();
#exit;
}
              ... Continue....

So my problem is that the Fils will first times played and i can make a Choice 1 times , 2 times... but after a view Trys the the File wont playes and the automaticly Choice is 0 .... and my scrtip loops than, why i have nothing on 0 (Zero) later it hangups
Comments:By: Asterisk Team (asteriskteam) 2018-06-19 17:14:18.468-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Joshua C. Colp (jcolp) 2018-06-20 04:18:54.113-0500

We appreciate the difficulties you are facing, however this does not appear to be a bug report and your request or comments would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines