Re: [sr-dev] [kamailio/kamailio] htable with per-table column names won't let kamailio start (#948)

2017-02-02 Thread Sebastian Damm
Thanks, starting up with different column names does work now. -- 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/948#issuecomment-276903366___

Re: [sr-dev] [kamailio/kamailio] presence: remove transaction creation from publ_notify_notifier() and mark_presentity_for_delete() (#961)

2017-02-02 Thread Daniel-Constantin Mierla
If nobody else has comments about this commit, I am ok to be merged. -- 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/961#issuecomment-276911213

[sr-dev] git:master:83cf4371: core: tsend - updated log macros

2017-02-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 83cf43715bf3727b8b618f8239b896ecd83e859a URL: https://github.com/kamailio/kamailio/commit/83cf43715bf3727b8b618f8239b896ecd83e859a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-02T11:14:19+01:00 core: tsend - updated

[sr-dev] git:master:6d157a4a: presence: remove transaction creation from publ_notify_notifier() and mark_presentity_for_delete()

2017-02-02 Thread Victor Seva
Module: kamailio Branch: master Commit: 6d157a4af708108b90a338614869de0ceeb94b68 URL: https://github.com/kamailio/kamailio/commit/6d157a4af708108b90a338614869de0ceeb94b68 Author: Victor Seva Committer: Victor Seva Date: 2017-02-02T12:43:53+01:00 presence: remove transaction creation from publ_

Re: [sr-dev] [kamailio/kamailio] presence: remove transaction creation from publ_notify_notifier() and mark_presentity_for_delete() (#961)

2017-02-02 Thread Victor Seva
Merged #961. -- 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/961#event-946290394___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] presence: error "transaction already started" when updating watcher records on db-only mode (#960)

2017-02-02 Thread Victor Seva
Closed #960 via 6d157a4af708108b90a338614869de0ceeb94b68. -- 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/960#event-946290411___ sr-dev m

Re: [sr-dev] [kamailio/kamailio] Enabling DMQ cause high CPU usage (#822)

2017-02-02 Thread Soapnix
Any progress? -- 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/822#issuecomment-276957993___ sr-dev mailing list sr-dev@lists.sip-router.o

Re: [sr-dev] [kamailio/kamailio] kamailio crashes on CANCEL due to empty reply_lumps (#872)

2017-02-02 Thread Victor Seva
now we are getting crashes when CANCEL from caller is received at the same time as 487 from callee by another process. This core is from the process of the 487 ``` Core was generated by `/usr/sbin/kamailio -f /etc/kamailio/proxy/kamailio.cfg -P /var/run/kamailio/kam'. Program terminated with sig

Re: [sr-dev] [kamailio/kamailio] kamailio crashes on CANCEL due to empty reply_lumps (#872)

2017-02-02 Thread Victor Seva
``` (gdb) f 3 #3 0x7f59f8a0d157 in dlg_onreply (t=0x7f5948ee57a8, type=6, param=0x7ffea05ae620) at dlg_handlers.c:458 458 dlg_handlers.c: No such file or directory. (gdb) p type $3 = 6 (gdb) p new_state $4 = 5 ``` ``type == TMCB_ON_FAILURE_RO_N`` and ``new_state == DLG_STATE_DELETED`` --

[sr-dev] git:master:de1c5397: http_async_client: handle 100 Continue from server

2017-02-02 Thread grumvalski
Module: kamailio Branch: master Commit: de1c5397847a3660182832a040d9e9c2e737e654 URL: https://github.com/kamailio/kamailio/commit/de1c5397847a3660182832a040d9e9c2e737e654 Author: grumvalski Committer: grumvalski Date: 2017-02-02T15:03:39+01:00 http_async_client: handle 100 Continue from server

Re: [sr-dev] [kamailio/kamailio] kamailio crashes on CANCEL due to empty reply_lumps (#872)

2017-02-02 Thread Victor Seva
``` (gdb) f 2 #2 0x7f59f8a0ce12 in dlg_run_event_route (dlg=0x7f59490bcdf8, msg=0x7f5a040d3138, ostate=983121128, nstate=4) at dlg_handlers.c:1637 1637in dlg_handlers.c (gdb) p ostate $5 = 983121128 (gdb) p nstate $6 = 4 ``` How can this be? -- You are receiving this because you are sub

[sr-dev] git:4.4:6c6f25b5: http_async_client: handle 100 Continue from server

2017-02-02 Thread grumvalski
Module: kamailio Branch: 4.4 Commit: 6c6f25b581e083068e9b3832e8f0235a24a88021 URL: https://github.com/kamailio/kamailio/commit/6c6f25b581e083068e9b3832e8f0235a24a88021 Author: grumvalski Committer: grumvalski Date: 2017-02-02T15:28:16+01:00 http_async_client: handle 100 Continue from server (