Hello,
I still have this pb on kamailio v5.7.4 (debian buster - packages updated from
deb.kamailio.org)
topos with redis
Peer A (caller) => SIP PROXY B => [ Kamailio GW C ] => PSTN D
SIP Update coming from D are routed directly from C to A
I had to unload topos module
--
Reply to this em
Module: kamailio
Branch: master
Commit: 4137a8c63a03a316a0fa0f37d518a09e68273309
URL:
https://github.com/kamailio/kamailio/commit/4137a8c63a03a316a0fa0f37d518a09e68273309
Author: Sergey Safarov
Committer: Sergey Safarov
Date: 2024-03-27T09:57:29+02:00
pkg/kamailio: packaged pvtpl module into R
Hi @Antoineb2s
Did you also check kamailio logs for SQL-Errors? I had a same behavior, but it
was because our DB was not properly migrated and some text-fields were too
short to save all the data which topos needs.
In Postgres I changed from varchar to text.
Regards
--
Reply to this email di
Example :

--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3437#issuecomment-2022188357
You are receiving this because you are subscribed to this
Hi,
Don't know what expecting from redis but no error message for redis-server
I also noticed a kamailio error message related to this :
Mar 27 09:19:09 tcossbcsfr3 /usr/sbin/kamailio[5246]: ERROR: {1 1 UPDATE
e806c441901b4f16a2c74df5a379f973} uac [replace.c:660]: restore_uri(): new URI
[] sho
Hello, have you tried kamailio-5.8.1-dev (nightly)? It solved the problem for
me (see #3757), but it would be good to have another confirmation.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3437#issuecomment-2022553533
You are receiving this b
Hello,
No, contact_mode is not defined so it's the default (0). I'll try to
investigate a little bit more during the week...
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3757#issuecomment-2022558181
You are receiving this because you are subs
Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
Checklist:
- [ ] PR should be backported to stable branches
Thks I'll try !
I first started to install v5.8.0 yesterday but was facing #3785
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3437#issuecomment-2022758663
You are receiving this because you are subscribed to this thread.
Message ID:
Confirmed that this is working. Will it get ported to 5.8 or will it be the
next `major.minor` release?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3784#issuecomment-2022908007
You are receiving this because you are subscribed to this threa
Thanks for the report. There are also some issues like this in file_out.
@xkaraman could you please have a look?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3796#issuecomment-2023085521
You are receiving this because you are subscribed to thi
### Description
Unable to upgrade Kamailio 5.7 on CentOS7
Error:
```
tls_mod.c: In function ‘fork_child’:
tls_mod.c:348:2: error: ‘for’ loop initial declarations are only allowed in C99
mode
for(int k = 0; k < 16; k++) {
^
tls_mod.c:348:2: note: use option -std=c99 or -std=gnu99 to compile y