Search found 6 matches

by haohaolee
Tue Apr 10, 2012 8:39 am
Forum: Local Version
Topic: How to build the silverlight client?
Replies: 2
Views: 12146

Re: How to build the silverlight client?

Thanks.

Finally got it working, although involved many hacks...

Now it seems primary functionality including silverlight client working. Comparing with running under MS .NET, the mono version is a bit slower, and I am not sure of the stability still
by haohaolee
Mon Apr 09, 2012 4:25 am
Forum: Local Version
Topic: How to build the silverlight client?
Replies: 2
Views: 12146

How to build the silverlight client?

So far I can basically run the SS on the Mono, then I want the silverlight client to work with it. At first I directly used the sipsorcery.xap from 1.2 version, and it could work to some extent, but the console functionality didn't work. I think it's because the xap is inconsistent with the code fro...
by haohaolee
Wed Apr 04, 2012 4:15 pm
Forum: Local Version
Topic: How to register to a 3rd party SIP provider
Replies: 5
Views: 12281

Re: How to register to a 3rd party SIP provider

Thanks. got it working now. BTW, my attempt was to make SS running on mono, I know somebody on this forum had already done this, but without much information. Now I get it work on Mono 2.10.6 too, with basic functionality. I don't know much about Mono, so I'm not sure if WCF part can work with silve...
by haohaolee
Tue Apr 03, 2012 5:17 pm
Forum: Local Version
Topic: How to register to a 3rd party SIP provider
Replies: 5
Views: 12281

Re: How to register to a 3rd party SIP provider

And the when the server is up, the sipproviderbindings.xml has nothing new but only <sipproviderbindings/>
by haohaolee
Tue Apr 03, 2012 3:44 pm
Forum: Local Version
Topic: How to register to a 3rd party SIP provider
Replies: 5
Views: 12281

Re: How to register to a 3rd party SIP provider

yes here is the console output $ ./sipsorcery-appsvr.exe -c Starting logging initialisation. Logging initialised. SIP App Server starting SIP App Server Console starting... pid=4596. os=Microsoft Windows NT 6.1.7601 Service Pack 1. current directory=D:\sipsorcery-1.2. base directory=D:\sipsorcery-1....
by haohaolee
Mon Apr 02, 2012 12:42 pm
Forum: Local Version
Topic: How to register to a 3rd party SIP provider
Replies: 5
Views: 12281

How to register to a 3rd party SIP provider

Hi, I tried sipsorcery locally, and I used xmlconfig. I put a record in the sipproviders.xml, without too many modifications to the other configs. Now I can use softphone to connect the sipsorcery. But from the console output, I find nothing about registering to 3rd party provider. Then I checked th...