I&#39;m having trouble registering a SipStation account. They require <a href="mailto:username%3Apassword@trunk1.freepbx.com">username:password@trunk1.freepbx.com</a> to be sent to the registrar. I&#39;ve done a bit of searching but was unable to find any specific details on how to do this. My config is as follows:<br>
<br>&lt;include&gt;<br>    &lt;gateway name=&quot;SipStation&quot;&gt;<br>      &lt;param name=&quot;username&quot; value=&quot;myUsername&quot;/&gt;<br>      &lt;param name=&quot;password&quot; value=&quot;somePassword&quot;/&gt;<br>
      &lt;param name=&quot;realm&quot; value=&quot;<a href="http://trunk1.freepbx.com">trunk1.freepbx.com</a>&quot;/&gt;<br>      &lt;param name=&quot;from-user&quot; value=&quot;TriTelComm&quot;/&gt;<br>      &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://trunk1.freepbx.com">trunk1.freepbx.com</a>&quot;/&gt;<br>
      &lt;param name=&quot;expire-seconds&quot; value=&quot;800&quot;/&gt;<br>      &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br>      &lt;param name=&quot;retry-seconds&quot; value=&quot;60&quot;/&gt;<br>
      &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>    &lt;/gateway&gt;<br>&lt;/include&gt;<br><br>