<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'd love to document this (and more). Can I contact you off-list to
    work out the details?<br>
    <br>
    On 12-06-05 1:54 PM, Michael Collins wrote:
    <blockquote
cite="mid:CAKzWOxXEuQpGCDWK6zv_usOSxbUc_NncbrBYPOX_DUUjvG9xZA@mail.gmail.com"
      type="cite">We appreciate the validation. Any chance you could
      find a place on the wiki to add this hard-earned knowledge?<br>
      -MC<br>
      <br>
      <div class="gmail_quote">On Tue, Jun 5, 2012 at 12:44 PM, Jeremy
        Childs <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:jeremyc@ssimicro.com" target="_blank">jeremyc@ssimicro.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">Updated to
          the latest git, so I can verify:<br>
          <br>
{ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo<br>
          <br>
          does the right thing<br>
          <br>
          <br>
          {ignore_early_media=ring_ready}loopback/foo<br>
          <br>
          Bridges all 3 legs together immediately (not the right thing).<br>
          <div class="HOEnZb">
            <div class="h5"><br>
              <br>
              <br>
              On 12-06-04 11:03 AM, Anthony Minessale wrote:<br>
              &gt; This thread is all FUD now, please disregard above.<br>
              &gt;<br>
              &gt;<br>
              &gt; att_xfer and loopback endpoint are both crutches but
              they work at the<br>
              &gt; cost of elegance since you are doing emulated
              behaviors.<br>
              &gt;<br>
              &gt; Your problem probably comes from the loopback bow-out
              happening too<br>
              &gt; soon that tries to cut its way out of the call..<br>
              &gt;<br>
              &gt; You should be looking at logs and finding the root of
              the problem not<br>
              &gt; guessing at things.<br>
              &gt;<br>
              &gt; My recommendation:<br>
              &gt;<br>
              &gt; 1) Make sure you are on latest GIT we have fixed a
              few issues in both<br>
              &gt; in the recent past.<br>
              &gt; 2) try
{ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo<br>
              &gt; in your dialstring &nbsp;--- This may eliminate the
              loopback right off the<br>
              &gt; bat.<br>
              &gt; 3) try {ignore_early_media=ring_ready}}loopback/foo
              ---- it may just<br>
              &gt; need to wait for the call to be answered.<br>
              &gt; 4) try {loopback_bowout=false}loopback/foo --- the
              bummer here is it<br>
              &gt; will never eliminate loopback<br>
              &gt;<br>
              &gt;<br>
              &gt; On Mon, Jun 4, 2012 at 10:57 AM, Jeremy Childs&lt;<a
                moz-do-not-send="true"
                href="mailto:jeremyc@ssimicro.com">jeremyc@ssimicro.com</a>&gt;
              &nbsp;wrote:<br>
              &gt;&gt; I'm also very interested in some answers! I've
              been bitten by att_xfer in<br>
              &gt;&gt; the past.<br>
              &gt;&gt;<br>
              &gt;&gt; Is getting dialplan processing working within the
              att_xfer function<br>
              &gt;&gt; possible, and just a low priority for
              implementation, or is there some<br>
              &gt;&gt; technical reason why this is not feasible?<br>
              &gt;&gt;<br>
              &gt;&gt; Lastly, is this somewhere that execute_extension
              can help? I've never been<br>
              &gt;&gt; able to get it to work inside att_xfer.<br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt; On 12-06-04 8:53 AM, Dmitry Sytchev wrote:<br>
              &gt;&gt;<br>
              &gt;&gt; I asked this question many times on mailing list,
              and now I'm sure this<br>
              &gt;&gt; can't be really done with loopback.<br>
              &gt;&gt; The only alternative for loopback is to re-inject
              call into FS via some<br>
              &gt;&gt; separate Sofia profile, and specify that profile
              in string for att_xfer.<br>
              &gt;&gt; This brings up large amount of troubles including
              DTMF transcoding,<br>
              &gt;&gt; sequential att_xfer attempt recognition and
              overall voice/dtmf delay<br>
              &gt;&gt; introduced by chained channels. Maybe some
              channels can be moved out of<br>
              &gt;&gt; scene by using 'simplify' api on correct
              channels, but this needs tests.<br>
              &gt;&gt;<br>
              &gt;&gt; Anyway, loopback channel in FS is completely
              unusable, so we do need to have<br>
              &gt;&gt; some &nbsp;best practices on how to do things without
              it in FS wiki... Maybe I<br>
              &gt;&gt; have time and will describe our experience soon.<br>
              &gt;&gt;<br>
              &gt;&gt; 2012/6/4 Michael Collins&lt;<a
                moz-do-not-send="true" href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt; On Sun, Jun 3, 2012 at 2:15 PM, Avi
              Marcus&lt;<a moz-do-not-send="true"
                href="mailto:avi@avimarcus.net">avi@avimarcus.net</a>&gt;
              &nbsp;wrote:<br>
              &gt;&gt;&gt;&gt; I know you can do anything in the
              dialstring. But intended feature is to<br>
              &gt;&gt;&gt;&gt; allow the user to do an attended transfer
              to any number that they could<br>
              &gt;&gt;&gt;&gt; reach via the default calling. The
              default outbound path already has a LOT<br>
              &gt;&gt;&gt;&gt; of stuff set up and it would be
              impossible to duplicate that within a SINGLE<br>
              &gt;&gt;&gt;&gt; dialstring in a function call.<br>
              &gt;&gt;&gt;&gt; What is needed is for an att_xfer to be
              able to have leg C hit the<br>
              &gt;&gt;&gt;&gt; dialplan and bridged however a "normal"
              leg B to that number would be<br>
              &gt;&gt;&gt;&gt; called.<br>
              &gt;&gt;&gt;&gt; Does this make sense?<br>
              &gt;&gt;&gt; Perhaps, but I remain unconvinced that this
              scenario is impossible without<br>
              &gt;&gt;&gt; loopback. How about the OP actually supply a
              sample Lua script and dialplan<br>
              &gt;&gt;&gt; and call log? I'd be willing to wager that
              the gurus could come up with a<br>
              &gt;&gt;&gt; non-evil alternative that actually works.
              Just because loopback seems like a<br>
              &gt;&gt;&gt; clean solution doesn't necessarily mean that
              it is. I'll leave it to Anthony<br>
              &gt;&gt;&gt; to give the technical reasons why loopback
              doesn't always work as one would<br>
              &gt;&gt;&gt; expect or why it should be avoided wherever
              possible.<br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt; -MC<br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt; -Avi<br>
              &gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt; On Mon, Jun 4, 2012 at 12:02 AM, Michael
              Collins&lt;<a moz-do-not-send="true"
                href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
              &gt;&gt;&gt;&gt; wrote:<br>
              &gt;&gt;&gt;&gt;&gt; Au contraire mon frere!<br>
              &gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt; You can do multiple things in a
              dialstring, like setting channel<br>
              &gt;&gt;&gt;&gt;&gt; variables. You can also use
              execute_on_ring/media/answer to execute the<br>
              &gt;&gt;&gt;&gt;&gt; extension with doing all the loopback
              overhead.<br>
              &gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt; I propose an experiment: provide a
              dialplan and loopback dialstring and<br>
              &gt;&gt;&gt;&gt;&gt; we'll see if we can't give you a
              non-loopbackish alternative.<br>
              &gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt; -MC<br>
              &gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt; On Sun, Jun 3, 2012 at 1:54 PM, Avi
              Marcus&lt;<a moz-do-not-send="true"
                href="mailto:avi@avimarcus.net">avi@avimarcus.net</a>&gt;
              &nbsp;wrote:<br>
              &gt;&gt;&gt;&gt;&gt;&gt; ... all the normal dialplan
              handling. Setting CID, options, LCR stuff,<br>
              &gt;&gt;&gt;&gt;&gt;&gt; billing controls.<br>
              &gt;&gt;&gt;&gt;&gt;&gt; -Avi<br>
              &gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt; On Sun, Jun 3, 2012 at 11:40 PM,
              Michael Collins&lt;<a moz-do-not-send="true"
                href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt; wrote:<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt; Let me rephrase...<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt; Since loopback is generally
              evil and should be avoided wherever<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt; possible, what does loopback
              give you that you can't get from doing a normal<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt; dialstring?<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt; -MC<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt; On Sat, Jun 2, 2012 at 11:13
              AM, Avi Marcus&lt;<a moz-do-not-send="true"
                href="mailto:avi@avimarcus.net">avi@avimarcus.net</a>&gt;
              &nbsp;wrote:<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ... because att_xfer
              seems to require a "sofia/$profile/$destination"<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; directive, and he just
              wants the call to hit the dialplan.<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -Avi<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Fri, Jun 1, 2012 at
              8:13 PM, Michael Collins&lt;<a moz-do-not-send="true"
                href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; wrote:<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Why do you need to
              use loopback at all?<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -MC<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Fri, Jun 1, 2012
              at 3:17 AM, Alex Lake&lt;<a moz-do-not-send="true"
                href="mailto:alex@digitalmail.com">alex@digitalmail.com</a>&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; wrote:<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Got a lua script
              for a B-party "mid-call menu". Is it legitimate to<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; do..<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
              "session:execute("att_xfer", "loopback/"..destnum)"<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I've tried it and
              it seems to start off doing the right things, but<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; my<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; A-party gets
              disconnected as soon as the call to the C-Party (the<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; person<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I'm transferring
              the call to) answers the call.<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Maybe better to
              try to orchestrate the entire affair from within<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; the lua<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; script? (Tricky
              for a beginner like me!)<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Thanks,<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Alex<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;&gt;&gt;<br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt;
_________________________________________________________________________<br>
              &gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel
              Communication Server<br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt; Official FreeSWITCH Sites<br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
              &gt;&gt;&gt;<br>
              &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              &gt;&gt;&gt; UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              &gt;&gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt; --<br>
              &gt;&gt; Best regards,<br>
              &gt;&gt;<br>
              &gt;&gt; Dmitry Sytchev,<br>
              &gt;&gt; IT Engineer<br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt;
_________________________________________________________________________<br>
              &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel
              Communication Server<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; Official FreeSWITCH Sites<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
              &gt;&gt;<br>
              &gt;&gt; FreeSWITCH-users mailing list<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              &gt;&gt; UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt;
_________________________________________________________________________<br>
              &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel
              Communication Server<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; Official FreeSWITCH Sites<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
              &gt;&gt;<br>
              &gt;&gt; FreeSWITCH-users mailing list<br>
              &gt;&gt; <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              &gt;&gt; UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              &gt;&gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt;<br>
              &gt;<br>
              &gt;<br>
              <br>
              <br>
_________________________________________________________________________<br>
              Professional FreeSWITCH Consulting Services:<br>
              <a moz-do-not-send="true"
                href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              <br>
              FreeSWITCH-powered IP PBX: The CudaTel Communication
              Server<br>
              <a moz-do-not-send="true" href="http://www.cudatel.com"
                target="_blank">http://www.cudatel.com</a><br>
              <br>
              Official FreeSWITCH Sites<br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                target="_blank">http://www.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              <a moz-do-not-send="true" href="http://www.cluecon.com"
                target="_blank">http://www.cluecon.com</a><br>
              <br>
              Join Us At ClueCon - Aug 7-9, 2012<br>
              <br>
              FreeSWITCH-users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                target="_blank">http://www.freeswitch.org</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

Join Us At ClueCon - Aug 7-9, 2012

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>