diff --git a/resources/templates/provision/grandstream/ht802/{mac}.xml b/resources/templates/provision/grandstream/ht802/{mac}.xml new file mode 100644 index 0000000000..a2e7fb8e3f --- /dev/null +++ b/resources/templates/provision/grandstream/ht802/{mac}.xml @@ -0,0 +1,71 @@ + + + + {$admin_password} + 1 + {if isset($grandstream_firmware_path) && isset($firmware_version)} + {$grandstream_firmware_path}/ht802/{$firmware_version} + {elseif isset($grandstream_firmware_path)} + {$grandstream_firmware_path}/ht802 + {else} + {$domain_name}{$project_path}/app/provision + {/if} + {$domain_name}{$project_path}/app/provision + + {if isset($grandstream_qos_sip)} + {$grandstream_qos_sip} + {else} + 0 + {/if} + + {if isset($grandstream_qos_rtp)} + {$grandstream_qos_rtp} + {else} + 0 + {/if} + + + {$server_address_1} + {$outbound_proxy_1} + {$user_id_1} + {$user_id_1} + {$user_password_1} + {$display_name_1} + 2 + 20 + 1 + 3 + 90 + 1 + 0 + 0 + 1 + 0 + + {if $sip_transport_1 == 'udp'}0{/if} + {if $sip_transport_1 == 'tcp'}1{/if} + {if $sip_transport_1 == 'tls'}2{/if} + {if $sip_transport_1 == 'dns srv'}1{/if} + + + + {$server_address_2} + {$outbound_proxy_2} + {$user_id_2} + {$user_id_2} + {$user_password_2} + {$display_name_2} + 1 + 0 + 0 + 3 + 1 + 0 + + {if $sip_transport_2 == 'udp'}0{/if} + {if $sip_transport_2 == 'tcp'}1{/if} + {if $sip_transport_2 == 'tls'}2{/if} + {if $sip_transport_2 == 'dns srv'}1{/if} + + +