[sr-dev] [kamailio/kamailio] str_hash: Option to allocate hash in shm (#1535)

2018-05-17 Thread Alfonso Pinto
Added an allocator function to allocate the hash in shared memory. Added also locking stuff 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

Re: [sr-dev] [SR-Users] Whats is wrong in this call

2018-05-17 Thread Daniel Grotti
Hi Ssergey, the ACK seem OK, but the R-URI does not contain the "sip.instance" parameter defined in the 200 OK's Contact. Usually all contact parameter should be preserved when constructing the ACK R-URI. Does your server receive the ACK, but it is not able to forward it back to the callee (if

Re: [sr-dev] [SR-Users] Whats is wrong in this call

2018-05-17 Thread Sergey Safarov
Thanks Daniel for your response. My response in text inline. вт, 15 мая 2018 г. в 11:27, Daniel Grotti : > Hi Ssergey, > the ACK seem OK, but the R-URI does not contain the "sip.instance" > parameter defined in the 200 OK's Contact. Usually all contact parameter > should be

Re: [sr-dev] Set arbitrary destination port for outgoing request/reply

2018-05-17 Thread Daniel-Constantin Mierla
Hello, for sip request, just set the $du to the address you want to send, I guess the port you know, doesn't really has to be randomly generated by Kamailio -- however, if yes, then there is a variable that should help, iirc it is named $RANDOM, but you can check the pv cookbook in the wiki or