Cisco Unified Presence APIs Developer Forums

« Back to SOAP API

RE: External contacts

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,
I try to create an external contact using "addcontact".
 
It seems addcontact creates only a contact-request. It this true?
Can I anwser this requests?
 
I'm working with .NET c# MSVS plugins.
Thank you

I'm trying to do the same with the eclipse java plugin.
 
A contact response is created with this command:
  AddContactRespDocument addConResDoc = myStub.addContact(addConDoc,skd);
 
If the domain is set to an external domain then the contact is recognized as an external contact.
  persId[0].setDomain("test.org");
  <epas:persona-id index="1" nickname="bttt@test.org" display-on-phone="false" is-cups="false" domain="">bttt@test.org</epas:persona-id>
 
So I can add an external contact but I don't know how to set the phoneNumber.
Can anybody help?

Hi Walter,
Sorry for the late response, I will try to reproduce your issue here and get back to you.
Thanks,
Howard