New Patch (4914) for Google Voice Call

Discussions about using SIP Sorcery on your own computer/server
jainpj
Posts: 173
Joined: Tue Dec 30, 2008 10:13 am

Post by jainpj » Thu Jan 14, 2010 3:45 pm

Can you post the binaries some where, I don't have the Visual Studio installed at the moment. Had to rebuild my PC from an earlier image this morning as it was very unstable.

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

Post by jvwelzen » Thu Jan 14, 2010 3:55 pm

Thanks

The Google Voice -> Proxy From Mike Telis is now also working

here is the debug file from the apserver folder

http://www.huizenwireless.nl/debug_source_27686.rar

If you want a zip file let me know

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

Post by jvwelzen » Thu Jan 14, 2010 4:30 pm

I think Google has a problem

First everything was working fine

And now the callback times out

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

Post by jvwelzen » Fri Jan 15, 2010 5:05 pm

jainpj wrote:Can you post the binaries some where, I don't have the Visual Studio installed at the moment. Had to rebuild my PC from an earlier image this morning as it was very unstable.
Did you give it a try already ?

jainpj
Posts: 173
Joined: Tue Dec 30, 2008 10:13 am

Post by jainpj » Fri Jan 15, 2010 9:06 pm

I did try it but it is giving me the following error.

Code: Select all

ERROR sipsorcery [(null)] - Exception DBLinqAssetPersistor GetDirect (SIPProviderBinding). Cannot access a disposed object.
Object name: 'NpgsqlConnection'.
Any idea what this is?

Also there following dlls are missing
  • IronPython.Modules.dll
    IronRuby.Libraries.dll

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

Post by jvwelzen » Sat Jan 16, 2010 9:00 am

I think it has to do with the postgres database

I am using a mysql database

Did you copy the files over version 1.1

That is wat I did

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

Post by jvwelzen » Sat Jan 16, 2010 9:11 am

This is the folder I am running

http://www.huizenwireless.nl/sipsorcery.rar

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

Post by jvwelzen » Sat Jan 16, 2010 9:31 am

This is the complete source

http://www.huizenwireles.nl/sipsorcery-27686.rar

The missing files are in the stable folder

but they are not in the build or debug folder (strange) when build

jainpj
Posts: 173
Joined: Tue Dec 30, 2008 10:13 am

Post by jainpj » Sun Jan 17, 2010 10:15 am

I tried it on two of my machines and having the same error on both. Did you change the database schema when you moved from v1.1 to changes set 27686?

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

Post by jvwelzen » Sun Jan 17, 2010 10:22 am

Yes it could be possible that you need to add some database entrys

I can remember dat you need to add emailadressconfirmd in customers for example

if you check the .sql files you should see if you need to add something

Post Reply