Can I please have the available XML tags for the GS Wave Lite App for QR scanning?
I’ve used the following to create a QR code and it works:
<?xml version="1.0" encoding="utf-8"?>
<AccountConfig version="1">
<Account>
<RegisterServer>RegisterServer</RegisterServer>
<UserID>UserID</UserID>
<AuthID>AuthID</AuthID>
<AuthPass>Password</AuthPass>
<AccountName>AccountName</AccountName>
<DisplayName>DisplayName</DisplayName>
<Dialplan>{x+|*x+|*++}</Dialplan>
<RandomPort>0</RandomPort>
<Voicemail>*97</Voicemail>
</Account>
</AccountConfig>
I am in need of the XML tags for SIP Transmission Protocol to define TLS and SRTP mode to Enabled and Forced. Thanks!