Re: [sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-11 Thread Daniel-Constantin Mierla
Get again the locals, but set the print elements length to 0: ``` set print elements 0 frame 5 info locals ``` -- 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/2321#issuecomment-627

Re: [sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-11 Thread zhangyang
thanks for you reply. this is gdb info (gdb) frame 5 #5 0x2ae1c4951e76 in build_local_reparse (Trans=0x2ae1c94524d8, branch=0, len=0x7ffe977ff370, method=0x2ae1c4a2399b "ACK", method_len=3, to=0x7ffe977ff130, reason=0x0) at t_msgbuilder.c:518 518 t_msgbuilder.c: 没有那个文件或目录. (gdb) p *to $

Re: [sr-dev] [kamailio/kamailio] tm core.when free ack cancel_buf. (#2321)

2020-05-11 Thread Daniel-Constantin Mierla
Can you get with gdb from core file the output of the next commands: ``` frame 5 p *to info locals ``` -- 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/2321#issuecomment-627135693__

Re: [sr-dev] [kamailio/kamailio] No reply on dispatcher ping with asterisk 16.10.0 (#2320)

2020-05-11 Thread Daniel-Constantin Mierla
Closed #2320. -- 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/2320#event-3325908644___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] No reply on dispatcher ping with asterisk 16.10.0 (#2320)

2020-05-11 Thread Daniel-Constantin Mierla
Sniffing tools use kernel hooks before the firewall or other system limits (e.g., imposed by selinux, conntrack, ...), so you can see the traffic on the network but it doesn't get to the application. You have to review those settings. Because Kamailio is sending the keepalive, this is clearly n

Re: [sr-dev] [kamailio/kamailio] No reply on dispatcher ping with asterisk 16.10.0 (#2320)

2020-05-11 Thread Alvaro Mazuera
Aditionally, I can see the SIP message from kamailio with [sngrep](https://github.com/irontec/sngrep) tool on the asterisk server, but not on the asterisk sip debug. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://

Re: [sr-dev] [kamailio/kamailio] No reply on dispatcher ping with asterisk 16.10.0 (#2320)

2020-05-11 Thread Alvaro Mazuera
Hi, 1. The asterisk instance has no firewall problems, because i can register a softphone connecting directly to it. 2. Yes, I had a mistake pasting the incorrect log, but is the same, because are two asterisk servers, one on x.x.x.3 and other on x.x.x.4, with both occurs the same. -- You ar

[sr-dev] git:master:a08b7640: core: dprint - escaped control chars need 6 bytes

2020-05-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a08b7640e27524863acd7dc732dffc744f801b5d URL: https://github.com/kamailio/kamailio/commit/a08b7640e27524863acd7dc732dffc744f801b5d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-11T20:34:27+02:00 core: dprint - escaped

[sr-dev] git:master:d13f863e: core: udp server - add sockaddr_storage to ensure enough size for sockaddr_union

2020-05-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d13f863e74c6c0275264e588f1dca206cf099587 URL: https://github.com/kamailio/kamailio/commit/d13f863e74c6c0275264e588f1dca206cf099587 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-11T17:46:29+02:00 core: udp server - add

[sr-dev] git:master:9cae0698: regex: leave enough space in buffers for parenthesis and -ending

2020-05-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9cae069832c8f37ebf9e686b3fbcab5d63652755 URL: https://github.com/kamailio/kamailio/commit/9cae069832c8f37ebf9e686b3fbcab5d63652755 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-05-11T17:46:29+02:00 regex: leave enough sp

[sr-dev] [kamailio/kamailio] Kazoo: added basic kemi support (#2324)

2020-05-11 Thread tao-communications
- [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

Re: [sr-dev] [kamailio/kamailio] support pkg-config when detecting libxml2 (#2199)

2020-05-11 Thread Victor Seva
can We backport this changes to 5.3? -- 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/2199#issuecomment-626667878___ Kamailio (SER) - Deve

[sr-dev] [kamailio/kamailio] Kamailio dispatcher module reports incorrect values with Call-Load based dispatching algorithm(No.10) (#2322)

2020-05-11 Thread hbilling
### Description While running a simple load with a UAC(Sipp) and two UAS(Both Sipp) , with Kamailio in the middle, acting as a Call Stateful Proxy, I observed that the Dispatcher Module reports one call stuck despite NO calls being reported as Active in the Dialog Module. Setup: ---