This went little bit offtopic :P but i dont mind . Here's how i solved it (
just if some one in future goes in this problem and end up here by googling
) .
Port 5060 was blocked by isp incoming as well as outgoing  for few
extension's isp . On server i did
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 5091 -j DNAT  --to
72.9.100.210:5060

this made softphones register using port 5091 but when they make call
asterisk was writing port 5060 somewhere it seems so when they hanged up
asterisk was not detecting hangup's properly ( beware of sjphone it is
useless in this situation bcoz it doesnt allow changing port it listens on )
so i went with x-lite and change ports it use to something like 45000
instead of 5060 and i moved asterisk to port 5091 completely and made a rule
to
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 5060 -j DNAT  --to
72.9.100.210:5091

so now other people can make calls and register using port 5060 ( iptables
redirect it to 5091 but still hangup and all everything work perfectly (
bcoz port 5060 and 5091 both works for them )  and my extensions behind port
blocked isp are all happy as they can completely use port 5091 :) for
eveything .
Thanks for help everyone :) .

On 16/12/06, Steve Sobol <[EMAIL PROTECTED]> wrote:

On Fri, 15 Dec 2006, John Novack wrote:

> Google is your friend!!
>
> http://www.eweek.com/article2/0,1895,1773983,00.asp

Which discusses the Vonage case, which was settled, and says

"A larger ongoing question is simply how VOIP will be viewed by the FCC, a
political organization where a majority of three votes is enough to enact
telecom policy into law, pending a review by U.S. District Court. The
Telecommunications Act of 1934 plus the Telecommunications Act of 1996
serve as the FCC's "constitution," the framework of legislation the agency
has to interpret and refine. If it goes too far, however, the FCC's work
can become subject to judicial review and overturned."

In other words, what the FCC has jurisdiction over is governed by federal
law. It can change, of course. But right now, FCC isn't regulating VoIP.

And by the way, a settled lawsuit means nothing in terms of setting legal
precedent.  Don't ask me - ask a judge or attorney, they'll tell you the
same thing.

--
Steve Sobol, Professional Geek ** Java/VB/VC/PHP/Perl **
Linux/*BSD/Windows
Victorville, California     PGP:0xE3AE35ED

It's all fun and games until someone starts a bonfire in the living room.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to