[Serusers] nathelper and rtpproxy for IPv4/IPv6

Jan Janak jan at iptel.org
Fri May 28 17:31:16 CEST 2004


More precisely, you should put the if (loose_route..) part at the
begining of the file (see the default configuration file) and also
do the changes suggested by Franz below.

  Jan.

On 28-05 09:34, Franz Edler wrote:
> From: Curro > Sent: Thursday, May 27, 2004 5:36 PM
> 
> > I suppose that's a problem from my config file, but I can't figure out
> > what. Could you help me, please?
> 
> Yes indeed. On one hand you do record_route for INVITE based dialogs (line
> 168), but you do not have a default handling for SIP requests other than
> REGISTER, INVITE, BYE and CANCEL. So SER does not know what to do with ACK.
> 
> I propose to use:
> 
> 	if (method == "INVITE")
> 		record_route();
> 	else {
> 	      if (!t_relay())
> 	          sl_reply_error();
> 		}
> 
> Franz
> 
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list