Grandstream GS Wave: Difference between revisions
Jump to navigation
Jump to search
Created page with "This is the a QR-code provisioned phone, so you need to activate the "Allow QR code generation" in the template and use the following template: <pre> <?xml version="1.0" enco..." |
(No difference)
|
Latest revision as of 10:45, 5 March 2019
This is the a QR-code provisioned phone, so you need to activate the "Allow QR code generation" in the template and use the following template:
<?xml version="1.0" encoding="utf-8"?>
<AccountConfig version="1">
<Account>
<RegisterServer>{$server_host|devel.mirtapbx.com}</RegisterServer>
<OutboundServer>{$server_host|devel.mirtapbx.com}</OutboundServer>
<UserID>{$username}</UserID>
<AuthID>{$username}</AuthID>
<AuthPass>{$secret}</AuthPass>
<AccountName>{$displayname}</AccountName>
<DisplayName>{$displayname}</DisplayName>
<Dialplan>{x+|*x+|*++}</Dialplan>
<RandomPort>0</RandomPort>
<SecOutboundServer></SecOutboundServer>
<Voicemail>*97</Voicemail>
</Account>
</AccountConfig>