<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I have one problem with variables when it goes for different PBX on
    same FS.<br>
    <br>
    Scenario:<br>
    <br>
    A calls B (B is registered on FS and has set 302 redirect to user
    who is on different PBX).<br>
    <br>
    Problems is that FS uses varibles from user A (not on FS) which is
    calling user B. I can not use varibles from user B, which I must get
    for radius authentication.<br>
    <br>
    p.s.: I have set munual redirect in sip_profiles<br>
    <br>
    This is redirect.xml<br>
    <br>
    <small>&lt;context name="redirected"&gt;<br>
      <br>
      &lt;extension name="check_auth" continue="true"&gt;<br>
      &nbsp; &lt;condition field="${sip_authorized}" expression="^true$"&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;anti-action application="respond" data="407"/&gt;<br>
      &nbsp; &lt;/condition&gt;<br>
      &lt;/extension&gt;<br>
      <br>
      &nbsp; &lt;extension name="redirected_enterprise"&gt;<br>
      &nbsp;&nbsp; &lt;condition field="${domena}"
      expression="enterprise.fs2.xxxxx.si"&gt;<br>
      &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application="set"
      data="sip_contact_user=${sip_to_user}" /&gt; <br>
      &nbsp;&nbsp; &lt;action application="info" /&gt;&nbsp;&nbsp;&nbsp; <br>
      &nbsp;&nbsp;&nbsp; <br>
      &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application="transfer" data="${sip_req_user} XML
      enterprise.fs2.xxxxx.si"/&gt;<br>
      &nbsp; <br>
      &lt;!-- &lt;action application="bridge"
      data="${sip_redirect_dialstring}" /&gt; --&gt;<br>
      &nbsp;&lt;/condition&gt;<br>
      &nbsp; &lt;/extension&gt;</small><br>
    <br>
    From info application:<br>
    <br>
    <small>Channel-State-Number: [4]<br>
      Channel-Name: [<a class="moz-txt-link-abbreviated" href="mailto:sofia/internal/051357952@xxx.xxx.xxx.xxx">sofia/internal/051357952@xxx.xxx.xxx.xxx</a>]<br>
      Unique-ID: [cc021cec-c1e2-11e1-88b5-eb0ece2a11d3]<br>
      Call-Direction: [inbound]<br>
      Presence-Call-Direction: [inbound]<br>
      Channel-HIT-Dialplan: [true]<br>
      Channel-Presence-ID: [<a class="moz-txt-link-abbreviated" href="mailto:051357952@xxx.xxx.xxx.xxx">051357952@xxx.xxx.xxx.xxx</a>]<br>
      Channel-Call-UUID: [cc021cec-c1e2-11e1-88b5-eb0ece2a11d3]<br>
      Answer-State: [ringing]<br>
      Caller-Direction: [inbound]<br>
      Caller-Username: [051357952]<br>
      Caller-Dialplan: [XML]<br>
      Caller-Caller-ID-Name: [051357952]<br>
      Caller-Caller-ID-Number: [051357952]<br>
      <br>
      051357952 is number, which is calling user B.<br>
    </small><br>
    <br>
    Thanks!<br>
    <br>
    Miha<br>
    <br>
  </body>
</html>