Aymeric Moizard wrote:


P.S. I seed you're using oSip in your sotfphone.... In this case maybe you can consder to use wifo toolkit from openwego tree whic include very simple to use VOIP api


I guess I've seen it kind of late. And it's almost impossible for me to build it on Windows. I've *really* tried.

Anyway, I'd be willing to use phapi, once I con see a .sln (that is, a VC7.1 project file)


osip and eXosip2 already contains sln files. phapi does not add anything interesting to the eXosip2 API which is already simple.

check CVS from savannah for latest version or download from:
http://www.antisip.com/download/

Aymeric

Aymeric,

I think the most important thing phapi adds is integration with multiplatform audio/video media streaming using various codecs

On the call signalling front the phapi adds a virtual line concept, which
does somewhat simplify things over eXosip....


So now you can write a  calling UA in  3 lines of code


    phInit(...)
    phAddVline(....)
    phPlaceCall(...)





Vadim



Best,
John


--
John Torjo,    Contributing editor, C/C++ Users Journal
-- "Win32 GUI Generics" -- generics & GUI do mix, after all
-- http://www.torjo.com/win32gui/surfaces.html - Sky's the limit!
-- http://www.torjo.com/cb/ - Click, Build, Run!

_______________________________________________
Osip mailing list
[EMAIL PROTECTED]
http://www.atosc.org/mailinglist/listinfo/osip

_______________________________________________
Osip mailing list
[EMAIL PROTECTED]
http://www.atosc.org/mailinglist/listinfo/osip




_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to