[sr-dev] [kamailio/kamailio] rms_bridge() doesn't send out B-leg: run_onsend(): required parameters are not available - ignoring (#2524)

Julien Chavanton notifications at github.com
Fri Oct 23 20:47:18 CEST 2020


Just tested with the latest master, should be the same.

Are you sure the RURI as a `;` at the end in your test ?

```
$var(target) = "sip:conference at example.com:5080;";
```

it seems it is not present looking at your logs :
```
kamailio[275]: 10(275) INFO: rtp_media_server [rtp_media_server.c:583]: rms_bridging_call(): parsed[sip:conference at example.com:5080][0]
```

versus mine 
```
 5(520) INFO: rtp_media_server [rtp_media_server.c:581]: rms_bridging_call(): parsed[sip:conference at example.com:5080;][0]
```

I need to fix this pitfall in command arguments automatically ...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2524#issuecomment-715515729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20201023/16afbf89/attachment.htm>


More information about the sr-dev mailing list