Fix a syntax problem on the Grandstream GXP2200 provisioning template.
This commit is contained in:
parent
ab316a7fb0
commit
e240cb75b9
|
|
@ -1527,7 +1527,7 @@ VNumber: 0, 1, 2. -->
|
||||||
<P602>{$server_address_4}</P602>
|
<P602>{$server_address_4}</P602>
|
||||||
|
|
||||||
<!-- SIP User ID -->
|
<!-- SIP User ID -->
|
||||||
<P604>{{user_id_4}</P604>
|
<P604>{$user_id_4}</P604>
|
||||||
|
|
||||||
<!-- SIP Authenticate ID -->
|
<!-- SIP Authenticate ID -->
|
||||||
<P605>{$user_id_4}</P605>
|
<P605>{$user_id_4}</P605>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue