Hi,
I have found a behaviour in the registrar module that I do have a question about. Is the current behaviour correct and wanted?
Using the save() method in the script I see the following:
* Processing a register request for a user gives return code 1 ( or 2 )
* Processing a unregister request (expires=0) for registered user gives return code 3
* Processing a unregister request (expires=0) for a user which is NOT registered gives return code 1. Why?
What is the reason behind this?
No database entry is added which is expected.
Test performed on 5.1.4, using DB mode 3.
Cheers,
Lars
The infrastructure hosting the main server for Kamailio project will go
under scheduled maintenance during June 18, 2019 (tomorrow). The work is
expected to start around 7:00am UTC and can last for a few hours.
During the maintenance interval, the services related to Kamailio
project may become unavailable, among them:
* the web server (www.kamailio.org), including the wiki portal
(www.kamailio.org/wiki)
* the mailing lists and the email contact addresses
* the GIT repository mirror git.kamailio.org
Once the maintenance work is completed, there will be an update
notification sent about it!
If there are relevant events to be notified, we are going to publish on
our twitter stream:
* https://twitter.com/kamailio
Also, you can join #kamailio channel on irc.freenode.net in case you
want to report some incident related to our infrastructure that you
discover while maintenance goes on. For bugs or other issues related to
Kamailio code, use the tracker on github.com/kamailio/kamailio – that
service is not affected being maintained by GitHub corporation.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Hello,
What is the procedure for adding new fields in some DB table?
In particular, I am working under a feature for multiple tcp connections
for IPSEC in P-CSCF and for this purpose new fields are needed to store
pcscf client and server ports for each registered contact.
The new fields 'port_pc', 'port_ps', 't_port_pc' and 't_port_ps' should be
added in pcscf.location table.
Thank you for your help!
--
Best Regards,
Aleksandar Yosifov