Skip to main content

VoIP - Generación de QR para Softphones

The QR actually CONTAINS the XML config for an account, it does not contain a link.

I generated my own xml, and QR which worked.

Here is sample XML that is in the QR

<?xml version="1.0" encoding="utf-8"?>
<AccountConfig version="1">
<Account>
<RegisterServer>registrar.com</RegisterServer>
<OutboundServer>proxy.registrar.com</OutboundServer>
<UserID>alice</UserID>
<AuthID>auth_alice</AuthID>
<AuthPass>alicespassword</AuthPass>
<AccountName>Alice Work</AccountName>
<DisplayName>Alice</DisplayName>
<Dialplan>{x+|*x+|*++}</Dialplan>
<RandomPort>0</RandomPort>
<SecOutboundServer></SecOutboundServer>
<Voicemail>*97</Voicemail>
</Account>
</AccountConfig>

And here is the resulting QR code: