Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section

Introduction


Info
iconfalse
titleProvisioning example add handset with IPUI

<?xml version="1.0" encoding="UTF-8"?>
<settings version="1.0" productID="e2">

<oper name="add_hs" value="02b6ec8aa5">

<param name="hs.Ipui" value="0x2,0xb6,0xec,0x8a,0xa5"/>
<param name="hs.RegStatus" value="Registered"/>
<param name="hs.DECT_AC" value="0000"/>
<param name="SipAccount.Active" value="1"/>
<param name="SipAccount.AuthName" value="1014"/>
<param name="SipAccount.AuthPassword" value="123456"/>
<param name="SipAccount.ProviderId" value="0"/>
<param name="SipAccount.UserName" value="1014"/>

</oper>

</settings>

Info
iconfalse
titleProvisioning example add handset without IPUI

<?xml version="1.0" encoding="UTF-8"?>
<settings version="1.0" productID="e2">

<oper name="add_hs" >

<param name="hs.RegStatus" value="ToReg"/>
<param name="hs.DECT_AC" value="0000"/>
<param name="SipAccount.Active" value="1"/>
<param name="SipAccount.AuthName" value="1014"/>
<param name="SipAccount.AuthPassword" value="123456Bsteem86"/>
<param name="SipAccount.ProviderId" value="0"/>
<param name="SipAccount.UserName" value="1014"/>

</oper>

</settings>