Hello Henning,
Thank you. I will try to workaround these shortcomings.
If it turns out I need some new feature(s) from the xcap_client, then what would be the
recommended proceeding?
Kr
Christoph
-------- Ursprüngliche Nachricht --------
Von: Henning Westerholt <hw(a)skalatan.de>
Datum: 03.10.20 15:04 (GMT+01:00)
An: "Kamailio (SER) - Users Mailing List" <sr-users(a)lists.kamailio.org>
Cc: Onic Roman <Roman.Onic(a)kontron.com>om>, Friedrich Peter
<Peter.Friedrich(a)kontron.com>om>, Valentin Christoph
<Christoph.Valentin(a)kontron.com>
Betreff: RE: xcap_client: storage of document in local DB
Hello Christoph,
this is the API from the code:
typedef struct xcap_api {
xcap_nodeSel_init_t int_node_sel;
xcap_nodeSel_add_step_t add_step;
xcap_nodeSel_add_terminal_t add_terminal;
xcap_nodeSel_free_t free_node_sel;
xcapGetNewDoc_t getNewDoc;
register_xcapcb_t register_xcb;
}xcap_api_t;
So the get_elem seems to be not implemented. About the other question, it seems to not
call the delete API from the database layer either.
Cheers,
Henning
--
Henning Westerholt –
https://skalatan.de/blog/<https://eur04.safelinks.protection.outlook.com…
Kamailio services –
https://gilawa.com<https://eur04.safelinks.protection.outlook.com/?url=h…
From: sr-users <sr-users-bounces(a)lists.kamailio.org> On Behalf Of Valentin
Christoph
Sent: Saturday, October 3, 2020 2:36 PM
To: sr-users(a)lists.kamailio.org
Cc: Onic Roman <Roman.Onic(a)kontron.com>om>; Friedrich Peter
<Peter.Friedrich(a)kontron.com>
Subject: [SR-Users] xcap_client: storage of document in local DB
Hi all,
Does anybody know, when the xcap_client deletes a registered document from the database?
Is it possible to deregister a document?
Are you sure, the documented get_elem API function is actually implemented?
All the best
Christoph