© 2011 snom technology AG
Author: Alexander Feldt , Christian Niemczik
snomIPP - ST314: Auto Provisioning via snom’s Redirection Service
11
© 2011 snom technology AG
Author: Alexander Feldt , Christian Niemczik
snomEssentials - ST314: Auto Provisioning Redirection
Your CRM
Database
1a -
Purchase
snom phones
3b
- Create MAC based
configuration for
customer phones
Your APServer
3a
- Access CRM
database
XMLRPC
Interface
2
-
En
te
r
MAC
‘s
in
to
yo
ur
da
ta
ba
se
3c –
R
eg
ist
er
MAC
s
a
nd
a
ssi
gn
APS
U
R
L
1b
– Sign End
user Agreement
1c
– Receive
XMLRPC
credentials
<?xml version='1.0'?>
<methodCall>
<methodName>redirect.registerPhone</methodName>
<params>
<param><value>
<string>000413244321</string>
</value></param>
<param><value>
<string>http://fox.snom.com/prv2.php?mac={mac}</
string>
</value></param>
</params>
</methodCall>
Step 3: Register the MAC addresses
on snom‘s APS using XMLRPC
interface and create MAC address
specific configuration files on your
APS
11