<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Appreciate your answer but can you please provide sample code or kind of script example... I don't know how to fetch attributes values etc..&nbsp;<br><br>Sent from my iPhone</div><div><br>On Sep 11, 2014, at 1:20 PM, Bogdan-Andrei Iancu &lt;<a href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>
  
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
  
  
    <div class="moz-cite-prefix"><tt>Hi,<br>
        <br>
        Keep the CLI and AUTH info per GW in the attrs field (in
        dr_gateways) - when that GW is used, attrs will become available
        so you can use them.<br>
        <br>
        Regards,<br>
      </tt>
      <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
      On 11.09.2014 18:28, Satish Patel wrote:<br>
    </div>
    <blockquote cite="mid:CAPgF-fqYUxDSXE9GD3zF=oEm8A5kCD-g1Yn-ma+kitgL6Rrbjw@mail.gmail.com" type="cite">
      <div dir="ltr">Currently i have UAC_AUTH working with single
        gateway and configuration look like following, How do i
        configure multiple gateway trunk account? what would be the best
        way to make it happen, also i am worried about&nbsp;
        "uac_replace_from" address, in multiple gateway account won't be
        same so i how i map that name with gateway IPs.. Please suggest
        me best way to handle this kind of scenario, also what happen if
        i use drouting module instead of rewritehostport <br>
        <br>
        loadmodule "uac_auth.so"<br>
        <br>
        modparam("uac_auth","auth_username_avp", "$avp(user)")<br>
        modparam("uac_auth","auth_password_avp", "$avp(pass)")<br>
        modparam("uac_auth","auth_realm_avp", "$avp(realm)")<br>
        <br>
        <br>
        route{<br>
        <br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $avp(user) := "1000";<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $avp(pass) :="1000";<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $avp(realm) := "freeswitch";<br>
        ...<br>
        ...<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # PSTN Outside dialiing code<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (is_method("INVITE") &amp;&amp;
        (src_ip==xxx.xxx.xxx.xxx)) {<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if&nbsp; (
        uri=~<a class="moz-txt-link-rfc2396E" href="mailto:^sip:[1-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]*@.*">"^sip:[1-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]*@.*"</a>) {<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uac_replace_from(<a class="moz-txt-link-rfc2396E" href="mailto:sip:1000@xx.xxx.xxx.xxx:5060">"sip:1000@xx.xxx.xxx.xxx:5060"</a>);<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rewritehostport("xxx.xxx.xxx.xxx:5060");<br>
        <br>
        <br>
        <br>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  

</div></blockquote></body></html>