[asterisk-bugs] [JIRA] (ASTERISK-28074) Run Two Exec command in asterisk application
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Sep 25 12:03:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=244959#comment-244959 ]
Asterisk Team commented on ASTERISK-28074:
------------------------------------------
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].
> Run Two Exec command in asterisk application
> --------------------------------------------
>
> Key: ASTERISK-28074
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28074
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: Addons/General
> Affects Versions: 11.25.3
> Environment: Ubuntu 14.04 , Asterisk 11.25.3 and configured Google speech API
> Reporter: Palanivel
> Severity: Critical
>
> 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
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list