Skip to content

Commit

Permalink
Better comment for rvd.xml/externalService timeout and its relation t…
Browse files Browse the repository at this point in the history
…o restcomm.xml/http-client/response-timeout

fixes #208
  • Loading branch information
otsakir committed Aug 30, 2017
1 parent 8006ebf commit 5152023
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion designer/src/main/webapp/WEB-INF/rvd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@
<useAbsoluteApplicationUrl>false</useAbsoluteApplicationUrl>
<baseUrl>/restcomm-rvd</baseUrl>

<!-- Timeout for external service requests in milliseconds. Defaults to 5000 if not given -->
<!-- Timeout for external service requests in milliseconds. Defaults to 5000 if not given. Note that custom
overrides from the External Service element timeout setting (UI) will get ignored if greater that
the value defined here.
IMPORTANT: This timeout value is related with the <http-client>/<response-timeout> setting in restcomm.xml
and should ALWAYS be smaller than that (defaults to 6000). Typically 1000 ms difference is
ok but it really depends on the roundtrip time when restcomm contacts RVD.
-->
<externalServiceTimeout></externalServiceTimeout>

<!-- Enable Video support in RCML produced and UI. Defaults to 'false'. Requires XMS. -->
Expand Down

0 comments on commit 5152023

Please sign in to comment.