[SR-Users] tsilo: ts_append() cannot find the ts_store() data

Anthony Alba ascanio.alba7 at gmail.com
Wed Nov 25 07:38:35 CET 2020


On Wed, Nov 25, 2020 at 2:23 PM Federico Cabiddu
<federico.cabiddu at 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



More information about the sr-users mailing list