View Single Post
Moonshine's Avatar
Posts: 469 | Thanked: 88 times | Joined on Sep 2007 @ Montana
#5
Originally Posted by CosmicRay View Post
I've been connecting to the service offered by fwdnet.net most of the time. I do run an Asterisk box on my LAN, but it is not publically-reachable. I suppose I could use that for testing at least. That would eliminate any possible NAT issue from the equation.

I did set up a Gizmo account for testing that, and a WengoPhone account.

Thanks for the suggestions.
NP. I'm not sure if FWD supports any video codecs on their SIP service. If you're looking to set up Asterisk there are a couple things that might come in handy:

Wiki page on the state of Asterisk video support:

http://www.voip-info.org/wiki-Asterisk+video

As far as enabling support for a couple SIP clients in Asterisk sip.conf, I have:

Code:
[general] 
videosupport=yes
And then a few additions in each client account:

Code:
[n800]
... other settings ...
nat=yes
qualify=yes
videosupport=yes
canreinvite=no
disallow=all
allow=g729
allow=h263
allow=h263p