From: <abe...@us...> - 2015-10-10 15:48:28
|
Revision: 7264 http://sourceforge.net/p/astlinux/code/7264 Author: abelbeck Date: 2015-10-10 15:48:26 +0000 (Sat, 10 Oct 2015) Log Message: ----------- phoneprov-tools, tweak 'polycom.conf' template, no functioonal change Modified Paths: -------------- branches/1.0/package/phoneprov-tools/templates/polycom.conf Modified: branches/1.0/package/phoneprov-tools/templates/polycom.conf =================================================================== --- branches/1.0/package/phoneprov-tools/templates/polycom.conf 2015-10-09 23:04:52 UTC (rev 7263) +++ branches/1.0/package/phoneprov-tools/templates/polycom.conf 2015-10-10 15:48:26 UTC (rev 7264) @@ -1,7 +1,7 @@ # AstLinux provisioning template menu_name=Polycom UCS # ------------------------------------------------------------------------------ -# Last changed : October 9, 2015 +# Last changed : October 10, 2015 # Requirements : Polycom phones using UCS v4 or newer # Comments : # @@ -13,22 +13,26 @@ [general] vendor=polycom model=polycom -prov_path=/mnt/kd/tftpboot/ +prov_path=/mnt/kd/tftpboot prov_file=phone-@MAC@.cfg macaddress_case=lower #auto_account_prefix= auto_account_suffix=_@MAC4@ +#auto_account_case=lower -dialplan_path=/mnt/kd/asterisk/includes/ +#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_path=/mnt/kd/asterisk/includes sip_file=phoneprov_sip-devices.conf.local +sql_enable=yes +sip_driver=sip + # Dialplan File entries [dialplan] exten => @EXT@,1,Set(_PICKUPMARK=@EXT@) @@ -40,15 +44,6 @@ [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@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |