313 # Comment out three lines below if you want 314 # RTP for IPv4->IPv4 calls to go directly 315 # between UAs 316 if (af == inet) { 317 force_rtp_proxy("faii"); 318 t_on_reply("1"); 319 } 320 # proxy session from a Internal IPv4 321 # phone to a External IPv6 address 322 if (af == inet6) { 323 force_rtp_proxy("faie"); 324 t_on_reply("1"); 325 } 326 } 327 328 else if (lookup("location_inet6")) { 329 # proxy session from a External IPv6 330 # phone to a Internal IPv4 address 331 if (af == inet) { 332 force_rtp_proxy("faei"); 333 t_on_reply("1"); 334 } 335 336 # Comment out three lines below if you want 337 # RTP for IPv6->IPv6 calls to go directly 338 # between UAs 339 if (af == inet6) { 340 force_rtp_proxy("faee"); 341 t_on_reply("1"); 342 }
El Thursday 10 July 2008 13:24:08 Henning Westerholt escribió:
On Thursday 10 July 2008, 苗杰 wrote:
313 # Comment out three lines below if you want 314 # RTP for IPv4->IPv4 calls to go directly 315 # between UAs [..] 342 }
Hi 苗杰,
do you have also some question to the configuration snipped quoted above? ;-)
I think it seems more a contribution XD