Hi,
I have a question about the topoh masking function:
If we can control of 2 UAs A and B, when A invites B, A will know his
plain Contact data, and B will see the masked one, and we will be able
to collect almost arbitrary (data, encoded_data) couples.
Kamailio's topoh module internals, if i've understood correctly,
conceptually make use of such functions:
* encode(contact_A, secret_key) -> result is contact_A_masked
* decode(contact_A_masked, secret_key) -> result is contact_A
What kind of method is used to do the encoding/decoding? Is it
complex to compute the secret key, knowing both contact_A and
contact_A_masked?
Regards,
--
Camille
Hi everyone,
I'm starting using snmpstats module to monitor Kamailio and I feel the lack
of some internal statistics/alarms on kamailio memory usage.
If you think it's worth I would be happy to develop support for them. In
this case I was wondering which mib those statistics should belong to. I
would tend to put them into KAMAILIO-MIB, under kamailioServer sub-tree.
What do you think about?
Regards,
Federico Cabiddu
Hi,
What is the best practice when needing to parse for a specific header on a
message in TM (i.e. a cloned message sitting in SHM memory - eg
"t->uas.request")? Of course we cannot simply use existing parsing
functions as they allocate pkg_mem.
Cheers
Jason