aboutsummaryrefslogtreecommitdiffstats
path: root/doc/channelvariables.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-07 19:11:22 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-07 19:11:22 +0000
commit3c9910c57ea93ad5c743ee7d4384f74df5f462f1 (patch)
tree9fcb07813c761c6698388573346bd546999bfbe0 /doc/channelvariables.txt
parentb104ac7d191ff501f7a5e095873a85ad0b36c290 (diff)
Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
- implement all functions through internal APIs in res_osp.c and app_osplookup.c (homesick) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18369 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/channelvariables.txt')
-rw-r--r--doc/channelvariables.txt18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index 3b3a742b6..d2befa33b 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -612,6 +612,7 @@ ${DBGETSTATUS} * dbget()
${ENUMSTATUS} * enumlookup()
${HASVMSTATUS} * hasnewvoicemail()
${LOOKUPBLSTATUS} * lookupblacklist()
+${OSPAUTHSTATUS} * ospauth()
${OSPLOOKUPSTATUS} * osplookup()
${OSPNEXTSTATUS} * ospnext()
${OSPFINISHSTATUS} * ospfinish()
@@ -754,14 +755,17 @@ ${MACRO_CONTEXT} * The calling context
${MACRO_PRIORITY} * The calling priority
${MACRO_OFFSET} Offset to add to priority at return from macro
-If you compile with OSP support in the SIP channel, these
-variables are used:
+If you compile with OSP support, these variables are used:
---------------------------------------------------------
-${OSPHANDLE} Handle from the OSP Library
-${OSPTECH} OSP Technology from Library
-${OSPDEST} OSP Destination from Library
-${OSPTOKEN} OSP Token to use for call from Library
-${OSPRESULTS} Number of OSP results
+${OSPINHANDLE} OSP handle of in_bound call
+${OSPINTIMELIMIT} Duration limit for in_bound call
+${OSPOUTHANDLE} OSP handle of out_bound call
+${OSPTECH} OSP technology
+${OSPDEST} OSP destination
+${OSPCALLING} OSP calling number
+${OSPOUTTOKEN} OSP token to use for out_bound call
+${OSPOUTTIMELIMIT} Duration limit for out_bound call
+${OSPRESULTS} Number of remained destinations
____________________________________
CDR Variables