From: Babar S. <bab...@ya...> - 2003-07-23 13:14:37
|
Hello Steve, I just did a IAX Client COM (Component Object Model) ActiveX version. ActiveX iaxclient can be used in any COM supported language like Visual Basic,C#, Delphi etc even from ASP, web pages and any ActiveX supported platform. Its just a demo, I did in an hour. I know it may have some errors but its just a demo so please forgive me if anyone got any error !!! Currently I implement some APIs from iaxclient.h like API :- initIAX (init IAXclient) Shutdown (IAXclient Shutdown and clean up) Dial (Start processing and Dial the number) And some properties :- Phonenumber (String number to dial) Userid (String userid) Password (String Password) Host Name (String host name) silence_threshold,codecs,PTT all are used with by default values. There is no notification or events messages right now but i will do it soon. Things to do :- iaxclient_event_messages Level input/output Multi Lines support http://www.geocities.com/babarnazmi/testocx.zip (test control) How to use in VB All we have to do is, just drag and drop iax control on form and add on load a = Testocx1.InitIAX on unload Testocx1.Shutdown on command button click Testocx1.PhoneNumber = txt_phoneno Testocx1.UserID = txt_userid Testocx1.Password = txt_password Testocx1.HostName = txt_hostname Testocx1.Dial and we are done. http://www.geocities.com/babarnazmi/vbtest.zip (vb project) Babar Shafiq Nazmi God is a great Programmer --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |