Hi, having tsilo + PUSH problem.

My probIem is no matter how I ts_store() the data,
ts_append() cannot find any matching uri

ERROR: tsilo [ts_append.c:64]: ts_append(): failed to retrieve record
for sip:[email protected]

In route[LOCATION]
{
ts_store("sip:[email protected]")
}

in route[PUSHJOIN]
{
ts_append("location", "sip:[email protected]")
}

ts.dump looks like this
{
  "jsonrpc":  "2.0",
  "result": {
    "Size": 2048,
    "R-URIs": {
      "R-URI":  "sip:[email protected]:5060;ob",
      "Hash": 57095964,
      "Transactions": {
        "Transaction":  {
          "Tindex": 15146,
          "Tlabel": 805874386
        }
      }
    },
    "Stats":  {
      "RURIs":  1,
      "Max-Slots":  1,
      "Transactions": 1
    }
  },
  "id": 43582
}

Thanks
Anthony Alba

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

Reply via email to