Thread: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib
Brought to you by:
joegenbaclor
From: Whit T. <de...@wh...> - 2007-08-14 13:39:17
|
Ilian, Thanks for the suggestions. I'm going to rebuild ATLSIP and test it out today. I'll post how it goes or what I discover. By the way, I've noticed that there is a TON of useful information in this forum. Is there any plan to consolidate this into an online wiki or something so that people could post tutorials, setups, experiences etc. Things which you wouldn't normally see or post in an email forum, but provides an invaluable resource to end users. Food for thought.. Whit -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon Sent: Tuesday, August 14, 2007 7:03 AM To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib Hi Yacine, Yacine Auczone wrote: > Hello Ilian, > I have sent the sip.log file, have you find something? > I'm still having crashes. > I can't tell directly from your logs what's causing your problem. And I still can't reproduce this, unfortunately. Can you do the following again? 1. Make sure that your OpenSIPStack code is up-to-date 2. Rebuild ATLSIP (clean all dlls first; atlsip.dll, *interop dlls) 3. Rebuild OSSPhone (you may have to manually add references to AxInterop and Interop dlls) Also, may I know a few more details how to bug occurs? Like how many calls before the crash, the length of the calls, the settings you set in OSSPhone, etc. Does this occur also in Debug build? If so, can your debugger attach to it and see where the crash comes from? Whit, I take back what I said earlier: "You should only add ATLSIP as a reference. VS will take care of the rest." For some reason, VS *sometimes* doesn't automatically load the AxInterop dll. You may have to manually add this. Make sure all the references to the *Interop dlls are up-to-date. Regards, Ilian > <snip> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Whit T. <de...@wh...> - 2007-08-14 17:36:02
|
Ilian, Where are the Interop dll's created? I've tried looking through the project settings but I can't see where they are being created. It seems (from the datestamps) that the Interop files are being copied from somewhere, not created. Whit <snip> Whit, I take back what I said earlier: "You should only add ATLSIP as a reference. VS will take care of the rest." For some reason, VS *sometimes* doesn't automatically load the AxInterop dll. You may have to manually add this. Make sure all the references to the *Interop dlls are up-to-date. Regards, Ilian > <snip> |
From: Whit T. <de...@wh...> - 2007-08-14 18:07:52
|
I think I'm on the right track generating the Interop assemblies here but please correct me if I'm wrong: References: "COM Interop Part 1: C# Client Tutorial" http://msdn2.microsoft.com/en-us/library/aa645736(vs.71).aspx#vcwlkcomintero ppart1cclienttutorialanchor1 "Type Library Importer (Tlbimp.exe)" http://msdn2.microsoft.com/en-us/library/tt0cf3sx(VS.80).aspx "Generating Primary Interop Assemblies" http://msdn2.microsoft.com/en-us/library/dwe56e27(VS.80).aspx So I simply ran this command: C:\NEWSIP\atlsip\Release>tlbimp ATLSIP.dll /out:MyATLSIP.dll Subsequently running: C:\NEWSIP\atlsip\Release>Ildasm MyATLSIP.dll Will show the content (definitions) of this new Interop library. This process creates a new Interop assembly for ATLSIP.dll which can then be used in the project. So by my reasoning, this is how the original Interop.AxATLSIPLib files were/are created. I'm very new to .NET so this assembly stuff is a bit challenging to get my head around. If anyone sees an error in this approach let me know, otherwise perhaps it will help others! Look forward to feedback! Regards, Whit -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Whit Thiele Sent: Tuesday, August 14, 2007 12:35 PM To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib Ilian, Where are the Interop dll's created? I've tried looking through the project settings but I can't see where they are being created. It seems (from the datestamps) that the Interop files are being copied from somewhere, not created. Whit <snip> Whit, I take back what I said earlier: "You should only add ATLSIP as a reference. VS will take care of the rest." For some reason, VS *sometimes* doesn't automatically load the AxInterop dll. You may have to manually add this. Make sure all the references to the *Interop dlls are up-to-date. Regards, Ilian > <snip> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Yacine A. <yac...@ms...> - 2007-08-14 19:22:51
|
I'm sure that there is something wrong since the compilation process works = great and also the app works I think that it should work on any x86 windows xp PC but i still have troub= les on many computers. did the developpers tested any ATLSIP.dll based softphone on other computer= thene the workstation? why the ossphone installer still not updated? ossphone installer that uses an non updated version of ATLSIP.dll works gre= at on any PC. > Date: Tue, 14 Aug 2007 13:07:34 -0500 > From: de...@wh... > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib >=20 >=20 >=20 > I think I'm on the right track generating the Interop assemblies here but > please correct me if I'm wrong: >=20 > References: >=20 > "COM Interop Part 1: C# Client Tutorial" >=20 > http://msdn2.microsoft.com/en-us/library/aa645736(vs.71).aspx#vcwlkcomint= ero > ppart1cclienttutorialanchor1 >=20 > "Type Library Importer (Tlbimp.exe)" >=20 > http://msdn2.microsoft.com/en-us/library/tt0cf3sx(VS.80).aspx >=20 > "Generating Primary Interop Assemblies" >=20 > http://msdn2.microsoft.com/en-us/library/dwe56e27(VS.80).aspx >=20 >=20 >=20 > So I simply ran this command: >=20 > C:\NEWSIP\atlsip\Release>tlbimp ATLSIP.dll /out:MyATLSIP.dll >=20 > Subsequently running: >=20 > C:\NEWSIP\atlsip\Release>Ildasm MyATLSIP.dll=20 >=20 > Will show the content (definitions) of this new Interop library. >=20 >=20 > This process creates a new Interop assembly for ATLSIP.dll which can then= be > used in the project. So by my reasoning, this is how the original > Interop.AxATLSIPLib files were/are created.=20 >=20 > I'm very new to .NET so this assembly stuff is a bit challenging to get m= y > head around.=20 >=20 > If anyone sees an error in this approach let me know, otherwise perhaps i= t > will help others! Look forward to feedback! >=20 > Regards, >=20 > Whit >=20 >=20 >=20 >=20 >=20 >=20 > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] On Behalf Of Wh= it > Thiele > Sent: Tuesday, August 14, 2007 12:35 PM > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib >=20 >=20 >=20 > Ilian, >=20 > Where are the Interop dll's created? I've tried looking through the proje= ct > settings but I can't see where they are being created. >=20 > It seems (from the datestamps) that the Interop files are being copied fr= om > somewhere, not created. >=20 > Whit >=20 >=20 > <snip> > Whit, >=20 > I take back what I said earlier: "You should only add ATLSIP as a=20 > reference. VS will take care of the rest." For some reason, VS=20 > *sometimes* doesn't automatically load the AxInterop dll. You may have=20 > to manually add this. Make sure all the references to the *Interop dlls=20 > are up-to-date. >=20 > Regards, > Ilian > > =20 > <snip> >=20 >=20 >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >=20 >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel _________________________________________________________________ Exprimez-vous : cr=E9ez la page d'accueil qui vous ressemble avec Live.com. http://www.live.com/getstarted= |
From: Ilian J. C. P. <ip...@so...> - 2007-08-15 10:30:13
|
Hey guys, I've made several changes on OSSPhone. You should now be able to build the OSSPhone project directly in its own solution file without first building ATLSIP separately. The solution file is on the OSSPhone folder. I've modified this to build and reference the interop dlls automatically before OSSPhone's build event. I've also added a much cleaner exit behavior. Also make sure you have the latest OpenSIPStack code. Get this from CVS. Update me if you have problems. - Ilian Yacine Auczone wrote: > I'm sure that there is something wrong since the compilation process works great and also the app works > I think that it should work on any x86 windows xp PC but i still have troubles on many computers. > did the developpers tested any ATLSIP.dll based softphone on other computer thene the workstation? > why the ossphone installer still not updated? > ossphone installer that uses an non updated version of ATLSIP.dll works great on any PC. > > > > >> Date: Tue, 14 Aug 2007 13:07:34 -0500 >> From: de...@wh... >> To: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib >> >> >> >> I think I'm on the right track generating the Interop assemblies here but >> please correct me if I'm wrong: >> >> References: >> >> "COM Interop Part 1: C# Client Tutorial" >> >> http://msdn2.microsoft.com/en-us/library/aa645736(vs.71).aspx#vcwlkcomintero >> ppart1cclienttutorialanchor1 >> >> "Type Library Importer (Tlbimp.exe)" >> >> http://msdn2.microsoft.com/en-us/library/tt0cf3sx(VS.80).aspx >> >> "Generating Primary Interop Assemblies" >> >> http://msdn2.microsoft.com/en-us/library/dwe56e27(VS.80).aspx >> >> >> >> So I simply ran this command: >> >> C:\NEWSIP\atlsip\Release>tlbimp ATLSIP.dll /out:MyATLSIP.dll >> >> Subsequently running: >> >> C:\NEWSIP\atlsip\Release>Ildasm MyATLSIP.dll >> >> Will show the content (definitions) of this new Interop library. >> >> >> This process creates a new Interop assembly for ATLSIP.dll which can then be >> used in the project. So by my reasoning, this is how the original >> Interop.AxATLSIPLib files were/are created. >> >> I'm very new to .NET so this assembly stuff is a bit challenging to get my >> head around. >> >> If anyone sees an error in this approach let me know, otherwise perhaps it >> will help others! Look forward to feedback! >> >> Regards, >> >> Whit >> >> >> >> >> >> >> -----Original Message----- >> From: ope...@li... >> [mailto:ope...@li...] On Behalf Of Whit >> Thiele >> Sent: Tuesday, August 14, 2007 12:35 PM >> To: ope...@li... >> Subject: Re: [OpenSIPStack] ATLSIPLib and Interop.AxATLSIPLib >> >> >> >> Ilian, >> >> Where are the Interop dll's created? I've tried looking through the project >> settings but I can't see where they are being created. >> >> It seems (from the datestamps) that the Interop files are being copied from >> somewhere, not created. >> >> Whit >> >> >> <snip> >> Whit, >> >> I take back what I said earlier: "You should only add ATLSIP as a >> reference. VS will take care of the rest." For some reason, VS >> *sometimes* doesn't automatically load the AxInterop dll. You may have >> to manually add this. Make sure all the references to the *Interop dlls >> are up-to-date. >> >> Regards, >> Ilian >> >>> >>> >> <snip> >> >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > _________________________________________________________________ > Exprimez-vous : créez la page d'accueil qui vous ressemble avec Live.com. > http://www.live.com/getstarted > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |