2017-01-09 36 views
1

嘗試使用實時呼叫修改進行呼叫轉移。客戶擺錘調用客戶端Alice和同時通話正在進行我運行下面的命令行:Restcomm實時呼叫修改

curl -XPOST -u user:password http://192.168.0.100:8080/restcomm/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Calls.json/CAa7c46f842cbf4dbdb1e0bc4715414577 -d "Url= http://192.168.0.100:8080/restcomm-rvd/services/apps/AP85e9ec/controller "

然而,命令與 期貨後[10秒]

超時通過調試Restcomm源(失敗發佈8.0.0.1114),我找到了問題的根源,這是

cdr = dao.getCallDetailRecord(new Sid(callSid)); ... callPath = cdr.getCallPath(); // == NULL Future future = (Future) ask(callManager, new GetCall(callPath), expires);

難道或工作作爲設計的,它是一個錯誤?

回答

1

你可以在github上用log和pacp打開一個問題,並且可能調查它併爲它提供一個修復程序?

+0

當然,但什麼是pacp? – cloud1

+0

抱歉,pcap是您可以使用Wireshark或tcpdump進行網絡跟蹤 – jeand