From d5c54fa4b0e855caf20928c7d65bc4a7315e1b31 Mon Sep 17 00:00:00 2001 From: frytimo Date: Fri, 21 Mar 2025 02:51:32 -0300 Subject: [PATCH] Fix user id instead of auth id used in grandstream template (#7327) --- resources/templates/provision/grandstream/grp2612/{$mac}.xml | 2 +- resources/templates/provision/grandstream/grp2612w/{$mac}.xml | 2 +- resources/templates/provision/grandstream/grp2613/{$mac}.xml | 2 +- resources/templates/provision/grandstream/grp2614/{$mac}.xml | 2 +- resources/templates/provision/grandstream/grp2615/{$mac}.xml | 2 +- resources/templates/provision/grandstream/grp2616/{$mac}.xml | 2 +- resources/templates/provision/grandstream/gxp2130/{$mac}.xml | 2 +- resources/templates/provision/grandstream/gxp2135/{$mac}.xml | 2 +- resources/templates/provision/grandstream/gxp2140/{$mac}.xml | 2 +- resources/templates/provision/grandstream/gxp2160/{$mac}.xml | 2 +- resources/templates/provision/grandstream/gxp2170/{$mac}.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/templates/provision/grandstream/grp2612/{$mac}.xml b/resources/templates/provision/grandstream/grp2612/{$mac}.xml index d6d6634ac2..9a2efd4f1b 100644 --- a/resources/templates/provision/grandstream/grp2612/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2612/{$mac}.xml @@ -76,7 +76,7 @@ - {$row.user_id} + {$row.auth_id} diff --git a/resources/templates/provision/grandstream/grp2612w/{$mac}.xml b/resources/templates/provision/grandstream/grp2612w/{$mac}.xml index 0f20a02791..ff01ef460b 100644 --- a/resources/templates/provision/grandstream/grp2612w/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2612w/{$mac}.xml @@ -76,7 +76,7 @@ - {$row.user_id} + {$row.auth_id} diff --git a/resources/templates/provision/grandstream/grp2613/{$mac}.xml b/resources/templates/provision/grandstream/grp2613/{$mac}.xml index d6d6634ac2..9a2efd4f1b 100644 --- a/resources/templates/provision/grandstream/grp2613/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2613/{$mac}.xml @@ -76,7 +76,7 @@ - {$row.user_id} + {$row.auth_id} diff --git a/resources/templates/provision/grandstream/grp2614/{$mac}.xml b/resources/templates/provision/grandstream/grp2614/{$mac}.xml index d6d6634ac2..9a2efd4f1b 100644 --- a/resources/templates/provision/grandstream/grp2614/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2614/{$mac}.xml @@ -76,7 +76,7 @@ - {$row.user_id} + {$row.auth_id} diff --git a/resources/templates/provision/grandstream/grp2615/{$mac}.xml b/resources/templates/provision/grandstream/grp2615/{$mac}.xml index d6d6634ac2..9a2efd4f1b 100644 --- a/resources/templates/provision/grandstream/grp2615/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2615/{$mac}.xml @@ -76,7 +76,7 @@ - {$row.user_id} + {$row.auth_id} diff --git a/resources/templates/provision/grandstream/grp2616/{$mac}.xml b/resources/templates/provision/grandstream/grp2616/{$mac}.xml index d6d6634ac2..9a2efd4f1b 100644 --- a/resources/templates/provision/grandstream/grp2616/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp2616/{$mac}.xml @@ -76,7 +76,7 @@ - {$row.user_id} + {$row.auth_id} diff --git a/resources/templates/provision/grandstream/gxp2130/{$mac}.xml b/resources/templates/provision/grandstream/gxp2130/{$mac}.xml index 7536dc08c4..5a65fce47a 100644 --- a/resources/templates/provision/grandstream/gxp2130/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2130/{$mac}.xml @@ -65,7 +65,7 @@ {$row.user_id} - {$row.user_id} + {$row.auth_id} {$row.password} diff --git a/resources/templates/provision/grandstream/gxp2135/{$mac}.xml b/resources/templates/provision/grandstream/gxp2135/{$mac}.xml index e0d1b4748f..28ab42ad7b 100644 --- a/resources/templates/provision/grandstream/gxp2135/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2135/{$mac}.xml @@ -69,7 +69,7 @@ {$row.user_id} - {$row.user_id} + {$row.auth_id} {$row.password} diff --git a/resources/templates/provision/grandstream/gxp2140/{$mac}.xml b/resources/templates/provision/grandstream/gxp2140/{$mac}.xml index 5fd3dc419a..ecbc780d46 100644 --- a/resources/templates/provision/grandstream/gxp2140/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2140/{$mac}.xml @@ -65,7 +65,7 @@ {$row.user_id} - {$row.user_id} + {$row.auth_id} {$row.password} diff --git a/resources/templates/provision/grandstream/gxp2160/{$mac}.xml b/resources/templates/provision/grandstream/gxp2160/{$mac}.xml index d68089003f..515619bb5e 100644 --- a/resources/templates/provision/grandstream/gxp2160/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2160/{$mac}.xml @@ -65,7 +65,7 @@ {$row.user_id} - {$row.user_id} + {$row.auth_id} {$row.password} diff --git a/resources/templates/provision/grandstream/gxp2170/{$mac}.xml b/resources/templates/provision/grandstream/gxp2170/{$mac}.xml index b51177f1e1..107be52a96 100644 --- a/resources/templates/provision/grandstream/gxp2170/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2170/{$mac}.xml @@ -65,7 +65,7 @@ {$row.user_id} - {$row.user_id} + {$row.auth_id} {$row.password}