› VitalPBX Community Support › General Discussion › Grandstream Wave Sip Client QR Generator PHP Script › Reply To: RE: Grandstream Wave Sip Client QR Generator PHP Script
-
- April 27, 2020 at 2:08 pm
<?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>
Here is the Grandstream Wave sample xml codes.0