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

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to