[asterisk-users] One Way Audio Problem

GNUbie gnubie at gmail.com
Mon Oct 13 09:49:19 CDT 2008


Hello Steve,

On Mon, Oct 13, 2008 at 9:52 PM, Steve Totaro
<stotaro at totarotechnologies.com> wrote:
>
> If you are going to dismiss (the most probable) problem (NAT) without
> posting configs, I am not sure how much help you will get, you will
> probably be dismissed as well.

What particular configs are you looking for? Below is my current setup
and scenario:

[snom] ==LAN==> [asterisk] ==FXO/POTS ==> [analog_telephone/mobile_phone]

SNOM is using the 192.168.101.102 IP address
Asterisk is using 192.168.101.1 IP address for its eth1 interface
FXO port is connected to the POTS
SNOM doesn't need to go out to the Internet in this scenario, AFAIK.

Below is my current NAT rules:

# iptables -L -v -t nat
Chain PREROUTING (policy ACCEPT 63795 packets, 7162K bytes)
 pkts bytes target     prot opt in     out     source
destination
11460  760K RETURN     0    --  any    any     192.168.101.0/24
!192.168.101.0/24

Chain POSTROUTING (policy ACCEPT 570 packets, 41836 bytes)
 pkts bytes target     prot opt in     out     source
destination
11408  757K MASQUERADE  0    --  any    eth0    192.168.101.0/24
anywhere

Chain OUTPUT (policy ACCEPT 570 packets, 41836 bytes)
 pkts bytes target     prot opt in     out     source               destination

Please advice if you need more information from me.

Regards,

GNUbie



More information about the asterisk-users mailing list