Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-07-19 Thread Ian Yu-Hsun Lin
Thanks for replying. Here it is. As I said this is not a good solution. ```diff --- jsonrpc_mod.c.orig +++ jsonrpc_mod.c @@ -120,7 +120,6 @@ { int pid; - if (rank>PROC_MAIN) cmd_pipe = pipe_fds[1]; if (rank!=PROC_MAIN) ``` --- You are receiving this becaus

Re: [sr-dev] [kamailio/kamailio] PID file permissions (#231)

2016-07-19 Thread CristianAlvear
Hi, I have this problem with version 4.4.2 that can help me solve this problem please INFO: Starting Kamailio : ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed --- You are receiving this because you are subscribed to this thread. Reply to this email directly or vi

[sr-dev] git:master:ee6b0607: ims_auth: print ck in readable form for debug reasons and init hbody to 0 to avoid printing gibberish in the log

2016-07-19 Thread Dragos Oancea
Module: kamailio Branch: master Commit: ee6b060701f5a05958fc1822ccf8b62920bb0124 URL: https://github.com/kamailio/kamailio/commit/ee6b060701f5a05958fc1822ccf8b62920bb0124 Author: Dragos Oancea Committer: Dragos Oancea Date: 2016-07-15T14:54:37+02:00 ims_auth: print ck in readable form for debu

[sr-dev] git:master:134fcbd3: presence: fix potential double free in shutdown routine

2016-07-19 Thread IMS root
Module: kamailio Branch: master Commit: 134fcbd3b2fbb91e4206cceb1de9d1a3a0690ef6 URL: https://github.com/kamailio/kamailio/commit/134fcbd3b2fbb91e4206cceb1de9d1a3a0690ef6 Author: IMS root Committer: IMS root Date: 2016-07-19T18:08:47+02:00 presence: fix potential double free in shutdown routin

Re: [sr-dev] [kamailio/kamailio] ims_auth: print ck in readable form and init var to 0 to avoid printing gibberish in the log (#711)

2016-07-19 Thread Daniel-Constantin Mierla
Merged #711. --- 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/711#event-728075168___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] git:master:c6f4adf8: Merge pull request #711 from athonet-open/fix_log_imsauth

2016-07-19 Thread GitHub
Module: kamailio Branch: master Commit: c6f4adf80356d9fa6aa14968ef564570329e584e URL: https://github.com/kamailio/kamailio/commit/c6f4adf80356d9fa6aa14968ef564570329e584e Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-07-19T22:06:05+02:00 Merge pull request #711 from athonet-ope

Re: [sr-dev] [kamailio/kamailio] presence: fix potential double free in shutdown routine (#717)

2016-07-19 Thread Daniel-Constantin Mierla
Merged #717. --- 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/717#event-728068477___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] presence: fix potential double free in shutdown routine (#717)

2016-07-19 Thread Daniel-Constantin Mierla
Thanks! --- 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/717#issuecomment-233748216___ sr-dev mailing list sr-dev@lists.sip-router.org http:

[sr-dev] git:master:3f92119f: Merge pull request #717 from athonet-open/fix_shutdown_presence

2016-07-19 Thread GitHub
Module: kamailio Branch: master Commit: 3f92119fe168baf516738be4be8142bd2c467760 URL: https://github.com/kamailio/kamailio/commit/3f92119fe168baf516738be4be8142bd2c467760 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-07-19T22:01:01+02:00 Merge pull request #717 from athonet-ope

Re: [sr-dev] [kamailio/kamailio] Calling jsonrpc_notification fail in failure route when fr_timer timeout (#713)

2016-07-19 Thread Daniel-Constantin Mierla
Can you paste here the patch to the solution you tried? --- 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/713#issuecomment-233745407___ sr-

Re: [sr-dev] [kamailio/kamailio] dispatcher: use avl-tree for ds_set indexing (#578)

2016-07-19 Thread Alekzander Spiridonov
Any updates on this? I would really like to finish with char* pool id's. --- 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/578#issuecomment-233685870

[sr-dev] [kamailio/kamailio] presence: fix potential double free in shutdown routine (#717)

2016-07-19 Thread Dragos Oancea
Attempt to fix this (crash at shutdown) : I observed some of these while working with daemontools (svc) . Program terminated with signal 6, Aborted. #0 0x7f43e6fd5125 in raise () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) (gdb) (gdb) bt #0 0x7f43e6fd5125 in raise () from /lib/x86_64-l

Re: [sr-dev] [kamailio/kamailio] 4.4.x TOPOS - bad sip message or missing Contact hdr on OPTIONS messages (#715)

2016-07-19 Thread darencrew
Closed #715. --- 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/715#event-727770596___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] 4.4.x TOPOS - bad sip message or missing Contact hdr on OPTIONS messages (#715)

2016-07-19 Thread darencrew
The patch has worked. Thank you! --- 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/715#issuecomment-233682854___ sr-dev mailing list sr-dev

Re: [sr-dev] [kamailio/kamailio] 4.4.x TOPOS - parse_rr() error when using topos (#716)

2016-07-19 Thread darencrew
Thank you for your reply, please find the debug log attached to this message. parse_rr error happens first at line 5287 note that the same configuration, without topos, works like a charm [topos-debug.txt](https://github.com/kamailio/kamailio/files/371745/topos-debug.txt) --- You are receiving

Re: [sr-dev] [kamailio/kamailio] 4.4.x TOPOS - parse_rr() error when using topos (#716)

2016-07-19 Thread Daniel-Constantin Mierla
Can you run with debug=3 and attach all the logs printed by kamailio when the error is printed? --- 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/716#issuecomment-233640691__

[sr-dev] Errored: kamailio/kamailio#2758 (master - ab27f98)

2016-07-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #2758 Status: Errored Duration: 8 minutes and 38 seconds Commit: ab27f98 (master) Author: Daniel-Constantin Mierla Message: topos: skip options from contact header check - reported by Daren Crew, GH #715 View the ch

Re: [sr-dev] [kamailio/kamailio] 4.4.x TOPOS - bad sip message or missing Contact hdr on OPTIONS messages (#715)

2016-07-19 Thread Daniel-Constantin Mierla
Can you try with the patch referenced above and see if works fine for OPTIONS? If all ok, then I will 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/issues/715#issuecomment-233

[sr-dev] git:master:ab27f988: topos: skip options from contact header check

2016-07-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ab27f988cffcbd060ca84abd118050cb3c5c923f URL: https://github.com/kamailio/kamailio/commit/ab27f988cffcbd060ca84abd118050cb3c5c923f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2016-07-19T15:36:43+02:00 topos: skip options fr

Re: [sr-dev] [kamailio/kamailio] Kamailio can not start with TLS (#714)

2016-07-19 Thread ovoshlook
Closed #714. --- 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/714#event-727414187___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] Kamailio can not start with TLS (#714)

2016-07-19 Thread ovoshlook
Yes. On Ubuntu 15.10 works fine --- 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/714#issuecomment-233608753___ sr-dev mailing list sr-dev@