committed by
FusionPBX
parent
1bb1cb56e6
commit
adea4075f4
@@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
<!-- Account Name -->
|
<!-- Account Name -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<P270>{$display_name_1}</P270>
|
<P270>{$account.1.display_name}</P270>
|
||||||
|
|
||||||
<!-- SIP Server -->
|
<!-- SIP Server -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<P47>{$server_address_1}</P47>
|
<P47>{$account.1.server_address}</P47>
|
||||||
|
|
||||||
<!-- Secondary SIP Server -->
|
<!-- Secondary SIP Server -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
@@ -34,19 +34,19 @@
|
|||||||
|
|
||||||
<!-- SIP User ID -->
|
<!-- SIP User ID -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<P35>{$user_id_1}</P35>
|
<P35>{$account.1.user_id}</P35>
|
||||||
|
|
||||||
<!-- Authenticate ID -->
|
<!-- Authenticate ID -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<P36>{$user_id_1}</P36>
|
<P36>{$account.1.auth_id}</P36>
|
||||||
|
|
||||||
<!-- Authenticate Password -->
|
<!-- Authenticate Password -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<P34>{$user_password_1}</P34>
|
<P34>{$account.1.password}</P34>
|
||||||
|
|
||||||
<!-- Display Name -->
|
<!-- Display Name -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
<P3>{$display_name_1}</P3>
|
<P3>{$account.1.display_name}</P3>
|
||||||
|
|
||||||
<!-- Voice Mail UserID -->
|
<!-- Voice Mail UserID -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
|
|||||||
Reference in New Issue
Block a user