如何测量往返时间星号通过控制台拨号



我想使用Asterisk中的Playback()和Echo()函数测量调用的往返时间。我该怎么做呢?我在想这样的事情(只是作为例子):

[test]
exten => 201,1,Answer()
same  => 2,Monitor(wav,CallRecord,b)   ;b => Start Record when call established
same  => 3,Dial(Local/202@test,10)
same  => 4,Playback(testfile)
same  => 5,StopMonitor()
same  => 6,Hangup()
exten => 202,1,Answer()
same  => 2,Echo()                      ;would be blocking here (thats my problem)

是否有解决方案使此工作?

谢谢

您已经在audacity中编写自定义应用程序或打开文件,并比较左通道和右通道(输入/输出记录)的声音尖峰

相关内容

  • 没有找到相关文章

最新更新