[asterisk-bugs] [JIRA] (ASTERISK-27924) $agi->get_data( not play File and no Response
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Wed Jun 20 04:19:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243861#comment-243861 ]
Joshua Colp commented on ASTERISK-27924:
----------------------------------------
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
> $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