]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Mod_sonar can be useful for collecting specific round trip delay information about...
authorWilliam King <william.king@quentustech.com>
Fri, 14 Sep 2012 07:26:31 +0000 (00:26 -0700)
committerWilliam King <william.king@quentustech.com>
Fri, 14 Sep 2012 07:26:36 +0000 (00:26 -0700)
commitbf04f8b0c8af345f0a03df9de185e08bc87396aa
tree889a6fad88f5600825afd5522fef9b8531356a8a
parenta32244fe38a5f4811d6487abc66776c9119cf43e
Mod_sonar can be useful for collecting specific round trip delay information about a call route. This is a first working draft, so expect it to interfere with the migration habits of your creatures. To use setup a destination with echo, originate a call to that destination and drop the call into &sonar(). Then watch the logs for the results.
src/mod/applications/mod_sonar/Makefile [new file with mode: 0644]
src/mod/applications/mod_sonar/mod_sonar.c [new file with mode: 0644]