From fa9d6969d6a7b19024bc62f62da28e599bf7a1ee Mon Sep 17 00:00:00 2001 From: Alexandr Anikin Date: Sun, 14 Mar 2010 14:42:59 +0000 Subject: generate roundtrip delay requests and responses added response to roundtrip delay requests from opposite side added roundtrip delay request sending to opposite side after answer, added options for sending request (interval between request and count of unreplied requests before forced call hangup) (closes issue #16976) Reported by: vmikhelson Patches: rtdr-1.6.0-2.patch uploaded by may213 (license 454) Tested by: vmikhelson, may213 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@252277 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/chan_ooh323.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/chan_ooh323.conf.sample') diff --git a/configs/chan_ooh323.conf.sample b/configs/chan_ooh323.conf.sample index 6d14bcbc5..8dbdafc73 100644 --- a/configs/chan_ooh323.conf.sample +++ b/configs/chan_ooh323.conf.sample @@ -116,6 +116,11 @@ allow=ulaw ; h245alphanumeric, h245signal. ;Default - rfc 2833 dtmfmode=rfc2833 +; +; round trip delay request, default = 0,0 (not send) +; x - count of unreplied requests before hangup, y - interval in sec between requests +; +;roundtrip=x,y ; User/peer/friend definitions: ; User config options Peer config options -- cgit v1.2.3