[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-13 Thread Karsten Horsmann via sr-users
Hi, did you pass over the ice stuff from webrtc to the udp side? You could strip that of with rtpengine options. Social Boh via sr-users schrieb am Sa., 14. Okt. 2023, 01:00: > Hello, > > I'm trying to solve a problem with calls WebRTC/UDP. I think is a > fragmentation problem because udp/webRT

[SR-Users] UDP Fragmentation webRTC/UDP Call

2023-10-13 Thread Social Boh via sr-users
Hello, I'm trying to solve a problem with calls WebRTC/UDP. I think is a fragmentation problem because udp/webRTC calls works without problem. The INVITE from Kamailio to the UDP device not receive any type of answer. I'm trying to reduce the SDP annex size using: |sdp_remove_line_by_p

[SR-Users] Re: ERROR: run_top_route

2023-10-13 Thread Patrick Karton via sr-users
Hi, ok from kamailio source code, i see that the returned value of last function called in failure route is also taken also as value so that's why you have that log error. you have to find why t_relay() return -1 or you can also do this failure_route["serial"] { if (!t_next_contacts()) { exi

[SR-Users] Re: 183 Session Progress Acknowledgment

2023-10-13 Thread Alex Balashov via sr-users
PRACKs are up to the UAs to send. > On 13 Oct 2023, at 08:30, Ali Taher via sr-users > wrote: > > Hello, > Is there a way to send PRACK as reply to a 183 Session Progress (with > Require: 100rel) sent to Kamailio sip proxy? > Regards, > ___

[SR-Users] Re: ERROR: run_top_route

2023-10-13 Thread satyaprakash ch via sr-users
HI, failure_route[MANAGE_FAILURE] { if (t_check_status("3[0-9][0-9]")) { get_redirects("3:3"); t_load_contacts(); t_next_contacts(); $tu = $ru; t_on_failure("serial"); t_relay(); exit; } } failure_route["serial"] { if (!t_next_contacts()) { exit; } t_on_failure("serial"); $tu = $ru; t_relay(

[SR-Users] 183 Session Progress Acknowledgment

2023-10-13 Thread Ali Taher via sr-users
Hello, Is there a way to send PRACK as reply to a 183 Session Progress (with Require: 100rel) sent to Kamailio sip proxy? Regards, __ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-le...@