<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    in my directory I set variable password (&lt;variable
    name="password" value="52166"/&gt;) for every user.<br>
    <br>
    After I am doing 302 redirect in my public dialplan and transfer
    call to extension, I can not use varible pasword.<br>
    How can I get varible password, so that I can authenticate call.<br>
    <br>
    public dialplan:<br>
    <br>
    <small>&lt;anti-action application="log" data="INFO
      ################# CALL FORWARD ################\n"/&gt;<br>
      &lt;!-- &lt;anti-action application="log" data=" INFO
      sip_redirect_contact_={ip_redirect_contact_}" /&gt; --&gt;<br>
      &lt;!-- &lt;anti-action application="set"
      data="sip_redirect_contex=default" /&gt;&nbsp;&nbsp; --&gt;<br>
      &lt;anti-action application="info"/&gt;<br>
      &nbsp;&lt;anti-action application="set" data="process_cdr=false"/&gt;<br>
      &nbsp;&lt;anti-action application="execute_extension"
      data="IZVEDI_PREUSMERITEV XML default"/&gt; </small><br>
    <br>
    default dialplan:<br>
    <br>
    <small>&lt;condition field="destination_number"
      expression="IZVEDI_PREUSMERITEV" /&gt;<br>
      &lt;condition field="${sip_redirect_contact_user_0}"
      expression="^0(\d+)$" &gt;<br>
      &lt;action application="set" data="process_cdr=true"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="CALLINGNUMBER=${sip_redirect_contact_user_0}"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="USERNAME=${sip_req_user}"/&gt;</small><br>
    <br>
    <br>
    <br>
    <br>
    <small>&lt;action application="info"/&gt;<br>
      <br>
      &lt;action application="set"
      data="effective_caller_id_name=${sip_req_user}"/&gt;<br>
      &lt;action application="set"
      data="origination_caller_id_name=${sip_req_user} "/&gt;<br>
      <br>
      <br>
      &nbsp;&lt;action inline="true" application="set"
      data="PASSWD=${password}"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="execute_extension"
      data="RADIUS_ANI_AUTH XML default"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="enum"
      data="386${sip_redirect_contact_user_0:1} enumsbc.softnet.si"/&gt;<br>
      <br>
      &lt;action application="bridge"
data="{origination_callee_id_name='${effective_caller_id_name}'}${enum_auto_route}"/&gt;<br>
      <br>
      <br>
      &lt;action application="info"/&gt;<br>
      &lt;action application="bridge"
      data=<a class="moz-txt-link-rfc2396E" href="mailto:sofia/external/386${sip_redirect_contact_user_0:1}@xxx.xxx.xxx.xxx">"sofia/external/386${sip_redirect_contact_user_0:1}@xxx.xxx.xxx.xxx"</a>
      /&gt;</small><br>
    <br>
  </body>
</html>