Cisco Unified Presence APIs Developer Forums

« Back to SOAP API

Max number of endpoint can be Registered for Notifications.

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
  I wanted to know if there is any limit on max number of endpoints we can register using RegisterEndPoint SOAP API call. I wanted to register one end point for each contact to get the notification for specific contact rather than blanket notification for a set of contacts. My notification url will contain the contactid to identify which user the notification is sent. Currently I see the notification is sent with out any user information. Also please let me know if there is a way to know for which contact the notification is sent.
 
Thanks
Imtiaz

If I am right, from the developer doc, I see that ¿RegisterEndPoint¿ response is sent to specific users only
 
<?xml version="1.0" encoding="UTF-8"standalone="no"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<registerEndPointResponse
xmlns="urn:cisco:cup:presence:soap">
<endPointID>26</endPointID>
</registerEndPointResponse>
</soap-env:Body>
</soapenv:Envelope>
 
Can you specify the CUPS and the API  document you are using.