summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-07 19:11:22 +0000
committerOlle Johansson <oej@edvina.net>2006-04-07 19:11:22 +0000
commit7089dc1341d5361808d4acd034f63d874e3417c1 (patch)
tree9fcb07813c761c6698388573346bd546999bfbe0 /doc
parentfd54f365091272a38371990731fa800cdaae05ff (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: https://origsvn.digium.com/svn/asterisk/trunk@18369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-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