返回列表 發帖

【角色茶桌】—— Google Voice + Asterisk does not answer properly

这个问题,如果可能是Google Voice在搞鬼!详细请大家看看:

http://michigantelephone.wordpre ... -with-asterisk-1-8/


角色

我记得好像这个问题alang知道怎样解决,如果他看到这幅帖,希望他能给出指引,谢谢。

角色

TOP

不知道下面的patch能否解决问题呢? http://www.mail-archive.com/aste ... m.com/msg50906.html
  1. --- chan_gtalk.c        2011-10-15 08:32:23.384917998 -0400
  2. +++ chan_gtalk_patched.c        2011-10-15 08:34:57.344917998 -0400
  3. @@ -480,7 +480,8 @@
  4.                                 break;
  5.                         }
  6.                         if (!strcasecmp(name, "error") &&
  7. -                                (redirect = iks_find_cdata(traversenodes, "redirect")) &&
  8. +                                ( (redirect = iks_find_cdata(traversenodes, "redirect")) ||
  9. +                                  (redirect = iks_find_cdata(traversenodes, "sta:redirect")) ) &&
  10.                                 (redirect = strstr(redirect, "xmpp:"))) {
  11.                                 redirect += 5;
  12.                                 ast_log(LOG_DEBUG, "redirect %s\n", redirect);
複製代碼

TOP

The above patch seems to fix outbound call problem only rather than inbound call.

TOP

估计FreeSwitch和OBi接GV可能跟Asterisk不一样,所以它们都没有问题,而Asterisk就出事!

总结:Asterisk拨打GV是没有问题,而是Asterisk接入电话时可能出现不稳定,估计大家用的protocol不一样所致!

角色

TOP

回復 5# 角色


    Did you install Freeswitch?

TOP

I am sorry that I did not. All these message came from MT thread.

YH

TOP

本帖最後由 角色 於 2012-1-1 11:14 編輯

deleted xxxxxxx

TOP

但我最近用Asterisk 1.8.7 起至最新的Asterisk 1.8.8.1 都沒有發生這樣的問題了。

TOP

我估计应该都有,这个一直还没有解决好!

角色

TOP

返回列表