mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Minor typos
This commit is contained in:
parent
7fab8f1543
commit
bacdb7b84e
@ -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"/>
|
||||||
|
@ -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:
|
The file format plugin can be used like this:
|
||||||
<action application="playback" data="http://some.com/sounds/foo.wav"/>
|
<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:
|
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.
|
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.
|
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.
|
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.
|
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
|
application : The app to run
|
||||||
*DATA* : The app data
|
*DATA* : The app data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<sms to>DATA</sms>
|
<sms to>DATA</sms>
|
||||||
: Send a SMS message.
|
: Send a SMS message.
|
||||||
ATTRS:
|
ATTRS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user