<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>>Is there a way to set some variable on hangup hook to
      modify Reason header and force to:call-completed-elsewhere,
      although it was norma clearing?</p>
    <p><br>
    </p>
    <p>That's exactly where I am looking for.</p>
    <p>Firstly I was thinking about setting
      "proto_specific_hangup_cause", but this did not solve the issue.</p>
    <p><br>
    </p>
    <p>/Peter<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Am 09.11.22 um 10:14 schrieb Gregor
      Nanger:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAC7ttFFPexmBzf8dtc7sF2Ogx7JHhUNFfdO7uRpGfYkhy9XqGg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div class="gmail_default" style="font-family:"trebuchet
            ms",sans-serif">Is there a way to set some variable on
            hangup hook to modify Reason header and force
            to:call-completed-elsewhere, although it was norma clearing?</div>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Wed, 9 Nov 2022 at 08:56,
            Ken Rice <<a href="mailto:krice@freeswitch.org"
              target="_blank" moz-do-not-send="true">krice@freeswitch.org</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div dir="auto">how specifically are you ringing each
              group? 
              <div><br>
              </div>
              <div>the thing is if no one answers the first group there
                is not really a lost race as no one won they all timed
                out. </div>
              <div><br>
              </div>
              <div>i suppose of you really need a flag you could set a
                chanvar on the b legs from the bridge string to lost
                race (or what ever) and set an execute on answer to
                clear that chan var or set it to “won race” or whatever
                suits you. </div>
              <div><br>
              </div>
              <div>but at the end of the day the normal clearing will be
                the hangup status recorded in the cdr on the timed out
                first group. </div>
              <div><br>
                <div dir="ltr">Sent from my iPhone</div>
                <div dir="ltr"><br>
                  <blockquote type="cite">On Nov 8, 2022, at 19:49,
                    Peter Steinbach <<a
                      href="mailto:lists@telefaks.de" target="_blank"
                      moz-do-not-send="true">lists@telefaks.de</a>>
                    wrote:<br>
                    <br>
                  </blockquote>
                </div>
                <blockquote type="cite">
                  <div dir="ltr">
                    <p>It does not.</p>
                    <p>As I described, I have 2 Callgroups <br>
                    </p>
                    <ul>
                      <li>1st call group rings, nobody picks up, all
                        phones get normal hangup (call is shown as
                        missed call on the phone)<br>
                      </li>
                      <li>2nd subsequent call group rings, one phone
                        picks up, all remaining phones get  "call
                        completed elsewhere"</li>
                    </ul>
                    <p>I would need  a way to force a "call completed
                      elsewhere" on hangup in the 1st callgroup, as I
                      know that the subsequent 2nd callgroup will most
                      probably be answered.<br>
                    </p>
                    <p>/Peter<br>
                    </p>
                    <p><br>
                    </p>
                    <div>Am 08.11.22 um 13:21 schrieb Brian West:<br>
                    </div>
                    <blockquote type="cite">
                      <div dir="ltr">Turn on the sip trace, it should
                        behave that way by default.</div>
                      <br>
                      <div class="gmail_quote">
                        <div dir="ltr" class="gmail_attr">On Tue, Nov 8,
                          2022 at 6:01 AM Peter Steinbach <<a
                            href="mailto:lists@telefaks.de"
                            target="_blank" moz-do-not-send="true">lists@telefaks.de</a>>
                          wrote:<br>
                        </div>
                        <blockquote class="gmail_quote"
                          style="margin:0px 0px 0px
                          0.8ex;border-left:1px solid
                          rgb(204,204,204);padding-left:1ex">
                          <div>
                            <p>Thanks for your comment</p>
                            <p>is there a way to achieve that?</p>
                            <p> /Peter</p>
                            <p><br>
                            </p>
                            <p><br>
                            </p>
                            <div>Am 07.11.22 um 17:43 schrieb Brian
                              West:<br>
                            </div>
                            <blockquote type="cite">
                              <div dir="ltr">lose_race should have a
                                Reason header of
                                call-completed-elsewhere.  So that
                                phones in the group don't show missed
                                calls when one of them did answer it,
                                Normal clearing would have the endpoint
                                registering a missed call if nobody
                                answered it.
                                <div><br>
                                </div>
                                <div>/b</div>
                                <div><br>
                                </div>
                              </div>
                              <br>
                              <div class="gmail_quote">
                                <div dir="ltr" class="gmail_attr">On
                                  Mon, Nov 7, 2022 at 10:37 AM Peter
                                  Steinbach <<a
                                    href="mailto:lists@telefaks.de"
                                    target="_blank"
                                    moz-do-not-send="true">lists@telefaks.de</a>>
                                  wrote:<br>
                                </div>
                                <blockquote class="gmail_quote"
                                  style="margin:0px 0px 0px
                                  0.8ex;border-left:1px solid
                                  rgb(204,204,204);padding-left:1ex">
                                  <div>
                                    <p>Dear community,</p>
                                    <p><br>
                                    </p>
                                    <p>we have a call scenario where we
                                      have several call groups running
                                      one after another. Normally, when
                                      a phone picks up the call, all
                                      other calls receive a LOSE_RACE.
                                      If nobody picks up, all phones get
                                      a NORMAL_CLEARING.</p>
                                    <p>In my cause, when one call group
                                      is following another call group I
                                      want to have the following
                                      behaviour<br>
                                    </p>
                                    <ul>
                                      <li>CallGroup 1, nobody answers,
                                        all phones shall get a LOSE_RACE</li>
                                      <li>CallGroup 2, nobody answers,
                                        all phones get a NORMAL_CLEARING
                                        (normal behaviour)<br>
                                      </li>
                                    </ul>
                                    <p>Is there chance to do this
                                      without interfering via ESL? How
                                      can I force freeswitch in
                                      CallGroup 1 e.g. via dialplan to
                                      send LOSE_RACE to all phones, when
                                      nobody picks up?</p>
                                    <p><br>
                                    </p>
                                    <p><br>
                                    </p>
                                    <pre cols="72">-- 
With kind regards
Peter Steinbach 

Telefaks Services GmbH
<a href="mailto:lists" target="_blank" moz-do-not-send="true">mailto:lists</a> (att) <a href="http://telefaks.de" target="_blank" moz-do-not-send="true">telefaks.de</a>
Internet: <a href="http://www.telefaks.de" target="_blank" moz-do-not-send="true">www.telefaks.de</a>

</pre>
                                  </div>
_________________________________________________________________________<br>
                                  <br>
                                  The FreeSWITCH project is sponsored by
                                  SignalWire <a
                                    href="https://signalwire.com"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://signalwire.com</a><br>
                                  Enhance your FreeSWITCH install with
                                  disruptive priced SMS and PSTN
                                  services.<br>
                                  Build your next product on our
                                  scalable cloud platform.<br>
                                  <br>
                                  Join our online community to chat in
                                  real time <a
                                    href="https://signalwire.community"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://signalwire.community</a><br>
                                  <br>
                                  Professional FreeSWITCH Services<br>
                                  <a href="mailto:sales@freeswitch.com"
                                    target="_blank"
                                    moz-do-not-send="true">sales@freeswitch.com</a><br>
                                  <a href="https://freeswitch.com"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://freeswitch.com</a><br>
                                  <br>
                                  Official FreeSWITCH Sites<br>
                                  <a href="https://freeswitch.com/oss"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://freeswitch.com/oss</a><br>
                                  <a
                                    href="https://freeswitch.org/confluence"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
                                  <a href="https://cluecon.com"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://cluecon.com</a><br>
                                  <br>
                                  FreeSWITCH-users mailing list<br>
                                  <a
                                    href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                    target="_blank"
                                    moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                  <a
                                    href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                  UNSUBSCRIBE:<a
                                    href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                  <a href="https://freeswitch.com"
                                    rel="noreferrer" target="_blank"
                                    moz-do-not-send="true">https://freeswitch.com</a></blockquote>
                              </div>
                              <br clear="all">
                              <div><br>
                              </div>
                              -- <br>
                              <div dir="ltr">
                                <div dir="ltr">
                                  <div>
                                    <div dir="ltr">
                                      <div>
                                        <div dir="ltr">
                                          <div dir="ltr">
                                            <div dir="ltr">
                                              <div dir="ltr">
                                                <div dir="ltr">
                                                  <div dir="ltr">
                                                    <div dir="ltr">
                                                      <div
                                                        style="font-size:12.8px"><font
color="#000000"><br>
                                                        </font></div>
                                                      <div
                                                        style="font-size:12.8px">
                                                        <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">Brian West | Co-founder and Developer</font></span></p>
                                                        <p
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">Need Commercial support? email <a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true">sales@freeswitch.com</a> </font></span></p>
                                                        <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">FreeSWITCH Solutions | <a href="https://maps.google.com/?q=17345+Civic+Drive+%232531+Brookfield,+WI+53045&entry=gmail&source=g" style="color:rgb(17,85,204)" target="_blank" moz-do-not-send="true">17345 Civic Drive #2531 Brookfield, WI 53045</a></font></span></p>
                                                        <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><font
color="#000000"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap">Email: </span><span style="color:rgb(17,85,204);font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><a href="mailto:brian@freeswitch.com" target="_blank" moz-do-not-send="true">brian@freeswitch.com</a></span></font></p>
                                                        <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">Mobile: <span title="Call with Google Voice">918-424-9378</span></font></span></p>
                                                        <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><font
color="#000000"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap">Website: </span><a
href="https://www.freeswitch.com/" style="color:rgb(17,85,204)"
                                                          target="_blank"
moz-do-not-send="true"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap">https://www.FreeSWITCH.com</span></a></font></p>
                                                        <p dir="ltr"
style="font-size:12.8px;line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="background-color:transparent;font-size:9pt;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap"><a href="https://www.facebook.com/freeswitch" target="_blank" moz-do-not-send="true"><img alt="https://www.facebook.com/signalwireinc?src=email" src="https://lh6.googleusercontent.com/AYfRoSNaDNtMPRMevPn_GqcVEMd5NDRFi0GlluGUWzV6I5TAY_3T2-Tt0IuIXeUtEdYsgNsM8DOYKRKhjmrG_-n2Ga-LCnoNk46sO8VyEma1sBFYdiGJcLRUvkrD1CYHN79qimeg" style="border: none;" moz-do-not-send="true" width="31" height="31"></a> </span><span style="background-color:transparent;font-size:9pt;font-family:Tahoma;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap"><a href="https://twitter.com/freeswitch" target="_blank" moz-do-not-send="true"><img alt="https://twitter.com/freeswitch" src="https://lh3.googleusercontent.com/W4SqXyybH2qdAozvtoKjcz736qOjk9LHDwldvs1ahc-WVU0putVMSsUH474KDrJ32jsqi6JDjyUWxqeEkN5I1xSlC5ShYrd1b8NIMUkDzDrtbWQfa6A_90UcygqesBtRLgeFirKa" style="border: none;" moz-do-not-send="true" width="31" height="31"></a></span><br>
                                                        </p>
                                                      </div>
                                                    </div>
                                                  </div>
                                                </div>
                                              </div>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                              <br>
                              <fieldset></fieldset>
                              <pre>_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" target="_blank" moz-do-not-send="true">https://signalwire.com</a>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time <a href="https://signalwire.community" target="_blank" moz-do-not-send="true">https://signalwire.community</a>

Professional FreeSWITCH Services
<a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true">sales@freeswitch.com</a>
<a href="https://freeswitch.com" target="_blank" moz-do-not-send="true">https://freeswitch.com</a>

Official FreeSWITCH Sites
<a href="https://freeswitch.com/oss" target="_blank" moz-do-not-send="true">https://freeswitch.com/oss</a>
<a href="https://freeswitch.org/confluence" target="_blank" moz-do-not-send="true">https://freeswitch.org/confluence</a>
<a href="https://cluecon.com" target="_blank" moz-do-not-send="true">https://cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="https://freeswitch.com" target="_blank" moz-do-not-send="true">https://freeswitch.com</a></pre>
                            </blockquote>
                            <pre cols="72">-- 
With kind regards
Peter Steinbach 

Telefaks Services GmbH
<a href="mailto:lists" target="_blank" moz-do-not-send="true">mailto:lists</a> (att) <a href="http://telefaks.de" target="_blank" moz-do-not-send="true">telefaks.de</a>
Internet: <a href="http://www.telefaks.de" target="_blank" moz-do-not-send="true">www.telefaks.de</a>

</pre>
                          </div>
_________________________________________________________________________<br>
                          <br>
                          The FreeSWITCH project is sponsored by
                          SignalWire <a href="https://signalwire.com"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">https://signalwire.com</a><br>
                          Enhance your FreeSWITCH install with
                          disruptive priced SMS and PSTN services.<br>
                          Build your next product on our scalable cloud
                          platform.<br>
                          <br>
                          Join our online community to chat in real time
                          <a href="https://signalwire.community"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">https://signalwire.community</a><br>
                          <br>
                          Professional FreeSWITCH Services<br>
                          <a href="mailto:sales@freeswitch.com"
                            target="_blank" moz-do-not-send="true">sales@freeswitch.com</a><br>
                          <a href="https://freeswitch.com"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">https://freeswitch.com</a><br>
                          <br>
                          Official FreeSWITCH Sites<br>
                          <a href="https://freeswitch.com/oss"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">https://freeswitch.com/oss</a><br>
                          <a href="https://freeswitch.org/confluence"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
                          <a href="https://cluecon.com" rel="noreferrer"
                            target="_blank" moz-do-not-send="true">https://cluecon.com</a><br>
                          <br>
                          FreeSWITCH-users mailing list<br>
                          <a
                            href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                            target="_blank" moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
                          <a
                            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                          UNSUBSCRIBE:<a
                            href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                          <a href="https://freeswitch.com"
                            rel="noreferrer" target="_blank"
                            moz-do-not-send="true">https://freeswitch.com</a></blockquote>
                      </div>
                      <br clear="all">
                      <div><br>
                      </div>
                      -- <br>
                      <div dir="ltr">
                        <div dir="ltr">
                          <div>
                            <div dir="ltr">
                              <div>
                                <div dir="ltr">
                                  <div dir="ltr">
                                    <div dir="ltr">
                                      <div dir="ltr">
                                        <div dir="ltr">
                                          <div dir="ltr">
                                            <div dir="ltr">
                                              <div
                                                style="font-size:12.8px"><font
                                                  color="#000000"><br>
                                                </font></div>
                                              <div
                                                style="font-size:12.8px">
                                                <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">Brian West | Co-founder and Developer</font></span></p>
                                                <p
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">Need Commercial support? email <a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true">sales@freeswitch.com</a> </font></span></p>
                                                <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">FreeSWITCH Solutions | <a href="https://maps.google.com/?q=17345+Civic+Drive+%232531+Brookfield,+WI+53045&entry=gmail&source=g" style="color:rgb(17,85,204)" target="_blank" moz-do-not-send="true">17345 Civic Drive #2531 Brookfield, WI 53045</a></font></span></p>
                                                <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><font
                                                    color="#000000"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap">Email: </span><span style="color:rgb(17,85,204);font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><a href="mailto:brian@freeswitch.com" target="_blank" moz-do-not-send="true">brian@freeswitch.com</a></span></font></p>
                                                <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><font color="#000000">Mobile: <span title="Call with Google Voice">918-424-9378</span></font></span></p>
                                                <p dir="ltr"
style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><font
                                                    color="#000000"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap">Website: </span><a
href="https://www.freeswitch.com/" style="color:rgb(17,85,204)"
                                                      target="_blank"
                                                      moz-do-not-send="true"><span style="font-size:8pt;font-family:Arial;background-color:transparent;vertical-align:baseline;white-space:pre-wrap">https://www.FreeSWITCH.com</span></a></font></p>
                                                <p dir="ltr"
style="font-size:12.8px;line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="background-color:transparent;font-size:9pt;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap"><a href="https://www.facebook.com/freeswitch" target="_blank" moz-do-not-send="true"><img alt="https://www.facebook.com/signalwireinc?src=email" src="https://lh6.googleusercontent.com/AYfRoSNaDNtMPRMevPn_GqcVEMd5NDRFi0GlluGUWzV6I5TAY_3T2-Tt0IuIXeUtEdYsgNsM8DOYKRKhjmrG_-n2Ga-LCnoNk46sO8VyEma1sBFYdiGJcLRUvkrD1CYHN79qimeg" style="border: none;" moz-do-not-send="true" width="31" height="31"></a> </span><span style="background-color:transparent;font-size:9pt;font-family:Tahoma;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap"><a href="https://twitter.com/freeswitch" target="_blank" moz-do-not-send="true"><img alt="https://twitter.com/freeswitch" src="https://lh3.googleusercontent.com/W4SqXyybH2qdAozvtoKjcz736qOjk9LHDwldvs1ahc-WVU0putVMSsUH474KDrJ32jsqi6JDjyUWxqeEkN5I1xSlC5ShYrd1b8NIMUkDzDrtbWQfa6A_90UcygqesBtRLgeFirKa" style="border: none;" moz-do-not-send="true" width="31" height="31"></a></span><br>
                                                </p>
                                              </div>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                      <br>
                      <fieldset></fieldset>
                      <pre>_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" target="_blank" moz-do-not-send="true">https://signalwire.com</a>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time <a href="https://signalwire.community" target="_blank" moz-do-not-send="true">https://signalwire.community</a>

Professional FreeSWITCH Services
<a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true">sales@freeswitch.com</a>
<a href="https://freeswitch.com" target="_blank" moz-do-not-send="true">https://freeswitch.com</a>

Official FreeSWITCH Sites
<a href="https://freeswitch.com/oss" target="_blank" moz-do-not-send="true">https://freeswitch.com/oss</a>
<a href="https://freeswitch.org/confluence" target="_blank" moz-do-not-send="true">https://freeswitch.org/confluence</a>
<a href="https://cluecon.com" target="_blank" moz-do-not-send="true">https://cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="https://freeswitch.com" target="_blank" moz-do-not-send="true">https://freeswitch.com</a></pre>
                    </blockquote>
                    <pre cols="72">-- 
With kind regards
Peter Steinbach 

Telefaks Services GmbH
<a href="mailto:lists" target="_blank" moz-do-not-send="true">mailto:lists</a> (att) <a href="http://telefaks.de" target="_blank" moz-do-not-send="true">telefaks.de</a>
Internet: <a href="http://www.telefaks.de" target="_blank" moz-do-not-send="true">www.telefaks.de</a>

</pre>
                    <span>_________________________________________________________________________</span><br>
                    <span></span><br>
                    <span>The FreeSWITCH project is sponsored by
                      SignalWire <a href="https://signalwire.com"
                        target="_blank" moz-do-not-send="true">https://signalwire.com</a></span><br>
                    <span>Enhance your FreeSWITCH install with
                      disruptive priced SMS and PSTN services.</span><br>
                    <span>Build your next product on our scalable cloud
                      platform.</span><br>
                    <span></span><br>
                    <span>Join our online community to chat in real time
                      <a href="https://signalwire.community"
                        target="_blank" moz-do-not-send="true">https://signalwire.community</a></span><br>
                    <span></span><br>
                    <span>Professional FreeSWITCH Services</span><br>
                    <span><a href="mailto:sales@freeswitch.com"
                        target="_blank" moz-do-not-send="true">sales@freeswitch.com</a></span><br>
                    <span><a href="https://freeswitch.com"
                        target="_blank" moz-do-not-send="true">https://freeswitch.com</a></span><br>
                    <span></span><br>
                    <span>Official FreeSWITCH Sites</span><br>
                    <span><a href="https://freeswitch.com/oss"
                        target="_blank" moz-do-not-send="true">https://freeswitch.com/oss</a></span><br>
                    <span><a href="https://freeswitch.org/confluence"
                        target="_blank" moz-do-not-send="true">https://freeswitch.org/confluence</a></span><br>
                    <span><a href="https://cluecon.com" target="_blank"
                        moz-do-not-send="true">https://cluecon.com</a></span><br>
                    <span></span><br>
                    <span>FreeSWITCH-users mailing list</span><br>
                    <span><a
                        href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                        target="_blank" moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a></span><br>
                    <span><a
                        href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                        target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br>
                    <span>UNSUBSCRIBE:<a
                        href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                        target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br>
                    <span><a href="https://freeswitch.com"
                        target="_blank" moz-do-not-send="true">https://freeswitch.com</a></span></div>
                </blockquote>
              </div>
            </div>
_________________________________________________________________________<br>
            <br>
            The FreeSWITCH project is sponsored by SignalWire <a
              href="https://signalwire.com" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://signalwire.com</a><br>
            Enhance your FreeSWITCH install with disruptive priced SMS
            and PSTN services.<br>
            Build your next product on our scalable cloud platform.<br>
            <br>
            Join our online community to chat in real time <a
              href="https://signalwire.community" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://signalwire.community</a><br>
            <br>
            Professional FreeSWITCH Services<br>
            <a href="mailto:sales@freeswitch.com" target="_blank"
              moz-do-not-send="true">sales@freeswitch.com</a><br>
            <a href="https://freeswitch.com" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://freeswitch.com</a><br>
            <br>
            Official FreeSWITCH Sites<br>
            <a href="https://freeswitch.com/oss" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://freeswitch.com/oss</a><br>
            <a href="https://freeswitch.org/confluence" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
            <a href="https://cluecon.com" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://cluecon.com</a><br>
            <br>
            FreeSWITCH-users mailing list<br>
            <a href="mailto:FreeSWITCH-users@lists.freeswitch.org"
              target="_blank" moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
            <a
              href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
              rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
            UNSUBSCRIBE:<a
              href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
              rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
            <a href="https://freeswitch.com" rel="noreferrer"
              target="_blank" moz-do-not-send="true">https://freeswitch.com</a></blockquote>
        </div>
        <div dir="ltr">
          <div dir="ltr"><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire <a class="moz-txt-link-freetext" href="https://signalwire.com">https://signalwire.com</a>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time <a class="moz-txt-link-freetext" href="https://signalwire.community">https://signalwire.community</a>

Professional FreeSWITCH Services
<a class="moz-txt-link-abbreviated" href="mailto:sales@freeswitch.com">sales@freeswitch.com</a>
<a class="moz-txt-link-freetext" href="https://freeswitch.com">https://freeswitch.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="https://freeswitch.com/oss">https://freeswitch.com/oss</a>
<a class="moz-txt-link-freetext" href="https://freeswitch.org/confluence">https://freeswitch.org/confluence</a>
<a class="moz-txt-link-freetext" href="https://cluecon.com">https://cluecon.com</a>

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="https://freeswitch.com">https://freeswitch.com</a></pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
With kind regards
Peter Steinbach 

Telefaks Services GmbH
<a class="moz-txt-link-freetext" href="mailto:lists">mailto:lists</a> (att) telefaks.de
Internet: <a class="moz-txt-link-abbreviated" href="http://www.telefaks.de">www.telefaks.de</a>

</pre>
  </body>
</html>