On 1/5/10 7:38 PM, Santiago Gimeno wrote:
2010/1/5 Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com>
the function (actually several) is there but with different prototype due to sip-router tm -- no documentation indeed and this should be fixed: try: t_replicate("192.168.1.1", "5050"); Basically there are several functions: t_replicate(host, port); t_replicate_to_udp(host, port); t_replicate_to_tcp(host, port); t_replicate_to_tls(host, port); t_replicate_to_sctp(host, port); t_replicate_to("proto", "host:port"); - the last one can have variables as parameters.
Thanks for the info.
I will try to add soon one with same parameter format as in Kamailio 1.5.
Cheers, Daniel