[Users] forward_tcp

Ramin Dousti dousti at gmail.com
Wed Jan 25 17:01:57 CET 2006


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




More information about the Users mailing list