opensipstack-devel Mailing List for OpenSIPStack (Page 51)
Brought to you by:
joegenbaclor
You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(12) |
Jul
(4) |
Aug
(3) |
Sep
(24) |
Oct
(45) |
Nov
(41) |
Dec
(67) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(51) |
Feb
(93) |
Mar
(54) |
Apr
(76) |
May
(114) |
Jun
(133) |
Jul
(124) |
Aug
(180) |
Sep
(53) |
Oct
(41) |
Nov
(109) |
Dec
(92) |
2008 |
Jan
(52) |
Feb
(40) |
Mar
(29) |
Apr
(40) |
May
(83) |
Jun
(68) |
Jul
(30) |
Aug
(72) |
Sep
(50) |
Oct
(48) |
Nov
(25) |
Dec
(80) |
2009 |
Jan
(9) |
Feb
(2) |
Mar
(32) |
Apr
(67) |
May
|
Jun
(7) |
Jul
(7) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
(2) |
2010 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: sip p. <si...@gm...> - 2007-08-01 14:17:11
|
for recording call I use softphone that can record call from vidosystem.com, I think xten also support record call. I think recording wave in and wave out on different buffer and join them after finish will work, I saw this on openh323 softphone. pot 2007/8/1, Ilian Jeri C. Pinzon <ip...@so...>: > > Might be worth a try: > http://www.codeproject.com/cs/media/directxcapture.asp > > Check if this can peek in waveout without changing the mixer lines. You > might need a video input device to run the sample program though. > > tomach wrote: > > Hey guys help! > > > > > > Has anyboyd have an idea how to record phone calls? > > There is no probelm with record microphone but what abtou wave out? > > In the beginning I thought that I could use "stereo Mix" in windows > mixer and recored wave out somehow...but it turned out that then in remote > end own voice is available in phone....So now is the only option to record > microphone and wave out separatle and then merge it? Do you know any easy > way to record wave out in .net? > > > > please help... > > > > > ------------------------------------------------------------------------- > > 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 > |
From: Ilian J. C. P. <ip...@so...> - 2007-08-01 10:10:05
|
Might be worth a try: http://www.codeproject.com/cs/media/directxcapture.asp Check if this can peek in waveout without changing the mixer lines. You might need a video input device to run the sample program though. tomach wrote: > Hey guys help! > > > Has anyboyd have an idea how to record phone calls? > There is no probelm with record microphone but what abtou wave out? > In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? > > please help... > > ------------------------------------------------------------------------- > 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: tomach <to...@dg...> - 2007-08-01 09:48:41
|
Hmmm i thought you had some software echo cannceller... hardware echo canceller would not pass my requirements... |
From: tomach <to...@dg...> - 2007-08-01 07:46:05
|
Thanks for the answer! where did you find echo canceller? I thought abotu it but ATLSip does not have echo canceller or am I wrong? What libraries did you use to record under.net? Directx? and lame to convert to mp3? BR, Tom |
From: Ilian J. C. P. <ip...@so...> - 2007-08-01 07:37:40
|
Hi, tomach wrote: > Hey guys help! > > > Has anyboyd have an idea how to record phone calls? > There is no probelm with record microphone but what abtou wave out? > In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? > I've had little experience tinkering with Windows' audio API so I really cannot help you with this. As you've experienced, it's not possible to record both wavein and waveout at the same time, when using the mixer API, without affecting the remote end. Try an API that can tinker at a much lower level. DirectSound perhaps? Regards, Ilian > please help... > > ------------------------------------------------------------------------- > 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: Ilian J. C. P. <ip...@so...> - 2007-08-01 07:31:27
|
It's not in the current plans but maybe I can find some time to include this. Still, I cannot guarantee that this will included in the near future. tomach wrote: > Hello! > > Are you going to add "recording call" in the near future?? > > ------------------------------------------------------------------------- > 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: Andre S. <eds...@ya...> - 2007-08-01 07:02:09
|
Tomach, That was my problem also but what we did is used a headset with echo canceller. tomach <to...@dg...> wrote: Hey guys help! Has anyboyd have an idea how to record phone calls? There is no probelm with record microphone but what abtou wave out? In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? please help... ------------------------------------------------------------------------- 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 --------------------------------- Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. |
From: tomach <to...@dg...> - 2007-08-01 06:55:59
|
Hey guys help! Has anyboyd have an idea how to record phone calls? There is no probelm with record microphone but what abtou wave out? In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? please help... |
From: tomach <to...@dg...> - 2007-07-31 13:22:50
|
Hello! Are you going to add "recording call" in the near future?? |
From: Ilian J. C. P. <ip...@so...> - 2007-07-31 11:10:03
|
Just tested this a while ago. This does not happen in my build. Have you eliminated the possibility that this is caused by your mic? I've used a mic with no noise-canceling features before and when I throttled the mic's volume, it became sensitive to noise. Thus a lower voice quality. Btw, how are you setting the volume? - Ilian tomach wrote: > Because what I noticed is that: changing microphone level make quality of voice worse with g.729 rather then with g.711. > So I thought that when codec g.729 is in use i can disable control responsible for changing voice volume... > > ------------------------------------------------------------------------- > 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: Andre S. <eds...@ya...> - 2007-07-31 09:19:17
|
Tomach, I never encountered this but using G729 the voice quality is really not that good. tomach <to...@dg...> wrote: Hey! Did you reproduce problem? Because I have encountered it every time I make mute on my line....Its really annoying because mute is in my case very importatnt feature ... Best Regards, Tom ------------------------------------------------------------------------- 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 --------------------------------- Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. |
From: tomach <to...@dg...> - 2007-07-31 08:59:32
|
Hey! Did you reproduce problem? Because I have encountered it every time I make mute on my line....Its really annoying because mute is in my case very importatnt feature ... Best Regards, Tom |
From: Kolneath S. <kol...@sa...> - 2007-07-30 15:06:35
|
Hello Everyone, I launched the ./configure script followed by --host mips-linux (cross=20 compiling). The error says that checking for /usr/local/include/expat.h... = configure: error: cannot check=20 for file existence when cross compiling=20 As I am root (on my own machine), I copied the expat.h which exists=20 normally under /usr/include into the needed directory /usr/local/include/=20 in order to cope with this problem. But the previous message still shows even I am able to locate the missing=20 file in that folder. So this means that when the system is crosscompiling, = it is unable to check for the existence of the the .h files ? Could any of you kindly give me the direction in order to get through this = problem please. Thanks and best regards, Kolneath SOMETH " Ce courriel et les documents qui y sont attaches peuvent contenir des inf= ormations confidentielles. Si vous n'etes pas le destinataire escompte, me= rci d'en informer l'expediteur immediatement et de detruire ce courriel ai= nsi que tous les documents attaches de votre systeme informatique. Toute di= vulgation, distribution ou copie du present courriel et des documents attac= hes sans autorisation prealable de son emetteur est interdite."=20 " This e-mail and any attached documents may contain confidential or propri= etary information. If you are not the intended recipient, please advise the= sender immediately and delete this e-mail and all attached documents from = your computer system. Any unauthorised disclosure, distribution or copying = hereof is prohibited." |
From: Andrew P. <and...@po...> - 2007-07-30 11:52:53
|
Joegen, Thanks for your prompt response. I understand that robust solution that would work well in all operation modes of OpenSBC is complex. But I am not closing my doors either and hope to approach with an idea of improvement one day. As to your question, what communicates with OpenSBC on PortaSIP side is a slightly modified SER. SER does not facilitate From/To headers rewriting easily. The position of SER developers is something like "SIP is designed to work without replacing the From and To. From and To have nothing to do with routing and applications are more likely to break if it is changed" (http://www.iptel.org/FAQ_To_From_change). So I am interested in finding a solution on OpenSBC side. Perhaps you could shed more lights on the next question: does OpenSBC really need to check To header in upper registration mode to distinguish between relay and local handling? I have done a couple of tests in all practical use scenarios and found that To and Request-URI are always the same: they are set to whatever domain UA was configured with (or whatever is the session target in case of incoming calls from PSTN). Thank you. Joegen E. Baclor wrote: > Hi Andrew, > > I fully understand your situation. I think the best solution here is to > let PortaSIP rewrite the To URI as well. Is this not a posibility? As > you can see OpenSBC tried its best here to act closest to the specs how > the request would have been routed. Let's say hypothetically that this > maybe configurable. Assume there is a user registered to OpenSBC as > sip:61...@op.... Imagine what will happen if OpenSBC received > an INVITE like this: > > INVITE sip:61...@fw... SIP/2.0 > From: "alice" <sip:al...@wo...>;tag=123 > To: "Free World Dial-up Echo Server" <sip:61...@fw...> > > This would clearly be a relay at first glance and OpenSBC should forward > this to the real destination. However, since 613 might be a registered > user, in this case sip:61...@op..., the hypothetical behavior > would be to back off and send the call originally intended for > sip:61...@fw... to the 613 user of opensbcdomain.com. > > At first glance this is doable but would entail more work for OpenSBC > when in fact the sender could have just written the To URI correctly. > > I am not closing my doors for this case. If you think there is an > important real-world reason to let OpenSBC handle this behavior then > lets start discussing a possible path to take. > > Joegen -- Sincerely, Andrew Pogrebennyk |
From: tomach <to...@dg...> - 2007-07-30 07:48:52
|
Because what I noticed is that: changing microphone level make quality of voice worse with g.729 rather then with g.711. So I thought that when codec g.729 is in use i can disable control responsible for changing voice volume... |
From: Ilian J. C. P. <ip...@so...> - 2007-07-30 02:53:44
|
Hi, Never encountered this before. I'll try to reproduce this first. Regards, Ilian tomach wrote: > Hello! > > I try to describe my probelm: > 1. I make connection on codec 711. > 2. During talk I changed level of microphone several times or even mute it totally. > 3. Then I notice that quality of voice is worse then before point 2. > > Is it normal? Do You have the same problem? Or is it technical imposible? > > ------------------------------------------------------------------------- > 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: Ilian J. C. P. <ip...@so...> - 2007-07-30 02:51:50
|
Hi Tom, This isn't exposed to ATLSIP yet. So as of the moment reading the SIP message is your only workaround. I'll put this in my list of TODOs. Btw, just curious. Why do you need to know the codec? Regards, Ilian tomach wrote: > Hello! > > About ATLsip > Is it possible to obtain what codec is using during talk? (from the list of audiocodecs0-5)...or the only way is to analyze sip messages coming on SIPMessage event? > > BR, > TOm > > ------------------------------------------------------------------------- > 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: Ilian J. C. P. <ip...@so...> - 2007-07-30 02:47:14
|
Hi sobrien, May I know what application (client and server) did you reproduce this problem with? Thanks. Regards, Ilian sobrien wrote: > When I attempt to register a soft phone over the network, I get the following Open SIP error, however the soft phone registration packet appears to meet the RFC 3261 spec. The error is: > > 2007/07/25 12:29:56.597 Proxy Debug3 *** NO STATIC ROUTE DEFINED *** From: sip:Sean@10.194.124.21 Target: sip:Sean@10.194.124.21 > 2007/07/25 12:29:56.605 Transport( WRITE ) Debug3 UDP Transport LOOP Detected!!! > > How could I go about fixing this? Thanks. > > ------------------------------------------------------------------------- > 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: Ilian J. C. P. <ip...@so...> - 2007-07-30 02:45:29
|
Hi Yacine, Yacine Auczone wrote: > Hello,I'm running a simple softphone using the latest cvs ATLSIP library, everythings works just fine on any computer where Visual studio is installed, but the softphone is really instable and crashes each time on any PC without Visual studio installed, This isn't caused by ATLSIP's "unstableness." You are just missing some DLLs which ATLSIP depends on. These DLLs only come with Visual Studio. To make ATLSIP run on other machines with no Visual Studio, it is the developer's responsibility to deploy the application along with the DLLs it depends on. Typically when deploying to other machines you should build ATLSIP as Release (not Debug) and then make a way to register the DLLs needed. A convenient way to do this is to use Visual Studio's Setup project which creates MSI setup packages. It does all the work for you. You can check "How to: Deploy using a Setup and Deployment Project " in http://msdn2.microsoft.com/en-us/library/ms235317(VS.80).aspx Regards, Ilian > i'v compiled ATLSIP release using MT, and i also noticed that Regsvr32 is not able to load the activex on some PCs > _________________________________________________________________ > Windows Live Messenger vous offre 30 nouvelles émoticônes gratuites, installées directement dans votre Messenger ! > http://www.emoticones-messenger.fr/ > ------------------------------------------------------------------------- > 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: Andre S. <eds...@ya...> - 2007-07-28 10:36:43
|
I think it comes with Visual Studio 6.0 Yacine Auczone <yac...@ms...> wrote: Hi,Whene running depends.exe i got only two dlls missing, MSVCP80D.dll MSVCR80D.dll and these DLLs are missing also on PCs where Visual Studio is installed.> Date: Sat, 28 Jul 2007 03:09:25 -0700> From: eds...@ya...> To: ope...@li...> Subject: Re: [OpenSIPStack] ATLSIP crashes> > You have to get the DLL's from all different operating systems at > C:\WINDOWS\System32 or C:\WINNT\System32> > Yacine Auczone wrote:> Thanks for the reply,The compilation was made on windows xp pro and tests also,from where can i get these DLLsi'm already copying expad.dll> Date: Fri, 27 Jul 2007 20:54:18 -0700> From: eds...@ya...> To: ope...@li...> Subject: Re: [OpenSIPStack] ATLSIP crashes> > What I did was made an installer and set ATLSIP.DLL to self register.> Now regarding crashes > ATLSIP must be compiled on all different OS'es for it to work. You must have like Compiled > versions of Windows2000, WindowsXP and Windows Vista.> > Also attach on your installer the following DLL's> DNSAPI.dll> COMDLG32.dll> MPR.dll> EXPAT.dll> MSVCP71D.dll> MSVCR71D.dll> SNMPAPI.dll> > > Yacine Auczone wrote:> Hello,I'm running a simple softphone using the latest cvs ATLSIP library, everythings works just fine on any computer where Visual studio is installed, but the softphone is really instable and crashes each time on any PC without Visual studio installed, i'v compiled> ATLSIP release using MT, and i also noticed that Regsvr32 is not able to load the activex on some PCs> _________________________________________________________________> Windows Live Messenger vous offre 30 nouvelles émoticônes gratuites, installées directement dans votre Messenger !> http://www.emoticones-messenger.fr/> -------------------------------------------------------------------------> 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> > > > ---------------------------------> Be a better Heartthrob. Get better relationship answers from someone who knows.> Yahoo! Answers - Check it out. > >> ---------------------------------> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.> > ---------------------------------> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.> -------------------------------------------------------------------------> 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> _________________________________________________________________> David Guetta a réuni les sons les plus connus de Messenger dans le Mix Messenger, le son de lété ! Téléchargez-le gratuitement !> http://specials.divertissements.fr.msn.com/mixmessenger> -------------------------------------------------------------------------> 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> > > > ---------------------------------> Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. > -------------------------------------------------------------------------> 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 _________________________________________________________________ David Guetta a réuni les sons les plus connus de Messenger dans le Mix Messenger, le son de lété ! Téléchargez-le gratuitement ! http://specials.divertissements.fr.msn.com/mixmessenger ------------------------------------------------------------------------- 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 --------------------------------- Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. |
From: Yacine A. <yac...@ms...> - 2007-07-28 10:32:26
|
Hi,Whene running depends.exe i got only two dlls missing, MSVCP80D.dll MSVC= R80D.dll and these DLLs are missing also on PCs where Visual Studio is inst= alled.> Date: Sat, 28 Jul 2007 03:09:25 -0700> From: edselandresilo@yahoo.c= om> To: ope...@li...> Subject: Re: [OpenSIPStac= k] ATLSIP crashes> > You have to get the DLL's from all different operating= systems at > C:\WINDOWS\System32 or C:\WINNT\System32> > Yacine Auczone = <yac...@ms...> wrote:> Thanks for the reply,The compilation was made = on windows xp pro and tests also,from where can i get these DLLsi'm already= copying expad.dll> Date: Fri, 27 Jul 2007 20:54:18 -0700> From: edselandre= si...@ya...> To: ope...@li...> Subject: Re: = [OpenSIPStack] ATLSIP crashes> > What I did was made an installer and set A= TLSIP.DLL to self register.> Now regarding crashes > ATLSIP must be compile= d on all different OS'es for it to work. You must have like Compiled > vers= ions of Windows2000, WindowsXP and Windows Vista.> > Also attach on your in= staller the following DLL's> DNSAPI.dll> COMDLG32.dll> MPR.dll> EXPAT.dll> = MSVCP71D.dll> MSVCR71D.dll> SNMPAPI.dll> > > Yacine Auczone wrote:> Hello,I= 'm running a simple softphone using the latest cvs ATLSIP library, everythi= ngs works just fine on any computer where Visual studio is installed, but t= he softphone is really instable and crashes each time on any PC without Vis= ual studio installed, i'v compiled> ATLSIP release using MT, and i also no= ticed that Regsvr32 is not able to load the activex on some PCs> __________= _______________________________________________________> Windows Live Messe= nger vous offre 30 nouvelles =E9motic=F4nes gratuites, install=E9es directe= ment dans votre Messenger !> http://www.emoticones-messenger.fr/> ---------= ----------------------------------------------------------------> This SF.n= et email is sponsored by: Splunk Inc.> Still grepping through log files to = find problems? Stop.> Now Search log events and configuration files using A= JAX and a browser.> Download your FREE copy of Splunk now >> http://get.spl= unk.com/> _______________________________________________> opensipstack-dev= el mailing list> ope...@li...> https://lists.so= urceforge.net/lists/listinfo/opensipstack-devel> > > > --------------------= -------------> Be a better Heartthrob. Get better relationship answers from= someone who knows.> Yahoo! Answers - Check it out. > >> -----------------= ----------------> Fussy? Opinionated? Impossible to please? Perfect. Join Y= ahoo!'s user panel and lay it on us.> > ---------------------------------> = Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel= and lay it on us.> -------------------------------------------------------= ------------------> This SF.net email is sponsored by: Splunk Inc.> Still g= repping through log files to find problems? Stop.> Now Search log events an= d configuration files using AJAX and a browser.> Download your FREE copy of= Splunk now >> http://get.splunk.com/> ____________________________________= ___________> opensipstack-devel mailing list> ope...@li...ur= ceforge.net> https://lists.sourceforge.net/lists/listinfo/opensipstack-deve= l> _________________________________________________________________> David= Guetta a r=E9uni les sons les plus connus de Messenger dans le Mix Messeng= er, le son de l=92=E9t=E9 ! T=E9l=E9chargez-le gratuitement !> http://speci= als.divertissements.fr.msn.com/mixmessenger> ------------------------------= -------------------------------------------> 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.> D= ownload your FREE copy of Splunk now >> http://get.splunk.com/> ___________= ____________________________________> opensipstack-devel mailing list> open= sip...@li...> https://lists.sourceforge.net/lists/l= istinfo/opensipstack-devel> > > > --------------------------------->= Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, = news, photos & more. > ----------------------------------------------------= ---------------------> This SF.net email is sponsored by: Splunk Inc.> Stil= l grepping through log files to find problems? Stop.> Now Search log event= s and configuration files using AJAX and a browser.> Download your FREE cop= y of Splunk now >> http://get.splunk.com/> _______________________________= ________________> opensipstack-devel mailing list> opensipstack-devel@lists= .sourceforge.net> https://lists.sourceforge.net/lists/listinfo/opensipstack= -devel _________________________________________________________________ David Guetta a r=E9uni les sons les plus connus de Messenger dans le Mix Me= ssenger, le son de l=92=E9t=E9 ! T=E9l=E9chargez-le gratuitement ! http://specials.divertissements.fr.msn.com/mixmessenger= |
From: Andre S. <eds...@ya...> - 2007-07-28 10:09:28
|
You have to get the DLL's from all different operating systems at C:\WINDOWS\System32 or C:\WINNT\System32 Yacine Auczone <yac...@ms...> wrote: Thanks for the reply,The compilation was made on windows xp pro and tests also,from where can i get these DLLsi'm already copying expad.dll> Date: Fri, 27 Jul 2007 20:54:18 -0700> From: eds...@ya...> To: ope...@li...> Subject: Re: [OpenSIPStack] ATLSIP crashes> > What I did was made an installer and set ATLSIP.DLL to self register.> Now regarding crashes > ATLSIP must be compiled on all different OS'es for it to work. You must have like Compiled > versions of Windows2000, WindowsXP and Windows Vista.> > Also attach on your installer the following DLL's> DNSAPI.dll> COMDLG32.dll> MPR.dll> EXPAT.dll> MSVCP71D.dll> MSVCR71D.dll> SNMPAPI.dll> > > Yacine Auczone wrote:> Hello,I'm running a simple softphone using the latest cvs ATLSIP library, everythings works just fine on any computer where Visual studio is installed, but the softphone is really instable and crashes each time on any PC without Visual studio installed, i'v compiled ATLSIP release using MT, and i also noticed that Regsvr32 is not able to load the activex on some PCs> _________________________________________________________________> Windows Live Messenger vous offre 30 nouvelles émoticônes gratuites, installées directement dans votre Messenger !> http://www.emoticones-messenger.fr/> -------------------------------------------------------------------------> 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> > > > ---------------------------------> Be a better Heartthrob. Get better relationship answers from someone who knows.> Yahoo! Answers - Check it out. > > ---------------------------------> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.> > ---------------------------------> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.> -------------------------------------------------------------------------> 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 _________________________________________________________________ David Guetta a réuni les sons les plus connus de Messenger dans le Mix Messenger, le son de lété ! Téléchargez-le gratuitement ! http://specials.divertissements.fr.msn.com/mixmessenger ------------------------------------------------------------------------- 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 --------------------------------- Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. |
From: Yacine A. <yac...@ms...> - 2007-07-28 09:52:04
|
Thanks for the reply,The compilation was made on windows xp pro and tests a= lso,from where can i get these DLLsi'm already copying expad.dll> Date: Fri= , 27 Jul 2007 20:54:18 -0700> From: eds...@ya...> To: opensipst= ack...@li...> Subject: Re: [OpenSIPStack] ATLSIP crashes= > > What I did was made an installer and set ATLSIP.DLL to self register.> = Now regarding crashes > ATLSIP must be compiled on all different OS'es = for it to work. You must have like Compiled > versions of Windows2000, Wi= ndowsXP and Windows Vista.> > Also attach on your installer the follow= ing DLL's> DNSAPI.dll> COMDLG32.dll> MPR.dll> EXPAT.dll> MSVCP71D= .dll> MSVCR71D.dll> SNMPAPI.dll> > > Yacine Auczone <yac...@ms...= > wrote:> Hello,I'm running a simple softphone using the latest cvs ATLSI= P library, everythings works just fine on any computer where Visual studio = is installed, but the softphone is really instable and crashes each time on= any PC without Visual studio installed, i'v compiled ATLSIP release using = MT, and i also noticed that Regsvr32 is not able to load the activex on som= e PCs> _________________________________________________________________> W= indows Live Messenger vous offre 30 nouvelles =E9motic=F4nes gratuites, ins= tall=E9es directement dans votre Messenger !> http://www.emoticones-messeng= er.fr/> -------------------------------------------------------------------= ------> This SF.net email is sponsored by: Splunk Inc.> Still grepping thro= ugh log files to find problems? Stop.> Now Search log events and configurat= ion 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> > > = > ---------------------------------> Be a better Heartthrob. Get better r= elationship answers from someone who knows.> Yahoo! Answers - Check it out.= > > ---------------------------------> Fussy? Opinionated? Impossib= le to please? Perfect. Join Yahoo!'s user panel and lay it on us.> = > ---------------------------------> Fussy? Opinionated? Impossible to plea= se? Perfect. Join Yahoo!'s user panel and lay it on us.> -----------------= --------------------------------------------------------> This SF.net email= is sponsored by: Splunk Inc.> Still grepping through log files to find pro= blems? Stop.> Now Search log events and configuration files using AJAX and= a browser.> Download your FREE copy of Splunk now >> http://get.splunk.co= m/> _______________________________________________> opensipstack-devel mai= ling list> ope...@li...> https://lists.sourcefo= rge.net/lists/listinfo/opensipstack-devel _________________________________________________________________ David Guetta a r=E9uni les sons les plus connus de Messenger dans le Mix Me= ssenger, le son de l=92=E9t=E9 ! T=E9l=E9chargez-le gratuitement ! http://specials.divertissements.fr.msn.com/mixmessenger= |
From: Andre S. <eds...@ya...> - 2007-07-28 03:54:20
|
What I did was made an installer and set ATLSIP.DLL to self register. Now regarding crashes ATLSIP must be compiled on all different OS'es for it to work. You must have like Compiled versions of Windows2000, WindowsXP and Windows Vista. Also attach on your installer the following DLL's DNSAPI.dll COMDLG32.dll MPR.dll EXPAT.dll MSVCP71D.dll MSVCR71D.dll SNMPAPI.dll Yacine Auczone <yac...@ms...> wrote: Hello,I'm running a simple softphone using the latest cvs ATLSIP library, everythings works just fine on any computer where Visual studio is installed, but the softphone is really instable and crashes each time on any PC without Visual studio installed, i'v compiled ATLSIP release using MT, and i also noticed that Regsvr32 is not able to load the activex on some PCs _________________________________________________________________ Windows Live Messenger vous offre 30 nouvelles émoticônes gratuites, installées directement dans votre Messenger ! http://www.emoticones-messenger.fr/ ------------------------------------------------------------------------- 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 --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. --------------------------------- Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. --------------------------------- Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. |
From: Andre S. <eds...@ya...> - 2007-07-28 03:53:57
|
What I did was made an installer and set ATLSIP.DLL to self register. Now regarding crashes ATLSIP must be compiled on all different OS'es for it to work. You must have like Compiled versions of Windows2000, WindowsXP and Windows Vista. Also attach on your installer the following DLL's DNSAPI.dll COMDLG32.dll MPR.dll EXPAT.dll MSVCP71D.dll MSVCR71D.dll SNMPAPI.dll Yacine Auczone <yac...@ms...> wrote: Hello,I'm running a simple softphone using the latest cvs ATLSIP library, everythings works just fine on any computer where Visual studio is installed, but the softphone is really instable and crashes each time on any PC without Visual studio installed, i'v compiled ATLSIP release using MT, and i also noticed that Regsvr32 is not able to load the activex on some PCs _________________________________________________________________ Windows Live Messenger vous offre 30 nouvelles émoticônes gratuites, installées directement dans votre Messenger ! http://www.emoticones-messenger.fr/ ------------------------------------------------------------------------- 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 --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. --------------------------------- Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. |