Re: [sr-dev] [kamailio/kamailio] Small portability fixes (NetBSD) (#2256)

2020-03-18 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/2256#issuecomment-601009044___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] Small portability fixes (NetBSD) (#2256)

2020-03-18 Thread Daniel-Constantin Mierla
Merged #2256 into master. -- 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/2256#event-3144214306___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:bca9768b: Makefile.defs: Only add -ldl on systems that use it

2020-03-18 Thread Greg Troxel
Module: kamailio Branch: master Commit: bca9768b6f2667bad8472fa99a113b8249ca0f9a URL: https://github.com/kamailio/kamailio/commit/bca9768b6f2667bad8472fa99a113b8249ca0f9a Author: Greg Troxel Committer: Greg Troxel Date: 2020-03-18T19:06:36-04:00 Makefile.defs: Only add -ldl on systems that use

[sr-dev] git:master:3ccaac36: Makefile.defs: On NetBSD, link with -lm

2020-03-18 Thread Greg Troxel
Module: kamailio Branch: master Commit: 3ccaac365da6078a96681109efebc70dcb12fc55 URL: https://github.com/kamailio/kamailio/commit/3ccaac365da6078a96681109efebc70dcb12fc55 Author: Greg Troxel Committer: Greg Troxel Date: 2020-03-18T19:01:52-04:00 Makefile.defs: On NetBSD, link with -lm --- Mo

[sr-dev] git:master:6728fa97: Merge pull request #2256 from gdt/master

2020-03-18 Thread GitHub
Module: kamailio Branch: master Commit: 6728fa974723be3e79e7fd9750cd4fdc26fcb013 URL: https://github.com/kamailio/kamailio/commit/6728fa974723be3e79e7fd9750cd4fdc26fcb013 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2020-03-19T07:21:26+01:00 Merge pull request #2256 from gdt/master

Re: [sr-dev] [kamailio/kamailio] t_forward_nonack not decoding/unescaping URI (#2255)

2020-03-18 Thread Daniel-Constantin Mierla
Is this about an OPTIONS request received on the proxy that added Path to REGISTER? Can you paste the parameters you set for path module? What add-path function do you use? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

Re: [sr-dev] error_readline_pkg-config with latest Makefile

2020-03-18 Thread subhra giri
Dear Daniel I applied the latest Makefile that you have shared. Still i am getting following error. -- install -m 755 ss7ops.so /usr/local/lib64/kamailio/modules LD (/home/subhra/SDK3.1.2/tools-3.1.2_build_50/bin/mips64-octeon-linux-gnu-gcc) [U kamcmd] kamcmd /home

[sr-dev] [kamailio/kamailio] Small portability fixes (NetBSD) (#2256)

2020-03-18 Thread Greg Troxel
Pre-Submission Checklist - [ x] Commit message has the format required by CONTRIBUTING guide - [ x] Commits are split per component (core, individual modules, libs, utils, ...) - [ x] Each component has a single commit (if not, squash them into one commit) - [ x] No commits to README files fo

[sr-dev] [kamailio/kamailio] t_forward_nonack not decoding/unescaping URI (#2255)

2020-03-18 Thread Julien Chavanton
### Description SIP OPTION relayed using `t_forward_nonack()` not being URI decoded ### Troubleshooting Reproduction register with PATH and use SIP OPTION keep alive or simply send relay a SIP OPTIONS with a route. Debugging Data ```#1 0x7fa3067a998f in t_forward_nonack

Re: [sr-dev] [kamailio/kamailio] siptrace: sip_trace_mode("d") not working/segfaults (#2250)

2020-03-18 Thread Daniel-Constantin Mierla
It was backported to 5.3 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/issues/2250#issuecomment-600772069___ Kamailio (SER) - Developm

Re: [sr-dev] [kamailio/kamailio] siptrace: sip_trace_mode("d") not working/segfaults (#2250)

2020-03-18 Thread Daniel-Constantin Mierla
Closed #2250. -- 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/2250#event-3142526316___ Kamailio (SER) - Development Mailing List sr-dev@l

[sr-dev] git:master:331ffea6: kamcmd: Makefile - updated the msg target to print pkg-config detections

2020-03-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 331ffea6c8c8b2c7cf38e3d7eda882a6becd326a URL: https://github.com/kamailio/kamailio/commit/331ffea6c8c8b2c7cf38e3d7eda882a6becd326a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-18T18:41:52+01:00 kamcmd: Makefile - upd

[sr-dev] git:master:0e6e05f8: kamcmd: use pkg-config to get compile flags for lib readline

2020-03-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0e6e05f8bec1fb451375d71a6b929a6908c5689d URL: https://github.com/kamailio/kamailio/commit/0e6e05f8bec1fb451375d71a6b929a6908c5689d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-18T17:39:49+01:00 kamcmd: use pkg-config

Re: [sr-dev] make install error for mips

2020-03-18 Thread subhra giri
Dear Daniel Output of the command is - root@Giri:/home/subhra/Downloads/kamailio-5.3.3# pkg-config --cflags readline Package readline was not found in the pkg-config search path. Perhaps you should add the directory containing `readline.pc' to the PKG

[sr-dev] make install error for mips

2020-03-18 Thread subhra giri
Dear Henning When i was cross compiling for Mips, 1) make is success 2) make install -- is giving below error -- CC (/home/subhra/SDK3.1.2/tools-3.1.2_build_50/bin/mips64-octeon-linux-gnu-gcc) [U kamcmd] kamcmd.o

Re: [sr-dev] make install error for mips

2020-03-18 Thread Daniel-Constantin Mierla
Hello, can you give the output of the command: pkg-config --cflags readline Cheers, Daniel On 18.03.20 14:43, subhra giri wrote: > Hi > When i was cross compiling for Mips, > 1) make    is success > 2) make install -- is giving below error > -

[sr-dev] make install error for mips

2020-03-18 Thread subhra giri
Hi When i was cross compiling for Mips, 1) make is success 2) make install -- is giving below error -- CC (/home/subhra/SDK3.1.2/tools-3.1.2_build_50/bin/mips64-octeon-linux-gnu-gcc) [U kamcmd] kamcmd.o kamcmd.c:

[sr-dev] git:master:8cbef62a: presence: add delete_same_subs modparam

2020-03-18 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 8cbef62a0b9e654dda934edaf3e0f6e9c4a5c9a4 URL: https://github.com/kamailio/kamailio/commit/8cbef62a0b9e654dda934edaf3e0f6e9c4a5c9a4 Author: Stefan Mititelu Committer: Stefan Mititelu Date: 2020-03-17T15:45:05+02:00 presence: add delete_same_subs modparam