I&#39;ve been using the scripts generated by the Sipwise Wizard to learn the LCR module and OpenSIPS in general.  Just sending requests from OpenSIPS to two Asterisk test servers I set up.<br><br>While I get the general concept of URI&#39;s, I am trying to discern exactly what a Destination URI is within the OpenSIPS world.  This debug line has me a little confused:<br>
<br>...<br>xlog(&quot;L_INFO&quot;, &quot;Request leaving server, D-URI=&#39;$du&#39; - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n&quot;);<br>...<br><br>This is fired just before the !t_relay to the selected gateway.  However, in the console &quot;D-URI&quot; always is NULL.  If somone could be so kind, please help me understand the difference between a R-URI and D-URI and why D-URI is always NULL in my case.<br>
<br>Thanks!<br><br><br>