[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=244958#comment-244958 ]
Asterisk Team commented on ASTERISK-28074:
------------------------------------------
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
> 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