Hi,
we're trying to have scalable Kamailio nodes that are stateless.
That means that we can for example load dispatchers and reload them from an API endpoint.
Now we're stuck on the dialog part. All our nodes load the dialogs from a shared db, what happens when a node gets down is that a packet reaches another node and does not know how to handle that because the dialog does not have it's ip address. Also there is no possibility to reload the dialogs from db so that we could update the records in the db and have the dialogs ip changed on an anctive node's ip.
Is there a possibility to have a function to reload the dialogs from db on a running kamailio?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1274
Hello,
I'm using keepalive module with drouting module... the event route works fine:
NOTICE: <script>: Gateway up: OPTIONS sip:1.2.3.4
NOTICE: <script>: Gateway up: OPTIONS sip:5.6.7.8
but kamcmd command not:
kamcmd keepalive.list
foobar
42
foobar
42
{
text: foobar
number: 42
}
{
list: {
nn: 17
nn: 22
}
}
{
uri: sip:1.2.3.4
owner: drouting
last checked: Wed Feb 21 11:20:12 2018
last up: Wed Dec 31 19:00:00 1969
last down: Wed Feb 21 11:20:13 2018
}
{
uri: sip:5.6.7.8
owner: drouting
last checked: Wed Feb 21 11:20:12 2018
last up: Wed Dec 31 19:00:00 1969
last down: Wed Feb 21 11:20:12 2018
Thank you
Regards...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1476