SIP Client Implementation + WM5.0

  • Thread starter Thread starter AFM
  • Start date Start date
A

AFM

Dear all,

I am preparing for my graduation project, which is WiFi-Phone ! I want
to know if implementing a SIP Client on WM 5.0 is possible. Cause I
have read that there are no SDKs for doing such thing.

Thanks,
a.
 
You should probably define "SIP" in this context. When you say SIP to me, I
hear Software Input Panel and think on-screen keyboard. If that's what
you're asking, no, you can't do that in the sense of an actual OS-level SIP.
You can't build a DLL that can be hosted by native code and therefore you
can't build a real SIP that way (in managed code). For a given managed code
application, of course, you could draw your own on-screen keyboard with no
problem.

Paul T.
 
Back
Top