<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 (<variable
name="password" value="52166"/>) 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><anti-action application="log" data="INFO
################# CALL FORWARD ################\n"/><br>
<!-- <anti-action application="log" data=" INFO
sip_redirect_contact_={ip_redirect_contact_}" /> --><br>
<!-- <anti-action application="set"
data="sip_redirect_contex=default" /> --><br>
<anti-action application="info"/><br>
<anti-action application="set" data="process_cdr=false"/><br>
<anti-action application="execute_extension"
data="IZVEDI_PREUSMERITEV XML default"/> </small><br>
<br>
default dialplan:<br>
<br>
<small><condition field="destination_number"
expression="IZVEDI_PREUSMERITEV" /><br>
<condition field="${sip_redirect_contact_user_0}"
expression="^0(\d+)$" ><br>
<action application="set" data="process_cdr=true"/><br>
<action inline="true" application="set"
data="CALLINGNUMBER=${sip_redirect_contact_user_0}"/><br>
<action inline="true" application="set"
data="USERNAME=${sip_req_user}"/></small><br>
<br>
<br>
<br>
<br>
<small><action application="info"/><br>
<br>
<action application="set"
data="effective_caller_id_name=${sip_req_user}"/><br>
<action application="set"
data="origination_caller_id_name=${sip_req_user} "/><br>
<br>
<br>
<action inline="true" application="set"
data="PASSWD=${password}"/><br>
<action application="execute_extension"
data="RADIUS_ANI_AUTH XML default"/><br>
<action application="enum"
data="386${sip_redirect_contact_user_0:1} enumsbc.softnet.si"/><br>
<br>
<action application="bridge"
data="{origination_callee_id_name='${effective_caller_id_name}'}${enum_auto_route}"/><br>
<br>
<br>
<action application="info"/><br>
<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>
/></small><br>
<br>
</body>
</html>