<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I have a DID provider with multiple incoming numbers. I can send
    outgoing calls on particular DID numbers by sending a SIP request
    with the From header formatted as<br>
    <br>
    From: dddddddddd <a class="moz-txt-link-rfc2396E" href="mailto:sip:dddddddd@sip.provider.com">&lt;sip:dddddddd@sip.provider.com&gt;</a>;tag=yyy<br>
    <br>
    Where the From name is the DID in full national number form (10
    digit) and the From user is the 8 digit account number. Each unique
    DID has a matching unique account number.<br>
    <br>
    I have internal extensions mapped to different DID numbers.<br>
    <br>
    I need a mechanism to feed different DID number and account number
    pairs to the gateway for each outgoing call. I hope to do  that via
    the internal extension xml files e.g. <br>
    <br>
    <tt>&lt;include&gt;</tt><tt><br>
    </tt><tt>  &lt;user id="200"&gt;</tt><tt><br>
    </tt><tt>    &lt;params&gt;</tt><tt><br>
    </tt><tt>      &lt;param name="password" value="xxxxxx"/&gt;</tt><tt><br>
    </tt><tt>      &lt;param name="vm-password" value="200"/&gt;</tt><tt><br>
    </tt><tt>    &lt;/params&gt;</tt><tt><br>
    </tt><tt>    &lt;variables&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="toll_allow"
      value="domestic,international,local"/&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="accountcode" value="200"/&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="user_context" value="default"/&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="effective_caller_id_name"
      value="Michael J Fox"/&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="effective_caller_id_number"
      value="200"/&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="outbound_caller_id_name"
      value="0000000001"/&gt;</tt><tt><br>
    </tt><tt>      &lt;variable name="outbound_caller_id_number" value="</tt><tt><tt>0000000001</tt>"/&gt;</tt><tt><br>
    </tt><tt>      <font color="#ff0000">&lt;variable
        name="outbound_caller_from_user" value="01234567"/&gt;</font></tt><tt><br>
    </tt><tt>      &lt;variable name="callgroup"
      value="techsupport"/&gt;</tt><tt><br>
    </tt><tt>    &lt;/variables&gt;</tt><tt><br>
    </tt><tt>  &lt;/user&gt;</tt><tt><br>
    </tt><tt>&lt;/include&gt;</tt><br>
    <br>
    The question is how to pass the new variable <tt><font
        color="#ff0000">outbound_caller_from_user </font></tt>to the
    gateway and get it substituted in the user field of the SIP From
    header?<br>
    <br>
    I have a secondary issue in that I can set the outbound DID part of
    the From Header but it has quotes around it<br>
    <br>
    From: "dddddddddd" <a class="moz-txt-link-rfc2396E" href="mailto:sip:dddddddd@sip.provider.com">&lt;sip:dddddddd@sip.provider.com&gt;</a>;tag=yyy<br>
    <br>
    Which is undesirable and it would be helpful to suppress that in
    Freeswitch itself.<br>
    <br>
    Thanks,<br>
    <br>
    <br>
  </body>
</html>