just a radius authentification (without)... i sow there is no such a thing in FS<br><br><br>something like this: <br><br>&lt;configuration name=&quot;radius_auth.conf&quot; description=&quot;Radius authentification module&quot;&gt;<br>
  &lt;settings&gt;<br>    &lt;param name=&quot;server&quot; value=&quot;server&quot;/&gt;<br>    &lt;param name=&quot;secret&quot; value=&quot;secret&quot;/&gt;<br>    &lt;!-- timeout in ms --&gt;<br>    &lt;param name=&quot;auth_timeout&quot; value=&quot;2000&quot;/&gt;<br>
    &lt;!-- number of packets to resend --&gt;<br>    &lt;param name=&quot;auth_retry&quot; value=&quot;2&quot;/&gt;<br>    &lt;!-- radiusclient src ip address --&gt;<br>    &lt;param name=&quot;src_addr&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
  &lt;/settings&gt;<br>  &lt;standard_attributes&gt;<br>    &lt;!-- username  --&gt;<br>    &lt;param key=&quot;PW_CALLING_STATION_ID&quot; value=&quot;${ani}&quot;/&gt;<br>    &lt;!-- just dummy password - can be whatever --&gt;<br>
    &lt;param key=&quot;PW_USER_PASSWORD&quot; value=&quot;password&quot;/&gt;<br>    &lt;!-- calling number --&gt;<br>    &lt;param key=&quot;PW_CALLING_STATION_ID&quot; value=&quot;${ani}&quot;/&gt;<br>    &lt;!-- called number --&gt;<br>
    &lt;param key=&quot;PW_CALLED_STATION_ID&quot; value=&quot;${destination_number}&quot;/&gt;<br>  &lt;/standard_attributes&gt;<br>  &lt;vsas&gt;<br>    &lt;vsa name =&quot;highdeal&quot;&gt;<br>      &lt;param key=&quot;dictionary&quot; value=&quot;path/to/my_vsa/dictionary&quot;/&gt;<br>
      &lt;param key=&quot;number&quot; value=&quot;12084&quot;/&gt;<br>    &lt;!-- call id --&gt;<br>      &lt;param key=&quot;1&quot; value=&quot;${uuid}-12345&quot;/&gt; <br>    &lt;!-- connection id --&gt;<br>      &lt;param key=&quot;2&quot; value=&quot;${uuid}-54321&quot;/&gt;<br>
    &lt;!-- call direction --&gt;<br>      &lt;param key=&quot;6&quot; value=&quot;${direction}&quot;/&gt;<br>    &lt;!-- call type --&gt;<br>      &lt;param key=&quot;7&quot; value=&quot;0&quot;/&gt;<br>    &lt;!-- fs ip address --&gt;<br>
      &lt;param key=&quot;16&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>    &lt;!-- originating caller --&gt;<br>      &lt;param key=&quot;24&quot; value=&quot;${orig_pfx}${ani}&quot;/&gt;<br>    &lt;!-- originating called --&gt;<br>
      &lt;param key=&quot;25&quot; value=&quot;${orig_pfx}${destination_number}&quot;/&gt;<br>    &lt;!-- terminating caller --&gt;<br>      &lt;param key=&quot;26&quot; value=&quot;${term_pfx}${ani}&quot;/&gt;<br>    &lt;!-- terminating called --&gt;<br>
      &lt;param key=&quot;27&quot; value=&quot;${term_pfx}${destination_number}&quot;/&gt;<br>    &lt;!-- selector tag --&gt;<br>      &lt;param key=&quot;28&quot; value=&quot;selector tag&quot;/&gt;<br>    &lt;!-- trunk tag --&gt;<br>
      &lt;param key=&quot;29&quot; value=&quot;trunk tag&quot;/&gt;<br>    &lt;/vsa&gt;<br>    &lt;vsa name=&quot;test1&quot;&gt;<br>    &lt;/vsa&gt;    <br>    &lt;vsa name=&quot;test2&quot;&gt;<br>    &lt;/vsa&gt;<br>  &lt;/vsas&gt;<br>
&lt;/configuration&gt;<br><br><br><br>it is not fully working (need some tweaking for dynamic VSA buildup) but it works :)<br><br><br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 1:27 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">sure, what does it do?<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 5:00 AM, Tihomir Culjaga <span dir="ltr">&lt;<a href="mailto:tculjaga@gmail.com" target="_blank">tculjaga@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
thx, it works :P<br><br>BTW: interested to host this module on FS SVN?<br><font color="#888888"><br>T.</font><div><div></div><div><br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 12:30 AM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=15211" target="_blank">http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=15211</a><br>



<div><br>
On Oct 28, 2009, at 7:18 PM, Tihomir Culjaga wrote:<br>
<br>
&gt; can someone help on this.<br>
&gt;<br>
&gt;  I&#39;m trying to build the module on trunk and it looks like i can&#39;t<br>
&gt; find &#39;switch_strlen_zero&#39; function anywhere :P<br>
<br>
</div>Mike<br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>
</div></div><br>_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>

Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
<br>_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>