Re: [SR-Users] insert new timestamp value to cdr table

2020-06-05 Thread Alex Balashov
Sounds like `datetime` is a column type looking for a formatted timestamp value, not a UNIX epoch value. — Sent from mobile, with due apologies for brevity and errors. > On Jun 5, 2020, at 3:21 PM, mohsen khashei wrote: > >  > Hi I want to add a new column to acc table.I created a new

[SR-Users] insert new timestamp value to cdr table

2020-06-05 Thread mohsen khashei
Hi I want to add a new column to acc table.I created a new column in the acc table of type timestamp and named it ring_time. in every call i put the ring time to a $dlg_var like this: $dlg_var(ringtime) = $Ts; then I add a extra column in config like this: modparam("acc", "log_extra",

[SR-Users] R: How to overwrite DisplayName

2020-06-05 Thread Stefano Larosa
Yes! Changing version versione from 5.1.1 to 5.2.7 the problem is solved. Have a nice day. Thank you! Da: Henning Westerholt [mailto:h...@skalatan.de] Inviato: venerdì 5 giugno 2020 13:57 A: Stefano Larosa; 'Kamailio (SER) - Users Mailing List' Oggetto: RE: [SR-Users] How to

Re: [SR-Users] How to overwrite DisplayName

2020-06-05 Thread Fred Posner
Are you doing any other changes (contact alias, etc.)? You may benefit from applying the changes and seeing if this makes a difference. --fred On Fri, 2020-06-05 at 11:56 +, Henning Westerholt wrote: > Hello, > > understand. I remember that I fixed some bugs for version based on > 5.2 and

Re: [SR-Users] How to overwrite DisplayName

2020-06-05 Thread Henning Westerholt
Hello, understand. I remember that I fixed some bugs for version based on 5.2 and 5.3 branch related to uac_replace_from/to. I would suggest upgrading to the latest 5.2 or 5.3 version, before trying to analyse it for 5.1.1, which is end of life. You can find Debian packages at deb.kamailio.org

[SR-Users] R: How to overwrite DisplayName

2020-06-05 Thread Stefano Larosa
Ciao, i read INVITE from the sniffer and the Displayname is unchanged. I don’t have errors message back. I don’t know what i’m missing. Is there some working code sample i can copy to test it? Thank you, Stefano. Da: Henning Westerholt [mailto:h...@skalatan.de] Inviato: venerdì 5

[SR-Users] Kamailio under NAT

2020-06-05 Thread Aidar Kamalov
Hello, I am trying to start kamailio+rtpengine+asterisk in docker with docker-compose (not in network host mode). And I faced behavior that I can't understand. When my phone(fanvil) sends a register to kamailio with his ip in contact - 192.168.88.55 (to host's ip address 192.168.88.55), kamailio

Re: [SR-Users] How to overwrite DisplayName

2020-06-05 Thread Henning Westerholt
Hello, uac_replace_from should generally work. Have you checked the INVITE that is send out from Kamailio? It will be not visible (normally) inside the script. Do you get an error message in Kamailio log after calling this cmd? Cheers, Henning -- Henning Westerholt -

[SR-Users] How to overwrite DisplayName

2020-06-05 Thread Stefano Larosa
Hi and first of all thanks for your amazing work. I have a kamailio 5.1.1 and i need to change the DisplayName before sending INVITE to another Asterisk server. I need that "Sergio"<+3355870@80.169.227.18> Becomes "Simona"<+3355870@80.169.227.18> I've tried just changing

Re: [SR-Users] Kamailio 5.3.0 and HEPv3 oversized traffic

2020-06-05 Thread Henning Westerholt
Small addition/correction – sip_trace_mode() and siptrace() works if you use hep_mode_on parameter. From: Henning Westerholt Sent: Friday, June 5, 2020 9:30 AM To: Kamailio (SER) - Users Mailing List Cc: Kamailio (SER) - Development Mailing List ; Karsten Horsmann Subject: RE: [SR-Users]

[SR-Users] Kamailio IMS using returned SRV records for transport slelection

2020-06-05 Thread BALL SUN
Hi All I am new to Kamailio IMS, and I just setup a testing environment where having P-CSCF, I-CSCF and S-CSCF. I would like to use make below works 1. SIP client <-> P-CSCF (either UDP or TCP, based on the transport tag) 2. P-CSCF <-> I-CSCF (TCP by default) 3. I-CSCF <-> S-CSCF (TCP by

[SR-Users] Freezing development for Kamailio v5.4.0

2020-06-05 Thread Daniel-Constantin Mierla
Hello, based on the discussions during the last online devel meeting, the plan is to release the next major version (Kamailio v5.4.0) around the mid of this summer. Therefore I propose to freeze the development on Thursday, June 18, 2020. Then we will have about 4-6 weeks of testing before the

Re: [SR-Users] Kamailio 5.3.0 and HEPv3 oversized traffic

2020-06-05 Thread Karsten Horsmann
Hi list, for the records - here my kamailio 5.3.4 settings that work for me. And my 5.2.x settings. Main parts are discussed already that i need to remove setflag and its enough to set sip_trace_mode("t"); for example. Best thing for my that i am now able to send to more than one capture

Re: [SR-Users] Kamailio 5.3.0 and HEPv3 oversized traffic

2020-06-05 Thread Henning Westerholt
Hello, ok, my findings: * The docs are misleading about the default behaviour of sip_trace – will fix this * There was a regression introduced by 4e9a760123cb – currently siptrace() will ignore the global duplicate_uri and don’t work without uri – will fix this * The same commit