Add peercontext parameter for default outbound context (bug #1929)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-26 15:48:30 +00:00
parent 1af31f2c64
commit d9ed36059c
5 changed files with 19 additions and 5 deletions

View File

@@ -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.