From 88c1c344d7bb693f3dd363c50a054e97d759123c Mon Sep 17 00:00:00 2001 From: Mendel <44873735+rabbidiesel@users.noreply.github.com> Date: Tue, 3 May 2022 20:42:55 -0400 Subject: [PATCH] Added all the Polycom Templates separately --- .../polycom/IP321/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP321/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP331/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP331/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP335/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP335/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP450/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP450/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP5000/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP5000/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP550/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP550/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP560/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP560/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP6000/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP6000/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP650/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP650/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP670/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP670/{$mac}.cfg | 248 +++++++++++++ .../polycom/IP7000/{$mac}-directory.xml | 28 ++ .../provision/polycom/IP7000/{$mac}.cfg | 248 +++++++++++++ .../SoundStationDuo/{$mac}-directory.xml | 28 ++ .../polycom/SoundStationDuo/{$mac}.cfg | 248 +++++++++++++ .../polycom/VVX101/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX101/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX150/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX150/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX1500/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX1500/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX201/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX201/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX250/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX250/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX300/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX300/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX301/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX301/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX310/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX310/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX311/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX311/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX350/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX350/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX400/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX400/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX401/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX401/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX410/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX410/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX411/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX411/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX450/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX450/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX500/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX500/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX501/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX501/{$mac}.cfg | 347 +++++++++++++++++ .../polycom/VVX600/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX600/{$mac}.cfg | 351 ++++++++++++++++++ .../polycom/VVX601/{$mac}-directory.xml | 28 ++ .../provision/polycom/VVX601/{$mac}.cfg | 347 +++++++++++++++++ 62 files changed, 10465 insertions(+) create mode 100644 resources/templates/provision/polycom/IP321/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP321/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP331/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP331/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP335/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP335/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP450/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP450/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP5000/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP5000/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP550/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP550/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP560/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP560/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP6000/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP6000/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP650/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP650/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP670/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP670/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/IP7000/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/IP7000/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/SoundStationDuo/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/SoundStationDuo/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX101/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX101/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX150/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX150/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX1500/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX1500/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX201/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX201/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX250/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX250/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX300/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX300/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX301/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX301/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX310/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX310/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX311/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX311/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX350/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX350/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX400/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX400/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX401/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX401/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX410/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX410/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX411/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX411/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX450/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX450/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX500/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX500/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX501/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX501/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX600/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX600/{$mac}.cfg create mode 100644 resources/templates/provision/polycom/VVX601/{$mac}-directory.xml create mode 100644 resources/templates/provision/polycom/VVX601/{$mac}.cfg diff --git a/resources/templates/provision/polycom/IP321/{$mac}-directory.xml b/resources/templates/provision/polycom/IP321/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP321/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP321/{$mac}.cfg b/resources/templates/provision/polycom/IP321/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP321/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP331/{$mac}-directory.xml b/resources/templates/provision/polycom/IP331/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP331/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP331/{$mac}.cfg b/resources/templates/provision/polycom/IP331/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP331/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP335/{$mac}-directory.xml b/resources/templates/provision/polycom/IP335/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP335/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP335/{$mac}.cfg b/resources/templates/provision/polycom/IP335/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP335/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP450/{$mac}-directory.xml b/resources/templates/provision/polycom/IP450/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP450/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP450/{$mac}.cfg b/resources/templates/provision/polycom/IP450/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP450/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP5000/{$mac}-directory.xml b/resources/templates/provision/polycom/IP5000/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP5000/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP5000/{$mac}.cfg b/resources/templates/provision/polycom/IP5000/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP5000/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP550/{$mac}-directory.xml b/resources/templates/provision/polycom/IP550/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP550/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP550/{$mac}.cfg b/resources/templates/provision/polycom/IP550/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP550/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP560/{$mac}-directory.xml b/resources/templates/provision/polycom/IP560/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP560/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP560/{$mac}.cfg b/resources/templates/provision/polycom/IP560/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP560/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP6000/{$mac}-directory.xml b/resources/templates/provision/polycom/IP6000/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP6000/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP6000/{$mac}.cfg b/resources/templates/provision/polycom/IP6000/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP6000/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP650/{$mac}-directory.xml b/resources/templates/provision/polycom/IP650/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP650/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP650/{$mac}.cfg b/resources/templates/provision/polycom/IP650/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP650/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP670/{$mac}-directory.xml b/resources/templates/provision/polycom/IP670/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP670/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP670/{$mac}.cfg b/resources/templates/provision/polycom/IP670/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP670/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/IP7000/{$mac}-directory.xml b/resources/templates/provision/polycom/IP7000/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/IP7000/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/IP7000/{$mac}.cfg b/resources/templates/provision/polycom/IP7000/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/IP7000/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/SoundStationDuo/{$mac}-directory.xml b/resources/templates/provision/polycom/SoundStationDuo/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/SoundStationDuo/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/SoundStationDuo/{$mac}.cfg b/resources/templates/provision/polycom/SoundStationDuo/{$mac}.cfg new file mode 100644 index 0000000000..c00155db74 --- /dev/null +++ b/resources/templates/provision/polycom/SoundStationDuo/{$mac}.cfg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX101/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX101/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX101/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX101/{$mac}.cfg b/resources/templates/provision/polycom/VVX101/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX101/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX150/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX150/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX150/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX150/{$mac}.cfg b/resources/templates/provision/polycom/VVX150/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX150/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX1500/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX1500/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX1500/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX1500/{$mac}.cfg b/resources/templates/provision/polycom/VVX1500/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX1500/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX201/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX201/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX201/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX201/{$mac}.cfg b/resources/templates/provision/polycom/VVX201/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX201/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX250/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX250/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX250/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX250/{$mac}.cfg b/resources/templates/provision/polycom/VVX250/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX250/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX300/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX300/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX300/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX300/{$mac}.cfg b/resources/templates/provision/polycom/VVX300/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX300/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX301/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX301/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX301/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX301/{$mac}.cfg b/resources/templates/provision/polycom/VVX301/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX301/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX310/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX310/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX310/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX310/{$mac}.cfg b/resources/templates/provision/polycom/VVX310/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX310/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX311/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX311/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX311/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX311/{$mac}.cfg b/resources/templates/provision/polycom/VVX311/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX311/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX350/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX350/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX350/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX350/{$mac}.cfg b/resources/templates/provision/polycom/VVX350/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX350/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX400/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX400/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX400/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX400/{$mac}.cfg b/resources/templates/provision/polycom/VVX400/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX400/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX401/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX401/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX401/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX401/{$mac}.cfg b/resources/templates/provision/polycom/VVX401/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX401/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX410/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX410/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX410/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX410/{$mac}.cfg b/resources/templates/provision/polycom/VVX410/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX410/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX411/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX411/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX411/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX411/{$mac}.cfg b/resources/templates/provision/polycom/VVX411/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX411/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX450/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX450/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX450/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX450/{$mac}.cfg b/resources/templates/provision/polycom/VVX450/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX450/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX500/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX500/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX500/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX500/{$mac}.cfg b/resources/templates/provision/polycom/VVX500/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX500/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX501/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX501/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX501/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX501/{$mac}.cfg b/resources/templates/provision/polycom/VVX501/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX501/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX600/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX600/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX600/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX600/{$mac}.cfg b/resources/templates/provision/polycom/VVX600/{$mac}.cfg new file mode 100644 index 0000000000..38bfc698a2 --- /dev/null +++ b/resources/templates/provision/polycom/VVX600/{$mac}.cfg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/templates/provision/polycom/VVX601/{$mac}-directory.xml b/resources/templates/provision/polycom/VVX601/{$mac}-directory.xml new file mode 100644 index 0000000000..bbc5b1624b --- /dev/null +++ b/resources/templates/provision/polycom/VVX601/{$mac}-directory.xml @@ -0,0 +1,28 @@ + + + + {assign var=x value=1} + {foreach $contacts as $row} + + {if $row.contact_name_given != ""} + {$row.contact_name_family} + {$row.contact_name_given} + {else} + {$row.contact_organization} + {/if} + {if $row.phone_number != ""} + {$row.phone_number} + {else} + {$row.phone_extension} + {/if} + 7 + + 0 + 0 + 0 + 0 + + {assign var=x value=$x+1} + {/foreach} + + diff --git a/resources/templates/provision/polycom/VVX601/{$mac}.cfg b/resources/templates/provision/polycom/VVX601/{$mac}.cfg new file mode 100644 index 0000000000..702df37081 --- /dev/null +++ b/resources/templates/provision/polycom/VVX601/{$mac}.cfg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + +