<div dir="ltr">&lt;param dialplan=&quot;translate,XML&quot; /&gt; in sofia profile, translate is run before the xml dialplan is even considered.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 October 2013 20:17, Stanislav Sinyagin <span dir="ltr">&lt;<a href="mailto:ssinyagin@yahoo.com" target="_blank">ssinyagin@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">both Translate and Limit are parts of the dialplan, so nothing prevents you from setting all needed variables in the same dialplan in an extension with continue=&quot;true&quot;, and processing them in the following extensions.<br>
<br>something like <br><br><pre> &lt;extension name=&quot;check_profile&quot; continue=&quot;true&quot;&gt;<br>    &lt;condition field=&quot;${profile_name}&quot; expression=&quot;xxx&quot; break=&quot;on-true&quot;&gt;
      &lt;action application=&quot;set&quot; data=&quot;max_allowed_calls=100&quot;/&gt;
      &lt;action application=&quot;set&quot; data=&quot;translate_country_profile=US&quot;/&gt;
    &lt;/condition&gt;<br>    &lt;condition field=&quot;${profile_name}&quot; expression=&quot;yyy&quot; break=&quot;on-true&quot;&gt;
      &lt;action application=&quot;set&quot; data=&quot;max_allowed_calls=50&quot;/&gt;
      &lt;action application=&quot;set&quot; data=&quot;translate_country_profile=DE&quot;/&gt;
    &lt;/condition&gt;<br> &lt;/extension&gt;<br></pre><br>so, what&#39;s the real problem?<br><br><br><br><br><div><span><br></span></div><div><br></div>  <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
 <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt"> <div dir="ltr"> <hr size="1">  <font face="Arial"><div class="im"> <b><span style="font-weight:bold">From:</span></b> Victor Chukalovskiy &lt;<a href="mailto:victor.chukalovskiy@gmail.com" target="_blank">victor.chukalovskiy@gmail.com</a>&gt;<br>
 <b><span style="font-weight:bold">To:</span></b> <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a> <br> </div><b><span style="font-weight:bold">Sent:</span></b> Sunday, October 20, 2013 5:49 PM<div>
<div class="h5"><br> <b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] How to set channel variable per SIP profile<br> </div></div></font> </div><div><div class="h5"> <div><br><div><div>
    <div>Andrew, that&#39;s right. Indicating
      &quot;country&quot; to hit the right mod_translate profile is one example.<br clear="none">
      <br clear="none">
      However, there are other cases when I want to set a variable per
      SIP profile. For example, I want several profiles to use the same
      dialplan context but use different limit values:<br clear="none">
      <br clear="none">
      &lt;action application=&quot;limit&quot; data=&quot;hash max_calls <b>${sofia_profile_name}</b>
      <b>${value_max_calls}</b> !NORMAL_CIRCUIT_CONGESTION&quot;/&gt;<br clear="none">
      <br clear="none">
      In this example I need to set ${value_max_calls} on per SIP
      profile basis so that I don&#39;t have to do different dial-plan
      contexts for different profiles.<div><br clear="none">
      <pre></pre>
      On 13-10-20 03:56 AM, Andrew Cassidy wrote:<br clear="none">
    </div></div><div>
    <blockquote type="cite">
      <div dir="ltr">Just referring to another thread related to this,
        the reason it needs to be set BEFORE the dialplan is he wants to
        use mod_translate as a dialplan module as I have.</div>
      <div><br clear="none">
        <br clear="none">
        <div>
          On 18 October 2013 19:26, Stanislav Sinyagin <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:ssinyagin@yahoo.com" target="_blank">ssinyagin@yahoo.com</a>&gt;</span> wrote:<br clear="none">
          <blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div>
              <div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">but
                what&#39;s the problem with exporting needed variables in
                public context and transferring the call to the target
                context? <br clear="none">
                Then you can reuse the target context as much as you
                need<br clear="none">
                <div><span><br clear="none">
                  </span></div>
                <div><br clear="none">
                </div>
                <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
                  <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
                    <div dir="ltr">
                      <hr size="1"> <font face="Arial">
                        </font><div> <b><span style="font-weight:bold">From:</span></b>
                          Victor Chukalovskiy &lt;<a rel="nofollow" shape="rect" href="mailto:victor.chukalovskiy@gmail.com" target="_blank">victor.chukalovskiy@gmail.com</a>&gt;<br clear="none">
                          <b><span style="font-weight:bold">To:</span></b>
                          <a rel="nofollow" shape="rect" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>
                          <br clear="none">
                        </div>
                        <b><span style="font-weight:bold">Sent:</span></b>
                        Friday, October 18, 2013 4:34 PM
                        <div>
                          <div><br clear="none">
                            <b><span style="font-weight:bold">Subject:</span></b>
                            Re: [Freeswitch-users] How to set channel
                            variable per SIP profile<br clear="none">
                          </div>
                        </div>
                       </div>
                    <div>
                      <div>
                        <div><br clear="none">
                          <div>
                            <div>
                              <div>This is a dialplan manipulation, does
                                not help.<br clear="none">
                                <br clear="none">
                                Need to set channel variables before
                                hitting any dial-plan.<br clear="none">
                                <br clear="none">
                                <div><br clear="none">
                                  On 13-10-18 02:08 AM, anand wrote:<br clear="none">
                                </div>
                              </div>
                              <div>
                                <blockquote type="cite"> </blockquote>
                              </div>
                            </div>
                            <div>
                              <div>
                                <div>You can set dynamic data in dial
                                  plan as below<br clear="none">
                                  <br clear="none">
                                  &lt;action application=&quot;set&quot;
                                  data=&quot;gateway_id=1&quot;/&gt;<br clear="none">
                                  <br clear="none">
                                  <br clear="none">
                                  Anand<br clear="none">
                                  <br clear="none">
                                  On 10/18/2013 8:01 AM, Victor
                                  Chukalovskiy wrote:<br clear="none">
                                </div>
                                <blockquote type="cite"> </blockquote>
                              </div>
                              <div>
                                <div>Hi, yes, I already use all of
                                  these. The profile_name variable and
                                  putting different profiles into
                                  different contexts.<br clear="none">
                                  <br clear="none">
                                  But what I really need is to be able
                                  to set a couple custom variables per
                                  profile. This would allow to use the
                                  exact same context with different
                                  profiles....as well as couple other
                                  things.<br clear="none">
                                  <br clear="none">
                                  I guess it&#39;s not possible!!!!  :-(<br clear="none">
                                  <br clear="none">
                                  On 13-10-17 05:59 PM, Stanislav
                                  Sinyagin wrote:<br clear="none">
                                </div>
                                <blockquote type="cite">
                                  <div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">if you run info()
                                    on the incoming call, you can see
                                    the profile&#39;s IP address and port
                                    and profile name in various
                                    variables.<br clear="none">
                                    Then you can build the matching
                                    rules in your dialplan and
                                    differentiate between the profiles,
                                    and set variables that you need.<br clear="none">
                                    <br clear="none">
                                    But probably simply assigning
                                    different contexts to your profiles
                                    would do the job :)<br clear="none">
                                    <br clear="none">
                                    <br clear="none">
                                    <br clear="none">
                                    <div><span><br clear="none">
                                      </span></div>
                                    <div><br clear="none">
                                    </div>
                                    <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
                                      <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
                                        <div dir="ltr">
                                          <hr size="1"> <font face="Arial"> <b><span style="font-weight:bold">From:</span></b>
                                            Victor Chukalovskiy <a rel="nofollow" shape="rect" href="mailto:victor.chukalovskiy@gmail.com" target="_blank">&lt;victor.chukalovskiy@gmail.com&gt;</a><br clear="none">
                                            <b><span style="font-weight:bold">To:</span></b>
                                            <a rel="nofollow" shape="rect" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>
                                            <br clear="none">
                                            <b><span style="font-weight:bold">Sent:</span></b>
                                            Thursday, October 17, 2013
                                            10:59 PM<br clear="none">
                                            <b><span style="font-weight:bold">Subject:</span></b>
                                            Re: [Freeswitch-users] How
                                            to set channel variable per
                                            SIP profile<br clear="none">
                                          </font> </div>
                                        <div><br clear="none">
                                          <div>
                                            <div>
                                              <div>Hmm, no gateways
                                                involved. Only SIP
                                                profile and
                                                apply-inbound-acl.<br clear="none">
                                                <br clear="none">
                                                Is it possible?<br clear="none">
                                                On 13-10-17 04:50 PM,
                                                Stanislav Sinyagin
                                                wrote:<br clear="none">
                                              </div>
                                              <blockquote type="cite">
                                                <div>
                                                  <div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">you
                                                    can set variables at
                                                    the gateway level,
                                                    and then they  are
                                                    set as channel
                                                    variables for
                                                    inbound calls:<br clear="none">
                                                    <br clear="none">
                                                    <a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/wiki/Sofia.conf.xml" target="_blank">http://wiki.freeswitch.org/wiki/Sofia.conf.xml</a><br clear="none">

                                                    <pre>&lt;gateway name=&quot;gateway012&quot;&gt;
   &lt;param name=&quot;realm&quot; value=&quot;<a rel="nofollow" shape="rect" href="http://sip.voipcarrier.com/" target="_blank">sip.voipcarrier.com</a>&quot; /&gt;
   &lt;param name=&quot;username&quot; value=&quot;WBrandes&quot; /&gt;
   &lt;param name=&quot;password&quot; value=&quot;myvoiceismypassword&quot; /&gt;
   &lt;param name=&quot;register&quot; value=&quot;true&quot; /&gt;
   &lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot; /&gt;
   &lt;param name=&quot;ping&quot; value=&quot;5&quot; /&gt;
   &lt;param name=&quot;ping-max&quot; value=&quot;3&quot; /&gt;
   &lt;param name=&quot;retry-seconds&quot; value=&quot;5&quot; /&gt;
   &lt;param name=&quot;expire-seconds&quot; value=&quot;60&quot; /&gt;
   &lt;variables&gt;
     &lt;variable name=&quot;verbose_sdp&quot; value=&quot;true&quot;/&gt;
     &lt;variable name=&quot;absolute_codec_string&quot; value=&quot;PCMU,PCMA&quot; direction=&quot;outbound&quot;/&gt;
     &lt;variable name=&quot;customer_id&quot; value=&quot;3532&quot; direction=&quot;inbound&quot;/&gt;
   &lt;/variables&gt;
 &lt;/gateway&gt;

</pre>
                                                    <br clear="none">
                                                    <div><span><br clear="none">
                                                      </span></div>
                                                    <div><br clear="none">
                                                    </div>
                                                    <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
                                                      <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
                                                        <div dir="ltr">
                                                          <hr size="1">
                                                          <font face="Arial">
                                                          <b><span style="font-weight:bold">From:</span></b>
                                                          Victor
                                                          Chukalovskiy <a rel="nofollow" shape="rect" href="mailto:victor.chukalovskiy@gmail.com" target="_blank">&lt;victor.chukalovskiy@gmail.com&gt;</a><br clear="none">

                                                          <b><span style="font-weight:bold">To:</span></b>
                                                          FreeSWITCH
                                                          Users Help <a rel="nofollow" shape="rect" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">&lt;freeswitch-users@lists.freeswitch.org&gt;</a> <br clear="none">

                                                          <b><span style="font-weight:bold">Sent:</span></b>
                                                          Thursday,
                                                          October 17,
                                                          2013 8:36 PM<br clear="none">
                                                          <b><span style="font-weight:bold">Subject:</span></b>
                                                          [Freeswitch-users]
                                                          How to set
                                                          channel
                                                          variable per
                                                          SIP profile<br clear="none">
                                                          </font> </div>
                                                        <div><br clear="none">
                                                          Hi,<br clear="none">
                                                          <br clear="none">
                                                          Subject says
                                                          it all. Is
                                                          there a way to
                                                          set channel
                                                          variable for
                                                          all <br clear="none">
                                                          calls passing
                                                          through a SIP
                                                          profile?<br clear="none">
                                                          <br clear="none">
                                                          For example, I
                                                          want all calls
                                                          authorized
                                                          with ACL and
                                                          hitting SIP <br clear="none">
                                                          profile to
                                                          have
                                                          country=foo.
                                                          This has to be
                                                          done before
                                                          hitting the <br clear="none">
                                                          dialplan.<br clear="none">
                                                          There is a
                                                          bunch of
                                                          &quot;params&quot; in
                                                          the SIP
                                                          profile, but
                                                          these aren&#39;t <br clear="none">
                                                          channel
                                                          variables.<br clear="none">
                                                          <br clear="none">
                                                          Thanks!<br clear="none">
                                                          -Victor<br clear="none">
                                                          <br clear="none">
                                                          <br clear="none">
                                                          <br clear="none">
                                                          <br clear="none">
_________________________________________________________________________<br clear="none">
                                                          Professional
                                                          FreeSWITCH
                                                          Consulting
                                                          Services:<br clear="none">
                                                          <a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none">
                                                          <a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none">
                                                          <br clear="none">
                                                          FreeSWITCH-powered
                                                          IP PBX: The
                                                          CudaTel
                                                          Communication
                                                          Server<br clear="none">
                                                          <a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none">
                                                          <br clear="none">
                                                          Official
                                                          FreeSWITCH
                                                          Sites<br clear="none">
                                                          <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
                                                          <a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br clear="none">
                                                          <a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none">
                                                          <br clear="none">
                                                          FreeSWITCH-users
                                                          mailing list<br clear="none">
                                                          <a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
                                                          <a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">

                                                          UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">

                                                          <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
                                                          <br clear="none">
                                                          <br clear="none">
                                                        </div>
                                                      </div>
                                                    </div>
                                                  </div>
                                                </div>
                                                <br clear="none">
                                                <fieldset></fieldset>
                                                <br clear="none">
                                                <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</pre>
                                              </blockquote>
                                              <br clear="none">
                                            </div>
                                          </div>
                                          <br clear="none">
                                          <div>_________________________________________________________________________<br clear="none">
                                            Professional FreeSWITCH
                                            Consulting Services:<br clear="none">
                                            <a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none">
                                            <a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none">
                                            <br clear="none">
                                            FreeSWITCH-powered IP PBX:
                                            The CudaTel Communication
                                            Server<br clear="none">
                                            <a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none">
                                            <br clear="none">
                                            Official FreeSWITCH Sites<br clear="none">
                                            <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
                                            <a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br clear="none">
                                            <a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none">
                                            <br clear="none">
                                            FreeSWITCH-users mailing
                                            list<br clear="none">
                                            <a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
                                            <a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">

                                            UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">

                                            <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
                                          </div>
                                          <br clear="none">
                                          <br clear="none">
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                  <br clear="none">
                                  <fieldset></fieldset>
                                  <br clear="none">
                                  <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</pre>
                                </blockquote>
                                <br clear="none">
                                <br clear="none">
                                <fieldset></fieldset>
                                <br clear="none">
                                <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</pre>
                                <br clear="none">
                                <br clear="none">
                                <fieldset></fieldset>
                                <br clear="none">
                                <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</pre>
                                <br clear="none">
                              </div>
                            </div>
                          </div>
                          <br clear="none">
                          <div>_________________________________________________________________________<br clear="none">
                            Professional FreeSWITCH Consulting Services:<br clear="none">
                            <a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none">
                            <a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none">
                            <br clear="none">
                            FreeSWITCH-powered IP PBX: The CudaTel
                            Communication Server<br clear="none">
                            <a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none">
                            <br clear="none">
                            Official FreeSWITCH Sites<br clear="none">
                            <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
                            <a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br clear="none">
                            <a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none">
                            <br clear="none">
                            FreeSWITCH-users mailing list<br clear="none">
                            <a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
                            <a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">

                            UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">

                            <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
                          </div>
                          <br clear="none">
                          <br clear="none">
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <br clear="none">
_________________________________________________________________________<br clear="none">
            Professional FreeSWITCH Consulting Services:<br clear="none">
            <a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none">
            <a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none">
            <br clear="none">
            FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br clear="none">
            <a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none">
            <br clear="none">
            Official FreeSWITCH Sites<br clear="none">
            <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
            <a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br clear="none">
            <a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none">
            <br clear="none">
            FreeSWITCH-users mailing list<br clear="none">
            <a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
            <a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">
            UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">

            <a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
            <br clear="none">
          </blockquote>
        </div>
        <br clear="none">
        <br clear="all">
        <div><br clear="none">
        </div>
        -- <br clear="none">
        <b>Andrew Cassidy BSc (Hons) MBCS SSCA</b>
        <div>Managing Director
          <div>
            <div><img><br clear="none">
            </div>
            <div><br clear="none">
              <div>
                <b style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif"><a rel="nofollow" shape="rect" href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">T</a> </b><a href="tel:03300%20100%20960" value="+443300100960" target="_blank">03300 100 960</a> 
                <b style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif"><a rel="nofollow" shape="rect" href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">F</a> </b><a href="tel:03300%20100%20961" value="+443300100961" target="_blank">03300 100 961</a></div>

              <div><b style="text-decoration:none;font-family:sans-serif"><a rel="nofollow" shape="rect" href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">E</a> </b><a rel="nofollow" shape="rect" href="mailto:andrew@cassidywebservices.co.uk" target="_blank">andrew@cassidywebservices.co.uk</a></div>

              <div><b style="text-decoration:none;font-family:sans-serif"><a rel="nofollow" shape="rect" href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">W</a> </b><a rel="nofollow" shape="rect" href="http://www.cassidywebservices.co.uk/" target="_blank">www.cassidywebservices.co.uk</a></div>

            </div>
          </div>
        </div>
      </div>
      <br clear="none">
      <fieldset></fieldset>
      <br clear="none">
      <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br clear="none">
  </div></div></div><br><div>_________________________________________________________________________<br clear="none">Professional FreeSWITCH Consulting Services:<br clear="none"><a shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none">
<a shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none"><br clear="none">FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br clear="none">
<a shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none"><br clear="none">Official FreeSWITCH Sites<br clear="none"><a shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
<a shape="rect" href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br clear="none"><a shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none"><br clear="none">
FreeSWITCH-users mailing list<br clear="none"><a shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none"><a shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">
UNSUBSCRIBE:<a shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none"><a shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
</div><br><br></div> </div></div></div> </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><br clear="all"><div><br></div>-- <br><b>Andrew Cassidy BSc (Hons) MBCS SSCA</b><div>Managing Director<div><div><img src="http://c1170247.r47.cf3.rackcdn.com/emailsig.png"><br></div><div><br><div>
<b style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif"><a href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">T</a> </b>03300 100 960 
<b style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif"><a href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">F</a> </b>03300 100 961</div>
<div><b style="text-decoration:none;font-family:sans-serif"><a href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">E</a> </b><a href="mailto:andrew@cassidywebservices.co.uk" target="_blank">andrew@cassidywebservices.co.uk</a></div>
<div><b style="text-decoration:none;font-family:sans-serif"><a href="mailto:info@cassidywebservices.co.uk" style="color:rgb(51,135,171);text-decoration:none;font-family:sans-serif" target="_blank">W</a> </b><a href="http://www.cassidywebservices.co.uk" target="_blank">www.cassidywebservices.co.uk</a></div>
</div></div></div>
</div>