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 2:35 pm

jvwelzen wrote:If I replace SIPSorcery.AppServer.DialPlan.dll with yours

Google Voice is Working

But now my speeddials are not working anymore
Which of the SIPSorcery.AppServer.DialPlan.dll you replce and with what?
What is speed dial?

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

Post by jainpj » Thu Jan 14, 2010 2:37 pm

This means you are using DialPlanScriptHelper.cs from patch 4914. I will see if I can PM you the corect DialPlanScriptHelper.cs

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

Post by jvwelzen » Thu Jan 14, 2010 2:38 pm

jainpj wrote:
jvwelzen wrote:If I replace SIPSorcery.AppServer.DialPlan.dll with yours

Google Voice is Working

But now my speeddials are not working anymore
Which of the SIPSorcery.AppServer.DialPlan.dll you replce and with what?
What is speed dial?
I replaced the file with the one in your zip file

speeddials

Code: Select all

Speeddial = { 
 '100' => '9991428711@sip.tropo.com', 
 '101' => '9991428726@sip.tropo.com', 
 '102' => '9991428737@sip.tropo.com[dt=5,rm=a,cd=10]', 
 '103' => '100@hd-telefonie.avm.de ', 
 '104' => '200@hd-telefonie.avm.de ', 
 "1233" => "555@budgetphone-#{req.Header.From.FromURI.User}" #2 
} 

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

Post by jvwelzen » Thu Jan 14, 2010 2:41 pm

jainpj wrote:This means you are using DialPlanScriptHelper.cs from patch 4914. I will see if I can PM you the corect DialPlanScriptHelper.cs
How do you know all this scripting stuff ???

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

Post by jainpj » Thu Jan 14, 2010 2:53 pm

jvwelzen wrote:How do you know all this scripting stuff ???
If you mean c# files, I have been a c# developer once upon a time.

Download the DialPlanScriptHelper.cs file from here. Also Download GoogleVoiceCall.cs from here Copy both the files on the source for change set 27686. Build and try.

Please let me know, how you get on. Also if you tell me the advanatges of these change set compared to v1.1, so that I can decide if I want to move on to to this build.
Last edited by jainpj on Thu Jan 14, 2010 3:11 pm, edited 1 time in total.

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

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

jainpj wrote:
jvwelzen wrote:How do you know all this scripting stuff ???
If you mean c# files, I have been a c# developer once upon a time.

Download the DialPlanScriptHelper.cs file from here. Also Download GoogleVoiceCall.cs from here Copy both the files on the source for change set 27686. Build and try.

Please let me know, how you get on. Also if you tell me the advanatges of these change set compared to v1.1, so that I can decide if I want to move on to to this build.
In my opinion it's much more stable

It uses a lot less cpu

And not so much trouble with the long running dailplan bug

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

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

I still receive 2 errors

Code: Select all

Error	33	No overload for method 'CallAnswered' takes '6' arguments	C:\Users\Jvwelzen\Desktop\sipsorcery-27686\sipsorcery-core\SIPSorcery.AppServer.DialPlan\DialPlanScriptHelper.cs	926	21	SIPSorcery.AppServer.DialPlan
Error	34	Metadata file 'C:\Users\Jvwelzen\Desktop\sipsorcery-27686\sipsorcery-core\Build\SIPSorcery.AppServer.DialPlan.dll' could not be found	SIPSorcery.Servers.Cores

And 42 warnings

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

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

Try the new DialPlanScriptHelper.cs from here

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

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

The errors are now gone

Still some warnings but I wil give it a try

I wil let you no how it works

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

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

for now it seems to be running verry well

If I was you try to upgrade and test it for yourself

Thanks verry much for helping me out

Thanks again

Post Reply