Hello, I'm trying to forward a SIP message that's been received by UDP, to $td through TCP. but the following configuration doesn't work: send_tcp("$td", 5060 ); or send_tcp($td, 5060 ); or avp_printf("s:dst", "$td"); send_tcp("s:dst", 5060 ); Could you please help? -- Ramin