Update {$mac}.xml (#3745)
This commit is contained in:
parent
281e42609c
commit
6ecfbda83b
|
|
@ -15,25 +15,25 @@
|
|||
<!--<Blind_Attn-Xfer_Enable_1_>No</Blind_Attn-Xfer_Enable_1_>-->
|
||||
|
||||
<Line_Enable_1_>yes</Line_Enable_1_>
|
||||
<Proxy_1_>{$server_address_1}</Proxy_1_>
|
||||
<Display_Name_1_>{$display_name_1}</Display_Name_1_>
|
||||
<User_ID_1_>{$user_id_1}</User_ID_1_>
|
||||
<Password_1_>{$user_password_1}</Password_1_>
|
||||
<Proxy_1_>{$account.1.server_address}</Proxy_1_>
|
||||
<Display_Name_1_>{$account.1.display_name}</Display_Name_1_>
|
||||
<User_ID_1_>{$account.1.user_id}</User_ID_1_>
|
||||
<Password_1_>{$account.1.password}</Password_1_>
|
||||
<Use_Auth_ID_1_>No</Use_Auth_ID_1_>
|
||||
<Preferred_Codec_1_>G729a</Preferred_Codec_1_>
|
||||
<Register_Expires_1_>{$register_expires_1}</Register_Expires_1_><!--*9 will perform intercom and call the other line on the box. There is no other way, from my testing to call from jack to jack on the box, without without the media being proxied.-->
|
||||
<Register_Expires_1_>{$account.1.register_expires}</Register_Expires_1_><!--*9 will perform intercom and call the other line on the box. There is no other way, from my testing to call from jack to jack on the box, without without the media being proxied.-->
|
||||
<Dial_Plan_1_>
|
||||
(1xxx[2-9]xxxxxxS0|[*#x]x.)
|
||||
</Dial_Plan_1_>
|
||||
<!--|<*9:{$user_id_2}@127.0.0.1:5061>-->
|
||||
<Line_Enable_2_>yes</Line_Enable_2_>
|
||||
<Proxy_2_>{$server_address_2}</Proxy_2_>
|
||||
<Display_Name_2_>{$display_name_2}</Display_Name_2_>
|
||||
<User_ID_2_>{$user_id_2}</User_ID_2_>
|
||||
<Password_2_>{$user_password_2}</Password_2_>
|
||||
<Proxy_2_>{$account.2.server_address}</Proxy_2_>
|
||||
<Display_Name_2_>{$account.2.display_name}</Display_Name_2_>
|
||||
<User_ID_2_>{$account.2.user_id}</User_ID_2_>
|
||||
<Password_2_>{$account.2.password}</Password_2_>
|
||||
<Use_Auth_ID_2_>No</Use_Auth_ID_2_>
|
||||
<Preferred_Codec_2_>G729a</Preferred_Codec_2_>
|
||||
<Register_Expires_2_>{$register_expires_2}</Register_Expires_2_>
|
||||
<Register_Expires_2_>{$account.2.register_expires}</Register_Expires_2_>
|
||||
<Dial_Plan_2_>
|
||||
(1xxx[2-9]xxxxxxS0|[*#x]x.)
|
||||
</Dial_Plan_2_><!--|<*9:{$user_id_1}@127.0.0.1:5061>-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue