[asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Siqhamo Sifo
I need help with SIP,RTP port forwarding , I can connect using SIP and
make calls but there is no audio even though my kernel has sip support and
I suspect that it has to do with iptables.



Siqhamo Sifo
NewLunar Technology Solutions
5th Floor
SmartXchange
5 Walnut Road
Durban
http://www.newlunar.co.za



___
--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


Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Rosli Sukri
just disable iptables - if use redhat/fedora#service iptables stopOn 8/11/06, Siqhamo Sifo [EMAIL PROTECTED]
 wrote:I need help with SIP,RTP port forwarding , I can connect using SIP and
make calls but there is no audio even though my kernel has sip support andI suspect that it has to do with iptables.Siqhamo SifoNewLunar Technology Solutions5th FloorSmartXchange5 Walnut Road
Durbanhttp://www.newlunar.co.za___--Bandwidth and Colocation provided by Easynews.com
 --asterisk-users mailing listTo 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


Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Peter Bowyer

If someone asked your for help finding their front door key, would
your proposed solution be to leave the door unlocked?

On 11/08/06, Rosli Sukri [EMAIL PROTECTED] wrote:

just disable iptables - if use redhat/fedora

#service iptables stop


On 8/11/06, Siqhamo Sifo [EMAIL PROTECTED]  wrote:
 I need help with SIP,RTP port forwarding , I can connect using SIP and
 make calls but there is no audio even though my kernel has sip support and
 I suspect that it has to do with iptables.



 Siqhamo Sifo
 NewLunar Technology Solutions
 5th Floor
 SmartXchange
 5 Walnut Road
 Durban
 http://www.newlunar.co.za



 ___
 --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






--
Peter Bowyer
Email: [EMAIL PROTECTED]
___
--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


RE: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Evalyn Wafula








If you are using a Linux gateway to connect your local LAN to the
Internet, then redirect as follows:

/sbin/iptables -t nat -A PREROUTING -p udp -i ethx --destination-port 5060 \ -j DNAT --to-destination xxx.xxx.xxx.xxx



/sbin/iptables -t nat -A PREROUTING -p udp -i ethx --destination-port \

1:2 -j DNAT --to-destination xxx.xxx.xxx.xxx



Where ethx is Internet facing interface of the Linux gateway and xxx.xxx.xxx.xxx
is the IP address of Asterisk.



Wafula



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Siqhamo Sifo
Sent: 11 August 2006 12:48
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Port Forwarding SIP rtp



I need help with SIP,RTP port forwarding , I can connect using SIP and

make calls but there is no audio even though my kernel has sip support
and

I suspect that it has to do with iptables.







Siqhamo Sifo

NewLunar Technology Solutions

5th Floor

SmartXchange

5 Walnut Road

Durban

http://www.newlunar.co.za







___

--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


Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Dovid Bender
It could be NAT. Either way you need ports 5060-5090 and 1-2 in UDP 
open.
- Original Message - 
From: Siqhamo Sifo [EMAIL PROTECTED]

To: asterisk-users@lists.digium.com
Sent: Friday, August 11, 2006 5:48 AM
Subject: [asterisk-users] Port Forwarding SIP rtp


I need help with SIP,RTP port forwarding , I can connect using SIP and
make calls but there is no audio even though my kernel has sip support and
I suspect that it has to do with iptables.



Siqhamo Sifo
NewLunar Technology Solutions
5th Floor
SmartXchange
5 Walnut Road
Durban
http://www.newlunar.co.za



___
--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


Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Alex Robar
If he suspects the problem is iptables, but isn't sure, disabling it is a surefire way to be certain. That doesn't mean he has to leave it disabled, but it's certainly narrowed down the source of the issue. If at that point he's able to say that iptables is his issue, he can then go and determine what the proper filter rules are for it. 
AlexOn 8/11/06, Peter Bowyer [EMAIL PROTECTED] wrote:
If someone asked your for help finding their front door key, wouldyour proposed solution be to leave the door unlocked?On 11/08/06, Rosli Sukri [EMAIL PROTECTED]
 wrote: just disable iptables - if use redhat/fedora #service iptables stop On 8/11/06, Siqhamo Sifo [EMAIL PROTECTED]
  wrote:  I need help with SIP,RTP port forwarding , I can connect using SIP and  make calls but there is no audio even though my kernel has sip support and  I suspect that it has to do with iptables.
 Siqhamo Sifo  NewLunar Technology Solutions  5th Floor  SmartXchange  5 Walnut Road  Durban  
http://www.newlunar.co.za ___  --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
--Peter BowyerEmail: [EMAIL PROTECTED]___--Bandwidth and Colocation provided by Easynews.com
 --asterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
-- Alex Robar[EMAIL PROTECTED]
___
--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