[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:

[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()) {

[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;

[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] Re: 503(service unavailable)

2023-10-13 Thread Masud via sr-users
Hello. Daniel can you help with these questions?) __ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply