[asterisk-bugs] [JIRA] (ASTERISK-27924) $agi->get_data( not play File and no Response
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Jun 19 17:14:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243858#comment-243858 ]
Asterisk Team commented on ASTERISK-27924:
------------------------------------------
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].
> $agi->get_data( not play File and no Response
> ---------------------------------------------
>
> Key: ASTERISK-27924
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27924
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: . I did not set the category correctly.
> Affects Versions: 13.21.0
> Environment: asterisk 13 & phpagi2.2
> Reporter: brenner 23
>
> 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
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list