How to compile the source code from mysipswitch

Please post requests related to the sipsorcery library to the GitHub repo https://github.com/sipsorcery/sipsorcery/issues.
jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

How to compile the source code from mysipswitch

Post by jvwelzen » Thu Sep 11, 2008 2:13 pm

I am trying to complie the latest source code 23621 from codeplex

but i am getting some errors...

Can someone explain how to compile succesfully

These are the errors I receive with sharkdevelop 3.0

Error loading code-completion information for nunit.framework, Version=2.2.2.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77 from C:\Documents and Settings\jvwelzen\Desktop\blueface-cvs\stable\nunit.framework.dll:
Could not find assembly file.


Build started.
Warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.


Build started.
Warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Build finished successfully. (00:00:06.4693024)


Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. (MSB3245)
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:85,64
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:85,22
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:111,6
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:111,22
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:138,64
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:138,22
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:159,25
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:159,41
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:221,79
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:221,37
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:253,25
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:253,41
'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:264,22
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:274,17
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:274,33
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:275,17
'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs:275,33
The variable 'excp' is declared but never used (CS0168) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Net\NetServices.cs:119,30
'System.Net.Dns.Resolve(string)' is obsolete: 'Resolve is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Net\NetServices.cs:139,41
The variable 'excp' is declared but never used (CS0168) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Net\NetServices.cs:167,30
The field 'BlueFace.VoIP.Instrumentation.SIPTransportMetricsGraphAgent.m_serverFilename' is assigned but its value is never used (CS0414) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.VoIP.Net.App\Instrumentation\SIPTransportMetricsGraphAgent.cs:58,24
The field 'BlueFace.VoIP.Net.SIP.SIPURI.m_defaultSIPTransport' is assigned but its value is never used (CS0414) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.VoIP.Net\SIP\SIPURI.cs:135,41
'BlueFace.VoIP.Net.SIP.UASInviteTransaction.Cancel()' hides inherited member 'BlueFace.VoIP.Net.SIP.SIPTransaction.Cancel()'. Use the new keyword if hiding was intended. (CS0108) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.VoIP.Net\SIPTransactions\UASInviteTransaction.cs:214,21
'System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\Configuration\Dispatcher.cs:301,32
'System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\Configuration\Dispatcher.cs:301,50
'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs:39,28
'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs:129,23
'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs:144,42
'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs:144,8
'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' (CS0618) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs:197,6
The field 'BlueFace.VoIP.SIP.StatefulProxy.StatefulDaemon.m_sipDomainsLoaded' is assigned but its value is never used (CS0414) - C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\SIPSwitch.Service\StatefulDaemon.cs:175,22



Build started.
Compiling BlueFace.Sys
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(264,22) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(85,22) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(85,64) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(111,22) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(111,6) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(138,22) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(138,64) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(159,41) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(159,25) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(221,37) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(221,79) : Warning CS0618: 'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(253,41) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(253,25) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(274,33) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(274,17) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(275,33) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Email.cs(275,17) : Warning CS0618: 'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Net\NetServices.cs(119,30) : Warning CS0168: The variable 'excp' is declared but never used
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Net\NetServices.cs(139,41) : Warning CS0618: 'System.Net.Dns.Resolve(string)' is obsolete: 'Resolve is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.Sys\Net\NetServices.cs(167,30) : Warning CS0168: The variable 'excp' is declared but never used
Compiling BlueFace.VoIP.Net
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.VoIP.Net\SIPTransactions\UASInviteTransaction.cs(214,21) : Warning CS0108: 'BlueFace.VoIP.Net.SIP.UASInviteTransaction.Cancel()' hides inherited member 'BlueFace.VoIP.Net.SIP.SIPTransaction.Cancel()'. Use the new keyword if hiding was intended.
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.VoIP.Net\SIP\SIPURI.cs(135,41) : Warning CS0414: The field 'BlueFace.VoIP.Net.SIP.SIPURI.m_defaultSIPTransport' is assigned but its value is never used
Compiling BlueFace.VoIP.Net.App
Warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\BlueFace.VoIP.Net.App\Instrumentation\SIPTransportMetricsGraphAgent.cs(58,24) : Warning CS0414: The field 'BlueFace.VoIP.Instrumentation.SIPTransportMetricsGraphAgent.m_serverFilename' is assigned but its value is never used
Compiling BlueFace.Net.Streaming
Compiling BlueFace.VoIP.SIPServerCores
Compiling BlueFace.Net.STUN
Compiling MaverickLite
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs(39,28) : Warning CS0618: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\Configuration\Dispatcher.cs(301,50) : Warning CS0618: 'System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: 'Please use StringComparer instead.'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\Configuration\Dispatcher.cs(301,32) : Warning CS0618: 'System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs(129,23) : Warning CS0618: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs(144,8) : Warning CS0618: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs(144,42) : Warning CS0618: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\MaverickLite\MVC\View.cs(197,6) : Warning CS0618: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
Compiling SIPSwitch.Service
C:\Documents and Settings\jvwelzen\Desktop\mysipswitch-23621\SIPSwitch.Service\StatefulDaemon.cs(175,22) : Warning CS0414: The field 'BlueFace.VoIP.SIP.StatefulProxy.StatefulDaemon.m_sipDomainsLoaded' is assigned but its value is never used
Compiling SIPSwitch.SIPProxy
Compiling SIPSwitch.SIPRegistrar
Compiling SIPSwitch.Web
Build finished successfully. (00:00:40.1777728)

gbonnet
Site Admin
Posts: 680
Joined: Wed Jul 11, 2007 2:58 pm
Location: Bologna
Contact:

Post by gbonnet » Thu Sep 11, 2008 2:35 pm

nunit.framework.dll seems to be in the Stable folder.

I can see it when browsing the sources on Codeplex.
Blueface [url=http://www.blueface.ie/]Phone[/url] Service

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

i reneamed the folder to blueface-cvs

Post by jvwelzen » Thu Sep 11, 2008 3:08 pm

i reneamed the folder to blueface-cvs

And now it hase compiled with no errors but it stil won't start

what am i doing wrong ??

Now i see in a dos prompt :

Demonstration Sip registrar for MySipSwitch Sip Stack (www.mysipswitch.com).

Starting logging initialisation.
logging initialised
Exception SIPUDPChannel <ctor>. The request address is not valid in its context
Exception Main. The requested address is not valid in its context
press any key to exit...

gbonnet
Site Admin
Posts: 680
Joined: Wed Jul 11, 2007 2:58 pm
Location: Bologna
Contact:

Post by gbonnet » Thu Sep 11, 2008 3:14 pm

Hi,

What are you trying to do exactly ?


If you want to install/run your own instance of MySIPSwitch take a look at :
http://www.mysipswitch.com/forum/viewtopic.php?t=261
and then at :
http://www.mysipswitch.com/wordpress/in ... ip-switch/

HTH
Guillaume
Blueface [url=http://www.blueface.ie/]Phone[/url] Service

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

changed ip address in demoregistrar.exe.config

Post by jvwelzen » Thu Sep 11, 2008 3:17 pm

<sipregistrar>
<sipsockets>
<sipsocket>192.168.6.11:5061</sipsocket>
</sipsockets>
</sipregistrar>

and now it's starts up

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

local version / website access

Post by jvwelzen » Sat Sep 13, 2008 2:58 pm

Does the local version of mysipswitch also has a website like the online version of www.mysipswitch.com to configure your settings..

And if so How can we access it ?

Thanks in advance...

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Post by Aaron » Sun Sep 14, 2008 2:24 am

Hi jvwelzen,

The web site code for mss is on the codeplex site but you will need to have an instance of IIS to be able to create a web site.

The two local versions of mss that have been released can be configured without the need for a web site since all the settings are in XML files that can be edited directly.

I am working on getting another release of the local version out very soon so it may be worth hanging on for that rather than going through the hassle of setting up the web site.

Regards,

Aaron

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Post by jvwelzen » Tue Sep 16, 2008 1:46 pm

Hi Aaron

I am verry pleased with the mysipswitch software and I can't wait when the new release comes out including a websever..

Do you have een indication when the new release for the local version comes out...

Thanks in advance..

Jeroen

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Post by Aaron » Tue Sep 16, 2008 1:53 pm

Hi Jeroen,

A release was dropped about 5 minutes ago :).

Regards,

Aaron

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Post by jvwelzen » Tue Sep 16, 2008 2:08 pm

Hi Aaron

I have missed it sorry

can you tell me how I can acces the webserver

Locked