<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><context name="redirected"><br>
<br>
<extension name="check_auth" continue="true"><br>
<condition field="${sip_authorized}" expression="^true$"><br>
<anti-action application="respond" data="407"/><br>
</condition><br>
</extension><br>
<br>
<extension name="redirected_enterprise"><br>
<condition field="${domena}"
expression="enterprise.fs2.xxxxx.si"><br>
<action application="set"
data="sip_contact_user=${sip_to_user}" /> <br>
<action application="info" /> <br>
<br>
<action application="transfer" data="${sip_req_user} XML
enterprise.fs2.xxxxx.si"/><br>
<br>
<!-- <action application="bridge"
data="${sip_redirect_dialstring}" /> --><br>
</condition><br>
</extension></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>