cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
491
Views
0
Helpful
2
Replies

how to develop a portal that support end user and device-phone provision?

yulanji01
Level 1
Level 1

Hello:

  I want to develop a portal that customer can login , register himself and select the device type, then system add end user and device and associate it together.

 

   I deploy LDAP to manage end user.

  What API and tool should I use?

Jianfeng

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

AXL is definitely the CUCM API to use:

https://developer.cisco.com/site/axl/overview/

See the <addLine>, <addPhone>, and <addUser> requests to start with.

Any programming or scripting language able to use SOAP (or just XML over HTTP) should be workable.

thedd
Level 1
Level 1

The AXL Api itslef can be used to

  • addLine
  • addPhone
  • addUser
  • updateUser --> Associate Device

If you want it to be independend from restrictions on your local machine you could create a PHP Application that handels everything