-
- Downloads
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: https://origsvn.digium.com/svn/asterisk/trunk@97634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 8 additions, 0 deletionsCHANGES
- Makefile 4 additions, 0 deletionsMakefile
- configs/modules.conf.sample 3 additions, 0 deletionsconfigs/modules.conf.sample
- configs/phoneprov.conf.sample 55 additions, 0 deletionsconfigs/phoneprov.conf.sample
- doc/tex/asterisk.tex 4 additions, 1 deletiondoc/tex/asterisk.tex
- doc/tex/phoneprov.tex 301 additions, 0 deletionsdoc/tex/phoneprov.tex
- funcs/func_strings.c 39 additions, 0 deletionsfuncs/func_strings.c
- include/asterisk/localtime.h 1 addition, 0 deletionsinclude/asterisk/localtime.h
- main/acl.c 0 additions, 5 deletionsmain/acl.c
- main/stdtime/localtime.c 115 additions, 0 deletionsmain/stdtime/localtime.c
- phoneprov/000000000000-directory.xml 6 additions, 0 deletionsphoneprov/000000000000-directory.xml
- phoneprov/000000000000-phone.cfg 1 addition, 0 deletionsphoneprov/000000000000-phone.cfg
- phoneprov/000000000000.cfg 2 additions, 0 deletionsphoneprov/000000000000.cfg
- phoneprov/polycom.xml 37 additions, 0 deletionsphoneprov/polycom.xml
- res/res_phoneprov.c 1012 additions, 0 deletionsres/res_phoneprov.c
Loading
Please register or sign in to comment