Asterisk Voiceglue&x27=';cookie属性之后';姓名

Asterisk Voiceglue&x27=';cookie属性之后';姓名,asterisk,ivr,vxml,error-log,voicexml,Asterisk,Ivr,Vxml,Error Log,Voicexml,在/var/log/dynlog/dynlog中执行时,我遇到以下Voiceglue错误 15:35:54:525 EROR OPEN|U VXI luke---callid=[58]| 1098905920 | 58 |严重| swi:SBinet | 257 | SBinet:cookie属性的名称后面应为“=”| attributeSpec=HttpOnly | attribute=HttpOnly\n我没有答案,但我已经找到了产生问题的代码。也许我们可以一起找出为什么会这样。我是一名开发

在/var/log/dynlog/dynlog中执行时,我遇到以下Voiceglue错误


15:35:54:525 EROR OPEN|U VXI luke---callid=[58]| 1098905920 | 58 |严重| swi:SBinet | 257 | SBinet:cookie属性的名称后面应为“=”| attributeSpec=HttpOnly | attribute=HttpOnly\n

我没有答案,但我已经找到了产生问题的代码。也许我们可以一起找出为什么会这样。我是一名开发人员,但还不了解SB*和friends浏览器的工作原理

if (hasValue)
{
  // Now we have to deal with attributes of the form x=y
  if ((p = SBinetHttpUtils::expectChar(p,"=")) == NULL || !*p)
  {
    if (logger)
      logger->Error(257, L"%s%S%s%S", L"attributeSpec", attributeSpec,L"attribute", attribute);
    return NULL;
  }
  p++;
位于openvxi-3.4+vglue/src/inet/SBinetCookie.cpp中

如果要停止由未处理的错误导致的无限循环。正确的方法是将标记添加到无限抛出的java错误引发的未处理事件中。这是默认值,但不在ampersand.com的示例中

<error>
  <log expr="'*** unhandled event ' + _event + ' thrown : ' + _message + ' ***'"/>
  <prompt bargein="false">
    A technical problem just occurred,
    Please check the logs for more information.
  </prompt>
  <exit/>
</error>

刚刚出现了一个技术问题,,
请查看日志以了解更多信息。

我没有答案,但我找到了产生问题的代码。也许我们可以一起找出为什么会这样。我是一名开发人员,但还不了解SB*和friends浏览器的工作原理

if (hasValue)
{
  // Now we have to deal with attributes of the form x=y
  if ((p = SBinetHttpUtils::expectChar(p,"=")) == NULL || !*p)
  {
    if (logger)
      logger->Error(257, L"%s%S%s%S", L"attributeSpec", attributeSpec,L"attribute", attribute);
    return NULL;
  }
  p++;
位于openvxi-3.4+vglue/src/inet/SBinetCookie.cpp中

如果要停止由未处理的错误导致的无限循环。正确的方法是将标记添加到无限抛出的java错误引发的未处理事件中。这是默认值,但不在ampersand.com的示例中

<error>
  <log expr="'*** unhandled event ' + _event + ' thrown : ' + _message + ' ***'"/>
  <prompt bargein="false">
    A technical problem just occurred,
    Please check the logs for more information.
  </prompt>
  <exit/>
</error>

刚刚出现了一个技术问题,,
请查看日志以了解更多信息。

Hi@user1039677 wow tats gr8。我是这个领域的新手,希望有更多关于这个领域的信息。我很乐意和你们一起工作:)请把这个问题也提出来,看看是否能得到答复。。我在VXML中使用了max errors=3,但我不知道发生了什么错误,为什么会进入无限loopHi@user1039677 wow tats gr8。我是这个领域的新手,希望有更多关于这个领域的信息。我很乐意和你们一起工作:)请把这个问题也提出来,看看是否能得到答复。。我在VXML中使用了max errors=3,但我不知道发生了什么错误,为什么会进入无限循环