<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
&gt; can be used after transaction has been created several times, for <br>&gt; example in branch_route -- so you have different From in case of many <br>&gt; destinations.<br>&gt; <br>&gt; Cheers,<br>&gt; Daniel<br><br>When I am using substr() in branch_route it creates duplicate FROM fields. So, what is a good place to use this function when <br>branching?&nbsp;&nbsp; branch_route or onreply_route or request route block?<br><br>Thanks,<br>AR<br><br><br><br><br>&gt; Date: Thu, 27 Nov 2008 12:39:06 +0200<br>&gt; From: miconda@gmail.com<br>&gt; To: users@lists.kamailio.org<br>&gt; Subject: Re: [Kamailio-Users] using "substr()" function from TEXTOPS in        "onreply_route" block<br>&gt; <br>&gt; <br>&gt; <br>&gt; On 11/26/08 23:25, Iñaki Baz Castillo wrote:<br>&gt; &gt; El Miércoles, 26 de Noviembre de 2008, Alex R.S.M escribió:<br>&gt; &gt;   <br>&gt; &gt;&gt; Hi,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I was wondering if anyone has used "substr()" function from TEXTOPS in<br>&gt; &gt;&gt; "onreply_route" block. This function works fine in "route" and<br>&gt; &gt;&gt; "branch_route" blocks. However, it creates duplicate fields (instead of<br>&gt; &gt;&gt; substituting) when being used in "onreply_route" blocks.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I need to modify FROM field in "onreply_route" block. As far as I know,<br>&gt; &gt;&gt; "uac_replace_from()" function works only in request_route block, so my only<br>&gt; &gt;&gt; option is to use "substr()".<br>&gt; &gt;&gt;     <br>&gt; &gt;<br>&gt; &gt; "uac_replace_from()" replaces the From downstream cally restores it when a <br>&gt; &gt; reply arrives, before forwarding it upstream (to the caller).<br>&gt; &gt; You don't need to use "uac_replace_from()" in onreply_route.<br>&gt; &gt;   <br>&gt; be sure parameter from_restore_mode is set to auto:<br>&gt; http://kamailio.org/docs/modules/1.4.x/uac.html#id2454160<br>&gt; <br>&gt; &gt; Also, I already realized that "uac_replace_from()" can't be used two times <br>&gt; &gt; during the same transaction since it creates duplicate value, but this occurs <br>&gt; &gt; also when using it twice in request_route block.<br>&gt; &gt;   <br>&gt; can be used after transaction has been created several times, for <br>&gt; example in branch_route -- so you have different From in case of many <br>&gt; destinations.<br>&gt; <br>&gt; Cheers,<br>&gt; Daniel<br>&gt; <br>&gt; -- <br>&gt; Daniel-Constantin Mierla<br>&gt; http://www.asipto.com<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; Users@lists.kamailio.org<br>&gt; http://lists.kamailio.org/cgi-bin/mailman/listinfo/users<br><br /><hr />Send e-mail faster without improving your typing skills. <a href='http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008' target='_new'>Get your Hotmail® account.</a></body>
</html>