我在用胡椒粉和脑气2.5.10.7。
我有一个简单的应用程序,它使用Nuance remote ASR并回复理解的文本。
当我将Pepper连接到公司网络时,Nuance remote ASR不再工作。
我们公司的网络使用代理服务器进行互联网连接。
我们为Pepper配置了一个应用程序代理,并允许连接到
*.nuancemobility.net
wget nuancemobility.net.
但是当我运行我的编排应用程序Nuance时,远程ASR不工作。
export http_proxy=http://companyProxyServer:port
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$http_proxy
export FTP_PROXY=$http_proxy
我还在Peppers“Robot Web Page”的“Network Settings”中设置了代理服务器
虽然internet连接使用代理服务器,但如何使Nuance remote ASR工作?
是否有其他环境变量可以用于Nuance remote ASR(NuanceVoconEngine?)需要使用我的代理吗?