Yes Miha!<div><br></div><div>I think that is impossible to get password in raw format via variables. If you have registration data somewhere else in database, you can make sql query.</div><div><br></div><div>You need to make, that on redirection your sbc is using IP authentication, not username/pass. That way, you wouldn't need password.</div>
<div><br></div><div>BR Grega</div><div><div id="WISESTAMP_SIG_8136"><div style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"><img src="https://wisestamp.appspot.com/pixel.png?p=chrome&v=3.11.16.0&t=1330936168561&u=2cae5e430c4ca423" width="1" height="1"></div>
</div><br><br><div class="gmail_quote">2012/3/5 Miha Zoubek <span dir="ltr"><<a href="mailto:miha@softnet.si">miha@softnet.si</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Hi @Joćo,<br>
<br>
first thank you for your quick response.<br>
<br>
I have add ${sip_authorized} condition, but still no luck, as when
302 happens FS indicate user as inbound call who is calling on
redirected number due to this I can not use password which is set
for phone who is having redirect set and is connected on FS. SO, I
can only use variables which are set for incoming call.<br>
<br>
This is my public dialplan:<br>
<br>
<small><include><div class="im"><br>
<br>
<br>
<extension name="check_auth" continue="true"><br>
<condition field="${sip_authorized}" expression="^true$"
break="never"><br>
<anti-action application="respond" data="407"/><br>
</condition><br>
</extension><br>
<br>
<br>
<br></div>
<extension name="trunk_sbc_1"><br>
<br>
<br>
<!-- <condition field="${user_exists(id
${destination_number}.fs_kabelvoip1
<a href="http://fs_kabelvoip1.fs1.softnet.si" target="_blank">fs_kabelvoip1.fs1.softnet.si</a>)}" expression="true">--><br>
<condition field="${user_exists(id
${destination_number}.fs_kabelvoip1
<a href="http://fs_kabelvoip1.fs1.softnet.si" target="_blank">fs_kabelvoip1.fs1.softnet.si</a>)}" expression="true"><br>
<!-- <condition field="destination_number"
expression="$"> --><br>
<action application="log" /> <br>
<br>
<action application="set"
data="domain_name=<a href="http://fs_kabelvoip1.fs1.softnet.si" target="_blank">fs_kabelvoip1.fs1.softnet.si</a>"/><br>
<action application="set"
data="domain=<a href="http://fs_kabelvoip1.fs1.softnet.si" target="_blank">fs_kabelvoip1.fs1.softnet.si</a>"/><br>
<action application="export"
data="destination_number"=$1"/><br>
<!-- <action application="transfer" data="1000 XML
default"/> --><div class="im"><br>
<action application="set" data="process_cdr=false"/><br></div>
<action application="set" data="domain_name=$${domain}"/><br>
<action application="info"/> <br>
<action application="bridge"
data="sofia/internal/${destination_number}.fs_kabelvoip1%<a href="http://fs_kabelvoip1.fs1.softnet.si" target="_blank">fs_kabelvoip1.fs1.softnet.si</a>"/>
<br>
<!-- This example maps the DID 5551212 to ring 1000 in
the default context --><div class="im"><br>
<br>
<br>
<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></div>
<anti-action application="execute_extension"
data="{origination_callee_id_name='${sip_req_user}'}IZVEDI_PREUSMERITEV
XML default"/> <br>
<br>
<br>
<br>
</condition><br>
</extension><br>
</include><br>
</small><br>
<br>
I have also add log to pastebin:
<a href="http://pastebin.freeswitch.org/18575" target="_blank">http://pastebin.freeswitch.org/18575</a><br>
<br>
Thanks!<span class="HOEnZb"><font color="#888888"><br>
Miha</font></span><div><div class="h5"><br>
<br>
On 03/04/2012 09:31 PM, Joćo Mesquita wrote:
<blockquote type="cite">
<div style="font-family:'Courier New';font-size:13px">Yes<br>
</div>
<div>
<div><br>
</div>
<div>-- </div>
<div>Joćo Mesquita</div>
<div>Sent with <a href="http://www.sparrowmailapp.com/?sig" target="_blank">Sparrow</a></div>
<div><br>
</div>
</div>
<p style="color:#a0a0a8">On Sunday, March 4, 2012 at 2:17 PM,
Miha wrote:</p>
<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
<span>
<div>
<div>
<div>Thank you for that!</div>
<div><br>
</div>
<div>After that I will be able to use variables from
user/dir?</div>
<div><br>
</div>
<div>Regards,</div>
<div>Miha</div>
<div><br>
</div>
<div>On Sun, 4 Mar 2012 01:14:13 -0300</div>
<div> Jo?o Mesquita <<a href="mailto:jmesquita@freeswitch.org" target="_blank">jmesquita@freeswitch.org</a>>
wrote:</div>
<blockquote type="cite">
<div>
<div>You won't get the user's password in plain text
like that</div>
<div>EVER. If we did that, we would be considered to
be</div>
<div>insanely insecure.</div>
<div><br>
</div>
<div>I am guessing you are using SIP only so you can
take a</div>
<div>look at the dialplan/public.xml file of the
default</div>
<div>configs. On the end of that file you will see
that there</div>
<div>is a verification to do dial plan based
authentication.</div>
<div><br>
</div>
<div>Look for this extension in particular:</div>
<div><br>
</div>
<div><extension name="check_auth"
continue="true"></div>
<div> <condition field="${sip_authorized}"</div>
<div>expression="^true$" break="never"></div>
<div> <anti-action application="respond"
data="407"/></div>
<div> </condition></div>
<div></extension></div>
<div><extension name="transfer_to_default"></div>
<div> <condition></div>
<div> <action application="transfer"</div>
<div>data="${destination_number} XML default"/></div>
<div> </condition></div>
<div></extension></div>
<div><br>
</div>
<div><br>
</div>
<div>Regards, </div>
<div><br>
</div>
<div>-- </div>
<div>Jo?o Mesquita</div>
<div>Sent with Sparrow (<a href="http://www.sparrowmailapp.com/?sig" target="_blank">http://www.sparrowmailapp.com/?sig</a>)</div>
<div><br>
</div>
<div><br>
</div>
<div>On Friday, March 2, 2012 at 7:09 AM, Miha Zoubek
wrote:</div>
<div><br>
</div>
<blockquote type="cite">
<div>
<div>Hi,</div>
<div> </div>
<div>in my directory I set variable password
(<variable</div>
</div>
</blockquote>
<div>name="password" value="52166"/>) for every
user.</div>
<blockquote type="cite">
<div>
<div> </div>
<div>After I am doing 302 redirect in my public
dialplan and</div>
</div>
</blockquote>
<div>transfer call to extension, I can not use varible</div>
<div>pasword.</div>
<blockquote type="cite">
<div>How can I get varible password, so that I can</div>
</blockquote>
<div>authenticate call.</div>
<blockquote type="cite">
<div>
<div> </div>
<div>public dialplan:</div>
<div> </div>
<div><anti-action application="log" data="INFO</div>
</div>
</blockquote>
<div>################# CALL FORWARD
################\n"/></div>
<blockquote type="cite">
<div><!-- <anti-action application="log"
data=" INFO</div>
</blockquote>
<div>sip_redirect_contact_={ip_redirect_contact_}"
/> --></div>
<blockquote type="cite">
<div><!-- <anti-action application="set"</div>
</blockquote>
<div>data="sip_redirect_contex=default" /> --></div>
<blockquote type="cite">
<div>
<div><anti-action application="info"/></div>
<div> <anti-action application="set"</div>
</div>
</blockquote>
<div>data="process_cdr=false"/></div>
<blockquote type="cite">
<div> <anti-action
application="execute_extension"</div>
</blockquote>
<div>data="IZVEDI_PREUSMERITEV XML default"/> </div>
<blockquote type="cite">
<div>
<div> </div>
<div>default dialplan:</div>
<div> </div>
<div><condition field="destination_number"</div>
</div>
</blockquote>
<div>expression="IZVEDI_PREUSMERITEV" /></div>
<blockquote type="cite">
<div><condition
field="${sip_redirect_contact_user_0}"</div>
</blockquote>
<div>expression="^0(\d+)$" ></div>
<blockquote type="cite">
<div>
<div><action application="set"
data="process_cdr=true"/></div>
<div> <action inline="true" application="set"</div>
</div>
</blockquote>
<div>data="CALLINGNUMBER=${sip_redirect_contact_user_0}"/></div>
<blockquote type="cite">
<div> <action inline="true" application="set"</div>
</blockquote>
<div>data="USERNAME=${sip_req_user}"/></div>
<blockquote type="cite">
<div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div><action application="info"/></div>
<div> </div>
<div><action application="set"</div>
</div>
</blockquote>
<div>data="effective_caller_id_name=${sip_req_user}"/></div>
<blockquote type="cite">
<div><action application="set"</div>
</blockquote>
<div>data="origination_caller_id_name=${sip_req_user}
"/></div>
<blockquote type="cite">
<div>
<div> </div>
<div> </div>
<div> <action inline="true" application="set"</div>
</div>
</blockquote>
<div>data="PASSWD=${password}"/></div>
<blockquote type="cite">
<div> <action application="execute_extension"</div>
</blockquote>
<div>data="RADIUS_ANI_AUTH XML default"/></div>
<blockquote type="cite">
<div> <action application="enum"</div>
</blockquote>
<div>data="386${sip_redirect_contact_user_0:1}</div>
<div><a href="http://enumsbc.softnet.si" target="_blank">enumsbc.softnet.si</a> (<a href="http://enumsbc.softnet.si" target="_blank">http://enumsbc.softnet.si</a>)"/></div>
<blockquote type="cite">
<div>
<div> </div>
<div><action application="bridge"</div>
</div>
</blockquote>
</div>
</blockquote>
<div>data="{origination_callee_id_name='${effective_caller_id_name}'}${enum_auto_route}"/></div>
<blockquote type="cite">
<blockquote type="cite">
<div>
<div> </div>
<div> </div>
<div><action application="info"/></div>
<div><action application="bridge"</div>
</div>
</blockquote>
</blockquote>
<div>data="sofia/external/386${sip_redirect_contact_user_0:1}@<a href="http://xxx.xxx.xxx.xxx" target="_blank">xxx.xxx.xxx.xxx</a>"</div>
<div>(<a href="mailto:sofia/external/386$%7Bsip_redirect_contact_user_0:1%7D@xxx.xxx.xxx.xxx" target="_blank">mailto:sofia/external/386${sip_redirect_contact_user_0:1}@xxx.xxx.xxx.xxx</a>)</div>
<blockquote type="cite">
<div>
<div>/></div>
<blockquote type="cite">
<div> </div>
</blockquote>
</div>
</blockquote>
<div>_________________________________________________________________________</div>
<blockquote type="cite">
<div>
<blockquote type="cite">
<div>
<div>Professional FreeSWITCH Consulting Services:</div>
<div><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a></div>
</div>
</blockquote>
<div>(<a href="mailto:consulting@freeswitch.org" target="_blank">mailto:consulting@freeswitch.org</a>)</div>
<blockquote type="cite">
<div>
<div><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a></div>
<div> </div>
<div>FreeSWITCH-powered IP PBX: The CudaTel
Communication</div>
</div>
</blockquote>
<div>Server</div>
<blockquote type="cite">
<div>
<div><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a></div>
<div> </div>
<div>Official FreeSWITCH Sites</div>
<div><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a></div>
<div><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a></div>
<div> </div>
<div>FreeSWITCH-users mailing list</div>
<div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
</div>
</blockquote>
<div>(<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">mailto:FreeSWITCH-users@lists.freeswitch.org</a>)</div>
</div>
</blockquote>
<div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div>
<div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div>
<blockquote type="cite">
<blockquote type="cite">
<div>
<div><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div> </div>
<div> </div>
</div>
</blockquote>
</blockquote>
<div><br>
</div>
<div><br>
</div>
<div>_________________________________________________________________________</div>
<div>Professional FreeSWITCH Consulting Services:</div>
<div><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a></div>
<div><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a></div>
<div><br>
</div>
<div>FreeSWITCH-powered IP PBX: The CudaTel Communication
Server</div>
<div><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a></div>
<div><br>
</div>
<div>Official FreeSWITCH Sites</div>
<div><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a></div>
<div><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a></div>
<div><br>
</div>
<div>FreeSWITCH-users mailing list</div>
<div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div>
<div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div>
<div><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
</div>
</div>
</span> </blockquote>
<div> <br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>
Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
</blockquote>
<br>
</div></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>