[Home]

Summary:ASTERISK-28074: Run Two Exec command in asterisk application
Reporter:Palanivel (yespeeyel)Labels:
Date Opened:2018-09-25 12:03:46Date Closed:2020-01-14 11:21:11.000-0600
Priority:CriticalRegression?
Status:Closed/CompleteComponents:Addons/General
Versions:11.25.3 Frequency of
Occurrence
Related
Issues:
Environment:Ubuntu 14.04 , Asterisk 11.25.3 and configured Google speech APIAttachments:
Description:Hi,

 I have configure asterisk AGI with Google API , its working fine . But i want to get the customer speech voice during playing the audio .

Below the scenario is working

$agi->stream_file("Say_Card_Company")  // Playing card company say master,visa .... After complete the audio next line will run.
$agi->exec('AGI',"speech-recog.agi,en-IN,5000,#,BEEP,15000,speechContexts");  // After execting this line i got the customer speech details .

But i want to get the customer speech voice during playing the audio.

For Ex : i want to run two command in single "Exec"

$agi->exec('BackgroundDetect',"Say_Card_Company,1000,n" ."&". 'AGI',"speech-recog.agi,en-IN,5000,#,BEEP,5000,speechContexts");


Is any possible to run this command or any other solution for this?

Please advice

Thanks,
Palanivel S



Comments:By: Asterisk Team (asteriskteam) 2018-09-25 12:03:46.814-0500

Per the Asterisk versions page [1], the maintenance (bug fix) support for the Asterisk branch you are using has ended. For continued maintenance support please move to a supported branch of Asterisk. After testing with a supported branch, if you find this problem has not been resolved, please open a new issue against the latest version of that Asterisk branch.

Thanks!

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

By: Asterisk Team (asteriskteam) 2018-09-25 12:03:48.287-0500

We appreciate the difficulties you are facing, however information request type issues 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.

If this issue is actually a bug please use the Bug issue type instead.

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

By: Asterisk Team (asteriskteam) 2018-09-25 12:03:48.390-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].