Search found 67 matches

by doohickey
Wed Aug 03, 2011 1:50 am
Forum: Technical Support
Topic: GV Callback Problem
Replies: 8
Views: 2001

Re: GV Callback Problem

Hello, Aaron. I use Sipgate and IPKall. The problem occurs with both of them. When a callback fails I'll usually wait a few seconds and then place it again using a different provider until it connects. So, I've experienced the problem with both providers and both during the same call attempts as well.
by doohickey
Tue Aug 02, 2011 9:04 pm
Forum: Technical Support
Topic: GV Callback Problem
Replies: 8
Views: 2001

GV Callback Problem

Sometime over the past couple of weeks a problem has arisen with GV callback. Often times the initial SS ring doesn't switch to the callback ring, yet the callee's phone will ring. Then, after a few more tries. a successful call is placed to a frustrated friend. I've gotten used to occasional callba...
by doohickey
Sun Feb 14, 2010 8:00 pm
Forum: Use Cases
Topic: Phone-Controlled Google Voice Outbound Dial Plan
Replies: 11
Views: 8686

A new feature, Pseudo 2-Line Phone , has been added to the dial plan. As described in the main post, it allows dialing out on a second Google Voice account. While this feature is only useful for those who have two Google Voice accounts, two accounts are not required to use the dial plan. To implemen...
by doohickey
Mon Feb 08, 2010 9:05 pm
Forum: Report a bug
Topic: Database Not Working Properly
Replies: 3
Views: 1290

Same here. I'm getting the following log messages when performing reads/writes:

Code: Select all

Exception DBRead. Format of the initialization string does not conform to specification starting at index 0.

Exception DBWrite. Format of the initialization string does not conform to specification starting at index 0.
by doohickey
Wed Feb 03, 2010 9:56 pm
Forum: Technical Support
Topic: Symmetric NAT with Cisco 7965
Replies: 47
Views: 32408

I'm not familiar with your device, but I glanced at the documentation and there is a setting to enable NAT mapping, which I'm guessing you've already enabled. What I didn't readily notice in the documentation is a setting for NAT Keep Alives. If this is the case, you may want to try enabling Keep Al...
by doohickey
Wed Feb 03, 2010 6:27 pm
Forum: Report a bug
Topic: SIP1 Down / SIP2 Misbehaving
Replies: 8
Views: 2506

Things seem back to normal, but even more so. :)
The monitor console on sip2 now shows merged events. I don't think I've ever seen that working before.
by doohickey
Wed Feb 03, 2010 6:31 am
Forum: Report a bug
Topic: SIP1 Down / SIP2 Misbehaving
Replies: 8
Views: 2506

I was able to ping sip1. I suppose I may have initially misspelled or something. An SSH connection to sip1 is a no-go though: connection refused.
by doohickey
Wed Feb 03, 2010 4:51 am
Forum: Report a bug
Topic: SIP1 Down / SIP2 Misbehaving
Replies: 8
Views: 2506

My phone is working as well, although the sip2 console isn't displaying any activity.

Also, a sip1 ping times out for me.
by doohickey
Tue Feb 02, 2010 7:46 pm
Forum: General VoIP Discussions
Topic: Private Caller -> Nashville CID = IPKall?
Replies: 1
Views: 1545

Private Caller -> Nashville CID = IPKall?

In the past couple of days I received a few calls with a CID of 16157247999 Nashville, TN. I initially thought they were junk calls because the first one gave a dial tone when picked up, but since then, I think I figured it out to be a CID problem applied only to unknown/private callers and intermit...
by doohickey
Mon Feb 01, 2010 9:27 pm
Forum: Technical Support
Topic: Help Needed on SIP URI Dialing
Replies: 7
Views: 2354

Here is some Ruby gsub documentation . /%(..)/ is a regex pattern that will match a run of characters beginning with a percent sign followed by any two characters. The parenthesis capture the two characters following the percent sign and they are available to the block (the code within the curly bra...