Hi,
being $var basically static variables per process , I wanted to be sure to reset its value before processing it, but it's probably not needed there (the example is old :)).

Cheers, 

Federico 

On Wed, 25 Nov 2020, 07:39 Anthony Alba, <ascanio.alba7@gmail.com> wrote:
On Wed, Nov 25, 2020 at 2:23 PM Federico Cabiddu
<federico.cabiddu@gmail.com> wrote:
>
> Hi,
> which kamailio version are you using?
> Which value the "use_domain" (http://www.kamailio.org/docs/modules/devel/modules/tsilo.html#tsilo.p.use_domain) parameter has?
> Could you please do a test at debug level 3?

Face palm moment — I was using tsilo through KEMI and forgot that
there were two functions
1. ts_store()
2. ts_store_uri() ///Aaaargh I should have used this one

I forgot to use the second one, sorry for the noise.

Can I segue to another question? In the example config script why is
$var(hjoin) set to 0 when it
is immediately set to  $sht(vtp=>join::$tU) ?

route[PUSHJOIN] {
$var(hjoin) = 0;
lock("$tU");
$var(hjoin) = $sht(vtp=>join::$tU);
$var(hstored) = $sht(vtp=>stored::$tU);

Thank you.
Anthony Alba

_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users