提交 068ed4d1 authored 作者: Brian West's avatar Brian West

Merge pull request #990 in FS/freeswitch from…

Merge pull request #990 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9598-fail-session-creation-if-not-enough to master

* commit '184368d8':
  FS-9568 [avmd] Fail session creation if can't be started properly
  FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
  FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6
......@@ -53,7 +53,7 @@ if ($con->connected()) {
while($con->connected() && ($idx < $thread_n)) {
call_once($dest, $callerid, $idx);
$idx++;
Time::HiRes::sleep(0.15); # avoid switch_core_session.c:2265 Throttle Error! 33, switch_time.c:1227 Over Session Rate of 30!
Time::HiRes::sleep(0.11); # avoid switch_core_session.c:2265 Throttle Error! 33, switch_time.c:1227 Over Session Rate of 30!
}
print "Disconnected.\n\n";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论