From: <abe...@us...> - 2015-10-09 22:59:37
|
Revision: 7262 http://sourceforge.net/p/astlinux/code/7262 Author: abelbeck Date: 2015-10-09 22:59:35 +0000 (Fri, 09 Oct 2015) Log Message: ----------- phoneprov-tools, add 'polycom.conf' template. Thanks to Darrick and Ian of DJH Solutions LLC Added Paths: ----------- branches/1.0/package/phoneprov-tools/templates/polycom.conf Added: branches/1.0/package/phoneprov-tools/templates/polycom.conf =================================================================== --- branches/1.0/package/phoneprov-tools/templates/polycom.conf (rev 0) +++ branches/1.0/package/phoneprov-tools/templates/polycom.conf 2015-10-09 22:59:35 UTC (rev 7262) @@ -0,0 +1,83 @@ +# AstLinux provisioning template +menu_name=Polycom UCS +# ------------------------------------------------------------------------------ +# Last changed : October 9, 2015 +# Requirements : Polycom phones using UCS v4 or newer +# Comments : +# +# Credits : DJH Solutions LLC +# URL : http://djhsolutions.com/ +# ------------------------------------------------------------------------------ + +# General Definitions +[general] +vendor=polycom +model=polycom +prov_path=/mnt/kd/tftpboot/ +prov_file=phone-@MAC@.cfg +macaddress_case=lower +#auto_account_prefix= +auto_account_suffix=_@MAC4@ + +dialplan_path=/mnt/kd/asterisk/includes/ +dialplan_file=phoneprov_local_extensions.conf.local +dialplan_context=local_extensions + +dialplan2_file=phoneprov_hints.conf.local +dialplan2_context=hints + +sip_path=/mnt/kd/asterisk/includes/ +sip_file=phoneprov_sip-devices.conf.local + +# Dialplan File entries +[dialplan] +exten => @EXT@,1,Set(_PICKUPMARK=@EXT@) +same => n,Dial(SIP/@ACCOUNT@,20) +same => n,Voicemail(@EXT@,u) +same => n,HangUp() + +# Dialplan2 File entries +[dialplan2] +exten => @EXT@,hint,SIP/@ACCOUNT@ + +# Dialplan3 File entries +[dialplan3] + +# Dialplan4 File entries +[dialplan4] + +# Dialplan5 File entries +[dialplan5] + +# SIP File entries +[sip] +; @EXT@ / @MAC_ADDR@ / @MODEL@ +\[@ACCOUNT@] +type=friend +host=dynamic +context=internal-phones +secret=@PASSWORD@ +defaultuser=@ACCOUNT@ +callerid="@CID_NAME@" <@EXT@> +mailbox=@EXT@@default +qualify=no +directmedia=no +dtmfmode=rfc2833 +disallow=all +allow=ulaw +;allow=g722 + +# Phone Provision File entries +[phoneprov] +<reg + reg.1.address="@ACCOUNT@" + reg.1.callsPerLineKey="6" + reg.1.displayName="@CID_NAME@ (@EXT@)" + reg.1.label="x@EXT@" + > + <reg.1.auth + reg.1.auth.password="@PASSWORD@" + reg.1.auth.userId="@ACCOUNT@" + /> + </reg> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |