<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
On 1/5/10 7:12 PM, Santiago Gimeno wrote:
<blockquote
 cite="mid:9519d5861001051012l273fa8bfoee6965f323abf4eb@mail.gmail.com"
 type="cite">Hi,<br>
  <br>
I'm trying to use t_replicate in K-3.0.0 with no luck. <br>
  <br>
t_replicate("sip:<a moz-do-not-send="true"
 href="http://192.168.1.1:5060">192.168.1.1:5060</a>");<br>
  <br>
The logs report "unknown command" and by looking at the documentation
of the TM module I've seen that t_replicate is no longer in the TM
module. Is this correct? Any workaround?<br>
</blockquote>
the function (actually several) is there but with different prototype
due to sip-router tm -- no documentation indeed and this should be
fixed:<br>
<br>
try:<br>
<br>
t_replicate("192.168.1.1", "5050");<br>
<br>
Basically there are several functions:<br>
<br>
t_replicate(host, port);<br>
t_replicate_to_udp(host, port);<br>
t_replicate_to_tcp(host, port);<br>
t_replicate_to_tls(host, port);<br>
t_replicate_to_sctp(host, port);<br>
<br>
t_replicate_to("proto", "host:port");<br>
<br>
- the last one can have variables as parameters.<br>
<br>
Cheers,<br>
Daniel<br>
<pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
* <a class="moz-txt-link-freetext" href="http://www.asipto.com/">http://www.asipto.com/</a>
</pre>
</body>
</html>