aboutsummaryrefslogtreecommitdiffstats
path: root/phoneprov
AgeCommit message (Collapse)AuthorFilesLines
2011-02-03res_phoneprov add snom 300, 320, 360, 370, 820, 821, 870 supportlathama1-0/+24
(issue #18713) Reported by: lathama Patches: snom_dir.diff uploaded by lathama (license 1028) Tested by: lathama git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@305987 f38db490-d61c-443f-a65b-d21fe96a405b
2011-01-04Update STAT() to use the comma instead of the pipe.lmadsen1-1/+1
(closes issue #18503) Reported by: cjacobsen Patches: old_separator.diff uploaded by cjacobsen (license 1029) Tested by: lathama git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@300384 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-11Add LINEKEYS variable to allow for a user to set the number of keys assigned ↵dbailey1-1/+1
to a line on a polycom phone git-svn-id: http://svn.digium.com/svn/asterisk/trunk@155934 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-14Allow MWI registration for all configured lines.dbailey1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@148825 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-09Make phoneprov case-insensitive to remove the func_strings dependency of the ↵twilson1-1/+1
default config git-svn-id: http://svn.digium.com/svn/asterisk/trunk@147854 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-29Fix formattingqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114852 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-21Change the time zone offset from a hard code to use res_phoneprov variablesdbailey1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114456 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-11Change the number of line keys per registration from 2 to 1 dbailey1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114077 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-05Multi-line support for phoneprovtwilson3-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@112906 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonestwilson4-0/+46
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