Provisioning Service error for version 1.2 on mono

Discussions about using SIP Sorcery on your own computer/server
wildsip
Posts: 23
Joined: Sun Jun 19, 2011 2:42 am

Re: Provisioning Service error for version 1.2 on mono

Post by wildsip » Tue Jul 12, 2011 3:44 am

Took a while, but sys.GoogleVoiceCall in GoogleVoiceCall.cs blocks indefinitely at (HttpWebResponse) galxRequest.GetResponse(). Apparently Mono 2.6.7 has a bug handling SSL certificates / Cryptography, since the problem only occurs on https urls.

Anyway, compiled Mono 2.8.2 from source (since Debian 6. is still at Mono 2.6.7) and now GoogleVoiceCall works perfectly. Good to have a fully functional sipsorcery instance on Debian :)

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

Re: Provisioning Service error for version 1.2 on mono

Post by Aaron » Tue Jul 12, 2011 10:23 am

That's an impressive effort! How are you handling the provisioning, updating your dialplan etc? Are you going direct to the database?

wildsip
Posts: 23
Joined: Sun Jun 19, 2011 2:42 am

Re: Provisioning Service error for version 1.2 on mono

Post by wildsip » Sat Jul 16, 2011 3:47 am

It works with xml files (need to modify some paths & filenames due to \ in windows vs / in linux) and I tried mysql db. I just configure the xml files in a text editor and direct access to mysql db

Is the ajax portal in the source code ? Could try that instead of silverlight.

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

Re: Provisioning Service error for version 1.2 on mono

Post by Aaron » Sat Jul 16, 2011 10:12 am

The ajax portal isn't open source. It's part of the www.sipsorcery.com site and also uses a commercial 3rd party component.

Post Reply