<p></p>
<p>I have switched to just using IP addresses for simplicity, but I can confirm that <code>$var(target)</code> has the <code>;</code> 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 <code>;</code> is though:</p>
<p>Current config:</p>
<pre><code>...
                } 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;
                }
...
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2524#issuecomment-715538515">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZNKPBZVVBNZ2IVSDADSMHKSJANCNFSM4S2FXEKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZIJVENYPO5ILTEYPWLSMHKSJA5CNFSM4S2FXEK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFKTEAUY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2524#issuecomment-715538515",
"url": "https://github.com/kamailio/kamailio/issues/2524#issuecomment-715538515",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>