Merge pull request #750 in FS/freeswitch from ~ASIP42/freeswitch:bugfix/FS-8943-misspelling-in-two-comments to master
* commit 'ca39418f09a4b4789155729039ec397032470159': FS-8943 Fixed misspellings in two comments
This commit is contained in:
commit
095e1f7bf2
|
@ -1,8 +1,8 @@
|
||||||
<configuration name="httapi.conf" description="HT-TAPI Hypertext Telephony API">
|
<configuration name="httapi.conf" description="HT-TAPI Hypertext Telephony API">
|
||||||
<settings>
|
<settings>
|
||||||
<!-- print xml on the consol -->
|
<!-- print xml on the console -->
|
||||||
<param name="debug" value="true"/>
|
<param name="debug" value="true"/>
|
||||||
<!-- time to keep audio files when discoverd they were deleted from the http server -->
|
<!-- time to keep audio files when discovered they were deleted from the http server -->
|
||||||
<param name="file-not-found-expires" value="300"/>
|
<param name="file-not-found-expires" value="300"/>
|
||||||
<!-- how often to re-check the server to make sure the remote file has not changed -->
|
<!-- how often to re-check the server to make sure the remote file has not changed -->
|
||||||
<param name="file-cache-ttl" value="300"/>
|
<param name="file-cache-ttl" value="300"/>
|
||||||
|
|
Loading…
Reference in New Issue