Re: [SR-Users] Re-use TCP connections on different transactions

2019-10-31 Thread Yuriy Gorlichenko
You have to use tcp_accept_aliases=yes But this is not enough as this param will be triggered by function force_tcp_alias() you need to use in the route for request ( for example record_route or subroutes) It will add param paramname= (I Don't remember specific name) to Via header that will be

Re: [SR-Users] Routing Blocks - Missing in latest core wiki

2019-10-31 Thread Joel Serrano
Thanks Henning for digging into this and fixing! Cheers, Joel. On Thu, Oct 31, 2019 at 10:51 AM Henning Westerholt wrote: > Hello, > > > > the problem was fixed – it was related to recently added protection > mechanism on www.kamailio.org. As the core cookbook document was growing, > it was

Re: [SR-Users] Routing Blocks - Missing in latest core wiki

2019-10-31 Thread Henning Westerholt
Hello, the problem was fixed – it was related to recently added protection mechanism on www.kamailio.org. As the core cookbook document was growing, it was affected by a limit. I just tested it; it works now. Editing for registered users in the wiki is possible again. Cheers, Henning --

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread Henning Westerholt
Hi Julien, This looks interesting, thanks for sharing! Cheers, Henning -- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services From: sr-users On Behalf Of Julien Chavanton Sent: Thursday, October 31, 2019 3:57 PM To: Kamailio (SER) - Users Mailing

[SR-Users] How to intercept an INVITE after waking up (TSILO module) to change SDP

2019-10-31 Thread Oleg Podguyko
Hello everybody!   Kamailio works as a Registrar. Additionally, rtpengine is deployed next to it. Using the module rtpgngine I change SDP. Webrtc <-> SIP calls work fine. RTPengine proxies media. It is necessary to understand that when the call comes, I determine what Protocol the call came

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread Julien Chavanton
Hi Gaurav, Form my experience, PJSSIP is one very good option for end to end testing, it is a very RFC compliant SIP stack, it will fail if anything is wrong and will usually provide verbose logging explaining why it failed. If you want to integrate such a CLI tool in CI/CD to provide automated

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread Alex Balashov
On Thu, Oct 31, 2019 at 01:30:32PM +0530, Gaurav Bmotra wrote: > hi > i m looking for Command Line SIP client , where i can register user form > CLI for testing You might consider the demo CLI client that ships with PJSIP: https://www.pjsip.org/pjsua.htm#acc -- Alex -- Alex Balashov |

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread Daniel-Constantin Mierla
Hello, if it is about doing registration from cli just for testing, check also the sipsak tool. Cheers, Daniel On 31.10.19 09:00, Gaurav Bmotra wrote: > hi  > i m looking for Command Line SIP client , where i can register user > form CLI for testing  > > thank you  > > -- > > > > > > > > >

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread David Villasmil
For TLS definitely use Zoiper On Thu, 31 Oct 2019 at 10:49, David Villasmil < david.villasmil.w...@gmail.com> wrote: > I use this cheat sheet a lot > > https://tomeko.net/other/sipp/sipp_cheatsheet.php?lang=en > > You need to create a csv file with your user/pass, it’s pretty simple. > > There’s

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread David Villasmil
I use this cheat sheet a lot https://tomeko.net/other/sipp/sipp_cheatsheet.php?lang=en You need to create a csv file with your user/pass, it’s pretty simple. There’s also lots of scenarios files (-sf) here https://github.com/saghul/sipp-scenarios But if all you want it to register, it might

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread Gaurav Bmotra
hi *David Villasmil* how can i use sipp to register a account like i wan to register on this --- user : test pass: 1234 domain: sip-test.com transport: tls port :5061 - thank you On Thu, Oct 31, 2019 at 3:13 PM David Villasmil < david.villasmil.w...@gmail.com> wrote: > There also sipp > > On

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread David Villasmil
There also sipp On Thu, 31 Oct 2019 at 08:19, mayamatakeshi wrote: > hi, > i like this one: > https://github.com/alfredh/baresip > > > On Thursday, October 31, 2019, Gaurav Bmotra > wrote: > >> hi >> i m looking for Command Line SIP client , where i can register user form >> CLI for testing >>

Re: [SR-Users] $jsonrpl(body) empty or malfunctioned during higher traffic

2019-10-31 Thread Daniel-Constantin Mierla
Hello, I just finished pushing on master branch a series of commits targeting to have evapi using an internal buffer for the data parameter instead of relying on pv-related buffers. Can people facing the reported issue try with latest master and report if all goes ok, even without setting pv

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread mayamatakeshi
hi, i like this one: https://github.com/alfredh/baresip On Thursday, October 31, 2019, Gaurav Bmotra wrote: > hi > i m looking for Command Line SIP client , where i can register user form > CLI for testing > > thank you > > -- > > > > > > > > > *Regards:* > Gaurav Kumar > >

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread jh
Try baresip. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Command Line SIP client

2019-10-31 Thread Giovanni Tommasini - evosip
Hi Gaurav, we use *pjsua* for this purpose best regards -- Giovanni Tommasini | evosip web: https://evosip.cloud Il giorno gio 31 ott 2019 alle ore 09:03 Gaurav Bmotra < saigauravmehr...@gmail.com> ha scritto: > hi > i m looking for Command Line SIP client , where i can register user

[SR-Users] Command Line SIP client

2019-10-31 Thread Gaurav Bmotra
hi i m looking for Command Line SIP client , where i can register user form CLI for testing thank you -- *Regards:* Gaurav Kumar ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] kamailio - failover setup

2019-10-31 Thread Daniel-Constantin Mierla
OK, thanks for all these details! Cheers, Daniel On 30.10.19 22:03, Ilie Soltanici wrote: > Well... For Kamailio, at the moment ProxySQL is mainly used for > routing and statistic. For Asterisk, we also use a little caching. For > other services, ProxySQL is also used as a "Gateway", because our

Re: [SR-Users] binrpc reply sizes

2019-10-31 Thread Daniel-Constantin Mierla
Hello, On 30.10.19 19:00, Alex Balashov wrote: > On Wed, Oct 30, 2019 at 01:46:21PM -0400, Alex Balashov wrote: > >> On Wed, Oct 30, 2019 at 09:05:46AM +0100, Daniel-Constantin Mierla wrote: >> >>> The ctl module uses system malloc by default for its internal buffers >>> related to rpc response,