Re: [SR-Users] Transport question

2018-05-18 Thread Henning Westerholt
Am Dienstag, 15. Mai 2018, 19:47:54 CEST schrieb Wilkins, Steve: > Where do I set this at? > > Also, I noticed that when adding $ru=$ru + ";transport=tcp", tcp does get > appended to $ru, it just refuses to send over TCP connection. > [..] Hello, have a look to the kamailio startup parameter,

Re: [SR-Users] Transport question

2018-05-16 Thread Wilkins, Steve
ge- From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of Daniel Tryba Sent: Wednesday, May 16, 2018 11:18 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question On Wed, May 16, 2018 at 10:59:40AM +, Wilkins, Steve wrote: > Yes, I do. It

Re: [SR-Users] Transport question

2018-05-16 Thread Daniel Tryba
On Wed, May 16, 2018 at 10:59:40AM +, Wilkins, Steve wrote: > Yes, I do. It seems so strange that nothing I try will enable it to > go out over TCP. There is very little configuration to force it out > TCP. I have tried a few thing that Alex has suggested but nothing > sends it over TCP. Wh

Re: [SR-Users] Transport question

2018-05-16 Thread Juha Heinanen
Wilkins, Steve writes: > Yes, I do. It seems so strange that nothing I try will enable it to > go out over TCP. There is very little configuration to force it out > TCP. I have tried a few thing that Alex has suggested but nothing > sends it over TCP. Show what you get about Listening to syslo

Re: [SR-Users] Transport question

2018-05-16 Thread Wilkins, Steve
] On Behalf Of Joel Serrano Sent: Tuesday, May 15, 2018 12:23 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question You have a listen= param with tcp transport right? On Tue, May 15, 2018 at 9:22 AM, Juha Heinanen mailto:j...@tutpro.com>> wrote: Wilkins,

Re: [SR-Users] Transport question

2018-05-16 Thread Joel Serrano
You have a listen= param with tcp transport right? On Tue, May 15, 2018 at 9:22 AM, Juha Heinanen wrote: > Wilkins, Steve writes: > > > I tried your suggestion and everything is still going over UDP. I > > verified with tcpdump/wireshark and all SIP traffic is UDP. > > Check your send socket, i

Re: [SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question Well, that's a bit coincidental. Try increase the size of your package memory and/or shared memory pool. On May 15, 2018 7:11:13 PM GMT+02:00, "Wilkins, Steve" wrote: >I tried this and I now g

Re: [SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
esday, May 15, 2018 1:16 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question Well, that's a bit coincidental. Try increase the size of your package memory and/or shared memory pool. On May 15, 2018 7:11:13 PM GMT+02:00, "Wilkins, Steve" wrote

Re: [SR-Users] Transport question

2018-05-15 Thread Alex Balashov
_forward_nonack(): failure to add branches > >It seems strange the WARNING is showing tcp but the ERROR is showing >udp. > >Thank you! > >-Original Message- >From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf >Of Alex Balashov >Sent: Tuesday,

Re: [SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
Tuesday, May 15, 2018 12:41 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question Have a read about 'mhomed' works and see if it might make sense to turn it off or on: https://www.kamailio.org/wiki/cookbooks/5.1.x/core#mhomed Otherwise, for experimenta

Re: [SR-Users] Transport question

2018-05-15 Thread Alex Balashov
Alex > Balashov > Sent: Tuesday, May 15, 2018 12:20 PM > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] Transport question > > Are there any errors in the logs suggestive of a failure to select an > appropriate egress listener? > > On Tue, May 1

Re: [SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
not sure why it is refusing to send tcp. -Steve -Original Message- From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of Alex Balashov Sent: Tuesday, May 15, 2018 12:20 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question Are there any

Re: [SR-Users] Transport question

2018-05-15 Thread Juha Heinanen
Wilkins, Steve writes: > I tried your suggestion and everything is still going over UDP. I > verified with tcpdump/wireshark and all SIP traffic is UDP. Check your send socket, i.e., that it listens on TCP. -- Juha ___ Kamailio (SER) - Users Mailing

Re: [SR-Users] Transport question

2018-05-15 Thread Alex Balashov
and all SIP traffic is UDP. > > Thank you, > -Steve > > -Original Message- > From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of Alex > Balashov > Sent: Tuesday, May 15, 2018 11:44 AM > To: Kamailio (SER) - Users Mailing List > Subject:

Re: [SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
, 2018 11:44 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question Hi Steve, Do you have a TCP listener from which the messages would be expected to egress? Also, try use regular t_relay(), but beforehand do: $ru = $ru + ";transport=TCP"; -- Alex On T

Re: [SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Transport question Hi Steve, Do you have a TCP listener from which the messages would be expected to egress? Also, try use regular t_relay(), but beforehand do: $ru = $ru + ";transport=TCP"; -- Alex On Tue, May 1

Re: [SR-Users] Transport question

2018-05-15 Thread Alex Balashov
Hi Steve, Do you have a TCP listener from which the messages would be expected to egress? Also, try use regular t_relay(), but beforehand do: $ru = $ru + ";transport=TCP"; -- Alex On Tue, May 15, 2018 at 03:43:26PM +, Wilkins, Steve wrote: > Hi All, > > I was attempting to switch from

[SR-Users] Transport question

2018-05-15 Thread Wilkins, Steve
Hi All, I was attempting to switch from UDP to TCP for relaying. I used t_relay_to_tcp() instead of t_relay() => if (!t_relay_to_tcp()) { sl_reply_error(); } The problem is that I am still seeing the SIP messages as UDP on the Server that the messages are relayed to. Any Ideas? Thank