aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tex/asterisk.tex
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 21:37:26 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 21:37:26 +0000
commit11f6af8c7b1aa84f602cec7258bdb6ef8d29851d (patch)
treea60d56d18dfd1b80f57e5bc99e3b1fc1c2999bfe /doc/tex/asterisk.tex
parent34c07ddcafffa916f65e5f4b0e356e7b29e47b2d (diff)
Added a new module, res_phoneprov, which allows auto-provisioning of phones
based on configuration templates that use Asterisk dialplan function and variable substitution. It should be possible to create phone profiles and templates that work for the majority of phones provisioned over http. It is currently only intended to provision a single user account per phone. An example profile and set of templates for Polycom phones is provided. NOTE: Polycom firmware is not included, but should be placed in AST_DATA_DIR/phoneprov/configs to match up with the included templates. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97634 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/tex/asterisk.tex')
-rw-r--r--doc/tex/asterisk.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/tex/asterisk.tex b/doc/tex/asterisk.tex
index ca0a0dc6b..0feb3d7d9 100644
--- a/doc/tex/asterisk.tex
+++ b/doc/tex/asterisk.tex
@@ -32,7 +32,7 @@
\author{Asterisk Development Team \\ Asterisk.org}
-\title{Asterisk Reference Information \\ Version ASTERISKVERSION}
+\title{Asterisk Reference Information \\ Version }
\begin{document}
\maketitle
@@ -132,6 +132,9 @@ reference purposes.
\section{Queue Logs}
\input{queuelog.tex}
+\chapter{Phone Provisioning}
+ \input{phoneprov.tex}
+
\chapter{Development}
\section{Backtrace}
\input{backtrace.tex}