Grandstream GS Wave

From MiRTA PBX documentation
Revision as of 06:45, 5 March 2019 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>