[SR-Users] implementing custom authentication method

2019-05-03 Thread Walter . Martín Villalba
Dear list, I'm implementing a custom method for user authentication and would like to kindly ask for some guidance regarding the server side changes that may be needed in order to keep things running smoothly. The idea is to replace the standard user/pass-based digest authentication with a

Re: [SR-Users] Kamailio bypassing RTP media

2019-05-03 Thread David Villasmil
Id recommend using the default config as it comes after installation from the repo, and commenting out what you don’t need. And using dispatcher adding your servers. Start by installing kamailio from the repo. It’s explained in the wiki. On Fri, 3 May 2019 at 15:55, Daniel Tryba wrote: > On

Re: [SR-Users] Kamailio bypassing RTP media

2019-05-03 Thread Daniel Tryba
On Fri, May 03, 2019 at 02:39:10PM +, Ali Taher wrote: > I'm new to kamailio. I plan to setup a sip server cluster, Does > someone can give me some suggestions if I can use kamailio as front server, > which handle sip message and bypass rtp media > message to backendserver, this mean the

Re: [SR-Users] Kamailio bypassing RTP media

2019-05-03 Thread Ali Taher
Hi Alex, What do I have to put in routing logic in this case ? Regards, Ali Taher From: sr-users On Behalf Of Alex Balashov Sent: Friday, May 3, 2019 5:45 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio bypassing RTP media Yes, this is possible. In fact, this is

Re: [SR-Users] Kamailio bypassing RTP media

2019-05-03 Thread David Villasmil
That’s essentially what Kamailio does. You can bypass rtp or proxy it with an rtp proxy if you need it. Check out http://www.kamailio.org/wiki/tutorials/getting-started/main On Fri, 3 May 2019 at 15:40, Ali Taher wrote: > Hi everyone, > > > > I'm new to kamailio. I plan to setup a sip server

Re: [SR-Users] Kamailio bypassing RTP media

2019-05-03 Thread Alex Balashov
Yes, this is possible. In fact, this is Kamailio’s default behaviour, since it is inherently a SIP proxy. It would not touch the SDP unless you asked it to. — Sent from mobile, with due apologies for brevity and errors. > On May 3, 2019, at 4:39 PM, Ali Taher wrote: > > Hi everyone, > > I'm

[SR-Users] Kamailio bypassing RTP media

2019-05-03 Thread Ali Taher
Hi everyone, I'm new to kamailio. I plan to setup a sip server cluster, Does someone can give me some suggestions if I can use kamailio as front server, which handle sip message and bypass rtp media message to backendserver, this mean the kamailio handle only sip message, the rtp packets are sent

Re: [SR-Users] forcing socket doesn't work for ACK

2019-05-03 Thread David Villasmil
Hey Joel! I’m using only one. I will double-check that! Thanks David On Tue, 2 Apr 2019 at 15:44, Joel Serrano wrote: > David, out of curiosity, are you finally using only one listen= line or > two in your AWS setup? > > More specific: are you only listening on one port with the ‘advertise’

Re: [SR-Users] Fwd: Stack smash error when using auth_ephemeral with KEMI

2019-05-03 Thread Daniel-Constantin Mierla
Hello, can you try with latest git branch 5.2? I pushed a commit that eventually fixes it. Cheers, Daniel On 02.05.19 23:54, Grant Bagdasarian wrote: > Hi Daniel, > > See pastebin url below for the backtrace. > https://pastebin.com/tTUUk4YH > > Hopefully I did it the right way. Please let me