On Wed, Nov 25, 2020 at 2:23 PM Federico Cabiddu
<[email protected]> 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
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to