aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-06 15:48:45 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-06 15:48:45 +0000
commit668f9e25f5513ee8b5363637f723560189e66829 (patch)
tree265eab9a0f352d43932aab641afbe84cd1206cf8 /doc
parenteacfb3340fe838ce5a3aa004275208e22cf1fb19 (diff)
added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcate wether the extension is already completely dialed or if there might come additional digits by information elements. also added some docs for that.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@48321 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/README.misdn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/README.misdn b/doc/README.misdn
index ab029e4d1..96368e7a2 100644
--- a/doc/README.misdn
+++ b/doc/README.misdn
@@ -40,6 +40,7 @@ Overview
- Configuration
- Dial and Options String
- misdn cli commands
+- mISDN Variables
- Debugging and sending Bugreports
- Examples
- Known working Configurations
@@ -235,6 +236,14 @@ where 1 is the Port of the Card where the phone is plugged in, and 101 is the
msn (callerid) of the Phone to send the text to.
+mISDN Variables
+---------------
+
+mISDN Exports/Imports a few Variables:
+
+- MISDN_ADDRESS_COMPLETE : Is either set to 1 from the Provider, or you
+ can set it to 1 to force a sending complete.
+
Debugging and sending bug reports
---------------------------------