Re: [sr-dev] [kamailio/kamailio] Kamailio failed to autostart on reboot with MySQL database (#925)

2017-01-12 Thread Fyodor
Kamailio and kamctl last versions. Ubuntu 16.04.1 LTS installation: apt install 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/925#issuecomment-272344453_

[sr-dev] [kamailio/kamailio] Kamailio failed to autostart on reboot with MySQL database (#925)

2017-01-12 Thread Fyodor
MYIP = my server ip MYDOMAIN = my domain name syslog: ``` Jan 13 04:18:19 kaf kamailio[1153]: loading modules under config path: /usr/lib/x86_64-linux-gnu/kamailio/modules/ Jan 13 04:18:19 kaf kamailio[1153]: Listening on Jan 13 04:18:19 kaf kamailio[1153]: udp: MYIP:5776 Jan 13 04:

Re: [sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

2017-01-12 Thread Daniel-Constantin Mierla
Not really using app_python, but still sort of don't like adding the "-fno-strict-aliasing" because it can hide bugs in other parts of module code, but if that's the only way as detailed in pep 3123 and nobody else finds a different solution, then can be merged. -- You are receiving this becau

Re: [sr-dev] [kamailio/kamailio] sending repeated CANCEL (#870)

2017-01-12 Thread Daniel-Constantin Mierla
This should be fixed in master branch. If still problems, open a new issue with details about what happens using the latest master branch. -- 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/

Re: [sr-dev] [kamailio/kamailio] sending repeated CANCEL (#870)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #870. -- 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/870#event-921456267___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #918. -- 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/918#event-921454638___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
OK, I am closing this item. Thanks for troubleshooting assistance and testing. -- 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/918#issuecomment-272297778

Re: [sr-dev] [kamailio/kamailio] presence: delay aux_body_processing until after subscription has been updated (#917)

2017-01-12 Thread Daniel-Constantin Mierla
If nobody finds an issue with it, for me it's fine to backport. -- 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/pull/917#issuecomment-272297113_

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread greggcz
Works for me now! Thanks guys, you are the best ;) -- 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/918#issuecomment-272296852___ sr-dev m

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
I pushed another patch in master. Can you try again with latest version? -- 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/918#issuecomment-272211980__

[sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

2017-01-12 Thread Victor Seva
>Add "-fno-strict-aliasing" to compilation flags > >Fixes a slew of: > "dereferencing type-punned pointer will break strict-aliasing rules" >warnings from GCC for lines of the form: > Py_INCREF(Py_True); >and > Py_INCREF(Py_False); > >due to the cast from PyIntObj

[sr-dev] git:master:14699865: tm: more log macros migrated from old form with location info in message

2017-01-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1469986560218d4704913e635e7a1298305af799 URL: https://github.com/kamailio/kamailio/commit/1469986560218d4704913e635e7a1298305af799 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-12T17:17:04+01:00 tm: more log macros mi

[sr-dev] git:master:fab1b5dc: dialog: handle replies to local cancel for cseq updates

2017-01-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fab1b5dc4edc74555b965a6c305d7643629e0225 URL: https://github.com/kamailio/kamailio/commit/fab1b5dc4edc74555b965a6c305d7643629e0225 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-12T16:35:18+01:00 dialog: handle replies

[sr-dev] git:master:597625d0: app_jsdt: fix compiler warning

2017-01-12 Thread Victor Seva
Module: kamailio Branch: master Commit: 597625d08bd639ddb46609e6af22af0dad28b870 URL: https://github.com/kamailio/kamailio/commit/597625d08bd639ddb46609e6af22af0dad28b870 Author: Victor Seva Committer: Victor Seva Date: 2017-01-12T16:12:38+01:00 app_jsdt: fix compiler warning > In file includ

[sr-dev] git:master:3a81cd7b: xhttp_pi: fix compiler warning

2017-01-12 Thread Victor Seva
Module: kamailio Branch: master Commit: 3a81cd7b2dc0b9a5c540a54c34413360d6d076b9 URL: https://github.com/kamailio/kamailio/commit/3a81cd7b2dc0b9a5c540a54c34413360d6d076b9 Author: Victor Seva Committer: Victor Seva Date: 2017-01-12T16:22:31+01:00 xhttp_pi: fix compiler warning > xhttp_pi_fnc.c

[sr-dev] Have save() function return an error code when 503 is generated

2017-01-12 Thread Lucian Balaceanu
Hi Daniel, We would like to know when the save("location") has generated a 503 message and as such we are thinking of modifying the save() function to return a code (like -2) for this error. The default behaviour now seems to be that most errors in save() log a notice message, generate a repl

[sr-dev] git:master:70da31a9: modules: readme files regenerated - ims_registrar_scscf ...

2017-01-12 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 70da31a9fdaf2808f152199afd5a2468f0f008d2 URL: https://github.com/kamailio/kamailio/commit/70da31a9fdaf2808f152199afd5a2468f0f008d2 Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-01-12T14:46:18+01:00 modules: readme files regenerated - ims_regist

[sr-dev] git:master:ce14ab12: IMS-USRLOC-SCSCF: Some more safety checks

2017-01-12 Thread Carsten Bock
Module: kamailio Branch: master Commit: ce14ab12a1b616f07a4fd715ad0097881035fded URL: https://github.com/kamailio/kamailio/commit/ce14ab12a1b616f07a4fd715ad0097881035fded Author: Carsten Bock Committer: Carsten Bock Date: 2017-01-12T14:44:03+01:00 IMS-USRLOC-SCSCF: Some more safety checks ---

[sr-dev] git:master:cd6313a4: IMS-USRLOC-PCSCF: Set contact to NULL for safety, if not found

2017-01-12 Thread Carsten Bock
Module: kamailio Branch: master Commit: cd6313a4f2b816df38c174e6b68c1a1bd3fc1f23 URL: https://github.com/kamailio/kamailio/commit/cd6313a4f2b816df38c174e6b68c1a1bd3fc1f23 Author: Carsten Bock Committer: Carsten Bock Date: 2017-01-12T14:44:03+01:00 IMS-USRLOC-PCSCF: Set contact to NULL for safe

[sr-dev] git:master:e330a710: IMS-Registrar-S-CSCF: Make the error-reply-code configurable

2017-01-12 Thread Carsten Bock
Module: kamailio Branch: master Commit: e330a71081c0b8e431c1885dfc79a0ae45cc782d URL: https://github.com/kamailio/kamailio/commit/e330a71081c0b8e431c1885dfc79a0ae45cc782d Author: Carsten Bock Committer: Carsten Bock Date: 2017-01-12T14:44:03+01:00 IMS-Registrar-S-CSCF: Make the error-reply-cod

[sr-dev] git:master:a63d88da: IMS-Dialog: Fix Ref-Counter

2017-01-12 Thread Carsten Bock
Module: kamailio Branch: master Commit: a63d88da87c70567a7e5303607d0a336ded9d74f URL: https://github.com/kamailio/kamailio/commit/a63d88da87c70567a7e5303607d0a336ded9d74f Author: Carsten Bock Committer: Carsten Bock Date: 2017-01-12T14:44:03+01:00 IMS-Dialog: Fix Ref-Counter --- Modified: sr

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
I may have a lead to troubleshoot this further. Hopefully I will get the time for it later today, if not, tomorrow. -- 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/918#issuecomment

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-12 Thread Daniel-Constantin Mierla
Thanks for testing. I am closing this one, the other issue is a slightly different scenario I am working on. -- 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/919#issuecomment-272134

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #919. -- 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/919#event-920530695___ sr-dev mailing list sr-dev@lists.sip-router.org http: