Hi all,
I have this configuration:
SIP client ---(LAN)---> ASG_A ---(DMZ)--->ASG_B--->(Internet)---Remote SIP proxy
By enabling the SIP proxy on both ASGs I'm able to establish the SIP session but the RTP traffic is not routed.
Pratically, from SIP client, I can dial remote SIP client (the phone rings) but then I can't hear voice traffic.
Here the ASG_A config:
Transparent Mode: off
Outgoing Interface: External eth
Route other calls via smarthost: Internal ASG_B IP addess
Then the ASG_B config:
Transparent Mode: off
Outgoing Interface: External eth
Route other calls via: DNS SRV/Host lookup
By analyzing the packet filter rules, I found that the RTP rule (udp spts:1:65535 dpts:16384:32766 ACCEPT) doesn't detect any traffic on the ASG_B while ASG_A shows few bytes on INPUT and OUTPUT chains.
any idea?
This thread was automatically locked due to age.