site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Share Topic
Posting?
Post a:
Post a:
Links: ·ALL ·Review Your VoIP Provider ·VoIP Providers ·VoIP FAQ ·Porting Rules ·What Codec?
AuthorAll Replies


JFerguson

@charter.com

reply to DogFace05

Re: [Proggy] Google Voice dialer

For some reason, 0.71.00 has stopped working for me (doesn't ring phone). I can still go in and dial from Google Voice, though...

hszeto

join:2002-06-05

Exactly same thing happened to me starting yesterday. I think it is related to the issue stated at »Re: SIPsorcery + Google Voice » Occasional outgoing calls



DogFace05

join:2005-12-09
Cary, NC
kudos:149

reply to JFerguson

gvdial-0-72-0.zip 19,716 bytes
said by JFerguson :

For some reason, 0.71.00 has stopped working for me (doesn't ring phone). I can still go in and dial from Google Voice, though...
This should fix it.

synchron

join:2002-12-31
Simi Valley, CA

This version works but I don't need to specify '7' for Gizmo callback. just works on 747 numbers now.

Synchron



DogFace05

join:2005-12-09
Cary, NC
kudos:149

Correct. The new phonetype parameter is optional and will default to 7 for any callback number starting in 747, or 2 otherwise. The phonetype parameter allows for explicitly overriding the default.


ljp

join:2010-01-15

reply to DogFace05
Thank you much for your tool - I had been looking for a way to dial from an outlook contact and this is it!

For those who care to do something similar - I created a cmd file to run DogFace05's program with just a target phone number.
Mine is c:\gvdial\gvdialb.cmd and contains 3 lines:
c:
cd \GVDial
gvdial account password %1 3125551234

And run this macro from an outlook contact list:
Sub DialContact()

Dim objItem As Outlook.ContactItem
Dim NumberToDial, TempNumber As String
Dim CheckChar As String

' one and only one item must be selected
If Application.ActiveExplorer.Selection.Count 1 Then
Exit Sub
End If

For Each objItem In Application.ActiveExplorer.Selection
If objItem.Class = olContact Then
TempNumber = objItem.BusinessTelephoneNumber
For I = 1 To Len(TempNumber)
CheckChar = Mid(TempNumber, I, 1)
If StrComp(CheckChar, "0") >= 0 And StrComp(CheckChar, "9") = 0 Then
NumberToDial = NumberToDial + CheckChar
End If
Next
Shell ("c:\gvdial\gvdialb.cmd " + NumberToDial)
End If
Next

Set objItem = Nothing

End Sub



DogFace05

join:2005-12-09
Cary, NC
kudos:149

Very nice contribution, ljp. Thanks.


Friday, 01-Jun 14:54:29 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 12.5 years online © 1999-2012 dslreports.com.
Most commented news this week
Hot Topics