標題:
【角色茶桌】—— Google Voice + Asterisk does not answer properly
[打印本頁]
作者:
角色
時間:
2011-12-31 20:06
標題:
【角色茶桌】—— Google Voice + Asterisk does not answer properly
这个问题,如果可能是Google Voice在搞鬼!详细请大家看看:
http://michigantelephone.wordpre ... -with-asterisk-1-8/
角色
作者:
角色
時間:
2012-1-1 08:48
我记得好像这个问题alang知道怎样解决,如果他看到这幅帖,希望他能给出指引,谢谢。
角色
作者:
角色
時間:
2012-1-1 08:52
不知道下面的patch能否解决问题呢?
http://www.mail-archive.com/aste ... m.com/msg50906.html
--- chan_gtalk.c 2011-10-15 08:32:23.384917998 -0400
+++ chan_gtalk_patched.c 2011-10-15 08:34:57.344917998 -0400
@@ -480,7 +480,8 @@
break;
}
if (!strcasecmp(name, "error") &&
- (redirect = iks_find_cdata(traversenodes, "redirect")) &&
+ ( (redirect = iks_find_cdata(traversenodes, "redirect")) ||
+ (redirect = iks_find_cdata(traversenodes, "sta:redirect")) ) &&
(redirect = strstr(redirect, "xmpp:"))) {
redirect += 5;
ast_log(LOG_DEBUG, "redirect %s\n", redirect);
複製代碼
作者:
角色
時間:
2012-1-1 09:21
The above patch seems to fix outbound call problem only rather than inbound call.
作者:
角色
時間:
2012-1-1 10:10
估计FreeSwitch和OBi接GV可能跟Asterisk不一样,所以它们都没有问题,而Asterisk就出事!
总结:Asterisk拨打GV是没有问题,而是Asterisk接入电话时可能出现不稳定,估计大家用的protocol不一样所致!
角色
作者:
ckleea
時間:
2012-1-1 10:37
回復
5#
角色
Did you install Freeswitch?
作者:
角色
時間:
2012-1-1 10:42
I am sorry that I did not. All these message came from MT thread.
YH
作者:
角色
時間:
2012-1-1 11:10
本帖最後由 角色 於 2012-1-1 11:14 編輯
deleted xxxxxxx
作者:
bubblestar
時間:
2012-1-1 13:54
但我最近用Asterisk 1.8.7 起至最新的Asterisk 1.8.8.1 都沒有發生這樣的問題了。
作者:
角色
時間:
2012-1-1 15:05
我估计应该都有,这个一直还没有解决好!
角色
歡迎光臨 電訊茶室 (http://telecom-cafe.com/forum/)
Powered by Discuz! 7.2