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@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; } ... ```