aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-26 15:48:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-26 15:48:30 +0000
commita47f8fb39e6421537defe513089d1c95d919cb91 (patch)
tree5a139708719bd8f647cb269d7e985f1490a23bca /doc
parent5797e84a8a0d8dbfecc20ea988f8c57ae8436d52 (diff)
Add peercontext parameter for default outbound context (bug #1929)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3315 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.iax4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.iax b/doc/README.iax
index 2e1c4cfd6..10f6a8089 100755
--- a/doc/README.iax
+++ b/doc/README.iax
@@ -323,4 +323,8 @@ If the host uses dynamic registration, Asterisk may still be given a
default IP address to use when dynamic registration has not been performed
or has timed out.
+> peercontext = <context>
+Specifies the context name to be passed to the peer for it to use when routing
+the call through its dial plan. This entry will be used only if a context
+is not included in the IAX2 channel name passed to the Dial command.