Grandstream GS Wave

From MiRTA PBX documentation
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>