[asterisk-bugs] [JIRA] (ASTERISK-28074) Run Two Exec command in asterisk application
Palanivel (JIRA)
noreply at issues.asterisk.org
Tue Sep 25 12:03:54 CDT 2018
Palanivel created ASTERISK-28074:
------------------------------------
Summary: 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