Minor typos

This commit is contained in:
Michael S Collins 2012-01-05 16:10:47 -08:00
parent 7fab8f1543
commit bacdb7b84e
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<configuration name="httapi.conf" description="HT-TAPI Hypertext Telephony API">
<settings>
<!-- print xml on the consol -->
<!-- print xml on the console -->
<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"/>
<!-- how often to re-check the server to make sure the remote file has not changed -->
<param name="file-cache-ttl" value="300"/>

View File

@ -5,7 +5,7 @@ This module provides an HTTP based Telephony API using a standard FreeSWITCH app
The file format plugin can be used like this:
<action application="playback" data="http://some.com/sounds/foo.wav"/>
This syntax is valid anywhere a filname parameter is requested in FreeSWITCH.
This syntax is valid anywhere a filename parameter is requested in FreeSWITCH.
The application is called like this:
@ -30,7 +30,7 @@ The format is roughly as described below (We could use a DTD maybe).
The profile name must be chosen to bind to a preset series of settings and permissions to use as a basis for the client session.
Its chosen from the specified params or from the channel variable using the keyname 'httapi_profile' and if not specified will default to 'default'
It's chosen from the specified params or from the channel variable using the keyname 'httapi_profile' and if not specified will default to 'default'
Any params specified in the initial data of the application encased in brackets {} will be parsed into the initial params similar to originate.
These params remain set until the call ends and are supplied as form elements on each hit to the HTTP server.
If the permissions allow, a <params> tag is parsed from the resulting document and set into this data set and will be mirrored back on subsequqent http posts.
@ -156,6 +156,8 @@ ATTRS:
application : The app to run
*DATA* : The app data
<sms to>DATA</sms>
: Send a SMS message.
ATTRS: