<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <span id="result_box" class="short_text" lang="en"><span class="hps">Hi!<br>
        Is there any hope</span> <span class="hps">that this problem</span>
      <span class="hps">will be solved</span></span>?<br>
    <br>
    10.05.2012 11:43, Виталий Давудов написал:
    <blockquote cite="mid:4FAB719E.9010800@vts24.ru" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      Hi, Michael!<br>
      <br>
      <span id="result_box" class="short_text" lang="en"><span
          class="hps">I added a new</span> <span class="hps">post on</span>
        <span class="hps">pastebin:</span></span><br>
      <br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://pastebin.freeswitch.org/19026">http://pastebin.freeswitch.org/19026</a><br>
      <br>
      <br>
      07.05.2012 5:14, Michael Collins написал:
      <blockquote
cite="mid:CAKzWOxVs4qWH2ECOORXDQob5AOCrznitJabvLj+N+GGZ4Dzjig@mail.gmail.com"
        type="cite">I don't recall you ever posting a console debug log
        to <a moz-do-not-send="true"
          href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>.
        Could you please do that? It will help us to know exactly what
        is happening. <br>
        -MC<br>
        <br>
        <div class="gmail_quote"> On Sat, May 5, 2012 at 12:12 AM,
          Виталий Давудов <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:vitaliy.davudov@vts24.ru" target="_blank">vitaliy.davudov@vts24.ru</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000"> Hi!<br>
              Is there any news on this issue?<br>
              <br>
              13.04.2012 16:57, Виталий Давудов написал:
              <blockquote type="cite"> Yes, you are right!<br>
                <br>
                I did it: <a moz-do-not-send="true"
                  href="http://pastebin.freeswitch.org/18863"
                  target="_blank">http://pastebin.freeswitch.org/18863</a><br>
                <br>
                Additionally:<br>
                I've included in this extension new line:<br>
                <br>
                &lt;extension name="Dial Out SIP-M200 Mobile
                numbers"&gt;<br>
                &lt;condition field="destination_number"
                expression="^(89\d{9})$"&gt;<br>
                &lt;action application="export"
                data="t38_passthru=true"/&gt;<br>
                <b>&lt;action application="set"
                  data="hangup_after_bridge=true"/&gt;</b><br>
                &lt;action application="set"
                data="continue_on_fail=1,2,3,6,25,34,38,41,42,44,47,63,66,500,501"/&gt;<br>
                &lt;action application="info"/&gt;<br>
                &lt;action application="bridge"
                data="sofia/gateway/SIP_M200/$1"/&gt;<br>
                &lt;action application="limit_execute" data="hash limit
                SMG-1016M 60 bridge sofia/gateway/SMG-1016M/$1"/&gt;<br>
                &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
                <br>
                Without that line <span lang="en"><span>a similar
                    situation occurs if FS recieve</span></span> <i>NORMAL_CLEARING.</i><br>
                <br>
                13.04.2012 13:44, Anton Kvashenkin написал:
                <blockquote type="cite">Ok, i got it. Even that there is
                  no USER_BUSY at continue_on_fail variable, FS still
                  tries to reach the second action, am i right?
                  <div><br>
                  </div>
                  <div>So, for better debugging, i suggest to paste full
                    call log with enabled siptrace and /log 7 to <a
                      moz-do-not-send="true"
                      href="http://pastebin.freeswitch.org"
                      target="_blank">pastebin.freeswitch.org</a>.<br>
                    <br>
                    <div class="gmail_quote">13 апреля 2012 г. 13:18
                      пользователь Виталий Давудов <span dir="ltr">&lt;<a
                          moz-do-not-send="true"
                          href="mailto:vitaliy.davudov@vts24.ru"
                          target="_blank">vitaliy.davudov@vts24.ru</a>&gt;</span>
                      написал:<br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex"> Hi all!<br>
                        <br>
                        In my dialplan I've included variable continue
                        on fail:<br>
                        <br>
                        &lt;extension name="Dial Out SIP-M200 Mobile
                        numbers"&gt;<br>
                        &lt;condition field="destination_number"
                        expression="^(89\d{9})$"&gt;<br>
                        &lt;action application="export"
                        data="t38_passthru=true"/&gt;<br>
                        &lt;action application="set"<br>
data="continue_on_fail=1,2,3,6,25,34,38,41,42,44,47,63,66,500,501"/&gt;<br>
                        &lt;action application="info"/&gt;<br>
                        &lt;action application="bridge"
                        data="sofia/gateway/SIP_M200/$1"/&gt;<br>
                        &lt;action application="limit_execute"
                        data="hash limit SMG-1016M 60 bridge<br>
                        sofia/gateway/SMG-1016M/$1"/&gt;<br>
                        &lt;/condition&gt;<br>
                        &lt;/extension&gt;<br>
                        <br>
                        And if FS recieve from first gateway USER_BUSY,
                        then FS  try to bridge<br>
                        this call to another gateway. Although in line
                        &lt;action application="set"<br>
data="continue_on_fail=1,2,3,6,25,34,38,41,42,44,47,63,66,500,501"/&gt;<br>
                        there is no code Q.850 = 17.<br>
                        How resolve this issue?<br>
                        <br>
                        --<br>
                        Best regards,<br>
                        Vitaly Davudov<br>
                        "VIP-TELECOM-SERVICE" Ltd.<br>
                        ("ETERIA" Group of companies)<br>
                        <a moz-do-not-send="true"
                          href="http://www.vts24.ru" target="_blank">http://www.vts24.ru</a><br>
                        <br>
                        <br>
                      </blockquote>
                    </div>
                  </div>
                </blockquote>
              </blockquote>
            </div>
          </blockquote>
        </div>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

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

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

FreeSWITCH-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" 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 moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
С наилучшими пожеланиями,
Давудов Виталий Федорович
ООО "ВИП-ТЕЛЕКОМ-СЕРВИС"
(Группа компаний "ETERIA")
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.vts24.ru">http://www.vts24.ru</a>
Тел: (495) 989-47-00</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
С наилучшими пожеланиями,
Давудов Виталий Федорович
ООО "ВИП-ТЕЛЕКОМ-СЕРВИС"
(Группа компаний "ETERIA")
<a class="moz-txt-link-freetext" href="http://www.vts24.ru">http://www.vts24.ru</a>
Тел: (495) 989-47-00</pre>
  </body>
</html>