Can you write a function for judging an endpoint is online or offline ?
-
Monday, February 27, 2012 8:42 AM
hi , everyone
can you privide me a function like this :
protected bool IsOffline(string sipadd)
{
// how to write
}
thanks in advance
All Replies
-
Tuesday, February 28, 2012 9:31 AM
Hi,
try to have a quick view for these samples
it will help you to know the presence of any endpoint
Thanks,
MOHAMED A. SAKR | Software Development Lead Engineer | EgyptNetwork
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Also try to Vote as Helpful- Proposed As Answer by MohamedSakr Tuesday, February 28, 2012 9:31 AM
-
Thursday, March 01, 2012 3:53 PM
I'm sorry , I have readed all samples but i also can't find want i want .
-
Saturday, March 03, 2012 4:56 PM
I think you already asked this and got an answer.
Are you trying to accomplish something else?
Oscar Newkerk
Oscarnew Consulting
- Proposed As Answer by Oscarn Saturday, March 03, 2012 4:56 PM
-
Monday, March 05, 2012 12:46 PM
yes , that function is worked.
now i want a c# code function ,i don't know how to write .
-
Monday, March 05, 2012 4:26 PM
I guess that the other question is where do you want to use this function.
If it's on the user desktop and the Lync client is running, then you can use the Lync client SDK to do this. If you want this to run on some server in the middle tier, then you can use the UCMA SDK in that environment.
You can download either or both of these SDKs and look at the samples for code that gets presence for users.
Oscar Newkerk
Oscarnew Consulting
- Proposed As Answer by Oscarn Monday, March 05, 2012 4:26 PM

