diff --git a/resources/templates/provision/htek/uc903/{$mac}.cfg b/resources/templates/provision/htek/uc903/{$mac}.cfg
index 2bb6e16021..2530559082 100644
--- a/resources/templates/provision/htek/uc903/{$mac}.cfg
+++ b/resources/templates/provision/htek/uc903/{$mac}.cfg
@@ -9,7 +9,13 @@
0
{$account.1.outbound_proxy_primary}
{$account.1.outbound_proxy_secondary}
- {$account.1.sip_transport}
+
+
+ {if $account.1.sip_transport == 'udp'}0{/if}
+ {if $account.1.sip_transport == 'tcp'}1{/if}
+ {if $account.1.sip_transport == 'tls'}2{/if}
+ {if $account.1.sip_transport == 'dns srv'}3{/if}
+
2
{$account.1.display_name}
{$account.1.user_id}
@@ -138,7 +144,13 @@
0
{$account.2.outbound_proxy_primary}
{$account.2.outbound_proxy_secondary}
- {$account.2.sip_transport}
+
+
+ {if $account.2.sip_transport == 'udp'}0{/if}
+ {if $account.2.sip_transport == 'tcp'}1{/if}
+ {if $account.2.sip_transport == 'tls'}2{/if}
+ {if $account.2.sip_transport == 'dns srv'}3{/if}
+
2
{$account.2.display_name}
{$account.2.user_id}
@@ -267,7 +279,13 @@
0
{$account.3.outbound_proxy_primary}
{$account.3.outbound_proxy_secondary}
- {$account.3.sip_transport}
+
+
+ {if $account.3.sip_transport == 'udp'}0{/if}
+ {if $account.3.sip_transport == 'tcp'}1{/if}
+ {if $account.3.sip_transport == 'tls'}2{/if}
+ {if $account.3.sip_transport == 'dns srv'}3{/if}
+
2
{$account.3.display_name}
{$account.3.user_id}