[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=244957#comment-244957 ] 

Asterisk Team commented on ASTERISK-28074:
------------------------------------------

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

> 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