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

Anthony Messina notifications at github.com
Fri Oct 23 21:29:40 CEST 2020


I have switched to just using IP addresses for simplicity, but I can confirm that `$var(target)` has the `;` at the end -- I originally thought that was a typo in the example config, but realized without it that the last char was stripped.  Not sure what the reason for the extra `;` is though:

Current config:
```
...
                } else if ($rU == "888") {
                        $var(target)="sip:conference at 10.77.79.3:5080;";
                        if (!rms_bridge("$var(target)", "rms:bridged")) {
                                send_reply("503", "server error");
                                xerr("rtp_media_server bridge error!\n");
                        }
                        exit;
                }
...
```

-- 
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-715538515
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20201023/97913e3e/attachment.htm>


More information about the sr-dev mailing list