<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000099">
Michael Taylor wrote:
<blockquote cite="mid:49CB1A71.7070607@omniscient.com.au" type="cite">I
should have read the Wiki a little more before answering.
  <br>
  <br>
Quoting from:
  <br>
š <a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Channel_Variables">http://wiki.freeswitch.org/wiki/Channel_Variables</a>
  <br>
  <br>
call_timeout - Deprecated - Use originate_timeout or leg_timeout.
  <br>
  <br>
under call_timeout it suggests
  <br>
  <br>
&lt;action application="bridge"
data="{ignore_early_media=true}[leg_timeout=10]sofia/gateway/Cisco/***#1**********|[leg_timeout=30]sofia/gateway/Cisco/***#2**********"/&gt;
  <br>
  <br>
I tried it and it works.
  <br>
  <br>
Also worth reading is the leg_delay_start variable that you might want
to use.
  <br>
  <br>
Michael.
  <br>
  <br>
μΕΫΑ... wrote:
  <br>
  <blockquote type="cite">Michael, Im noobie)
    <br>
Sorry, a saw this in wiki, but didn't note that it could work!)
    <br>
    <br>
Next stage is how to make different timeouts for each call? Is it
possible with dialplan? I still think that I should script this all in
Lua)
    <br>
    <br>
Michael Taylor ΠΙΫΕΤ:
    <br>
    <blockquote type="cite">The Wiki states:
      <br>
š If you have a problem with one of the destinations causing the others
to stop ringing, insert this into the bridge application:
{ignore_early_media=true} like so:
      <br>
      <br>
i.e.
      <br>
š &lt;action application="bridge"
data="{ignore_early_media=true}sofia/gateway/Cisco/***#1**********|sofia/gateway/Cisco/***#2**********"/&gt;
      <br>
      <br>
Michael.
      <br>
      <br>
    </blockquote>
    <br>
    <br>
_______________________________________________
    <br>
Freeswitch-dev mailing list
    <br>
<a class="moz-txt-link-abbreviated" href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>
    <br>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a>
    <br>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a>
    <br>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
    <br>
  </blockquote>
  <br>
  <pre wrap="">_______________________________________________
Freeswitch-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
  </pre>
</blockquote>
Hi Michael!<br>
<br>
Does it possible to do this example in xml config?<br>
<br>
Client calling 500 extension (for example)<br>
ššš Next, FS play some welcome prompt, when put incoming leg into hold
(with music) and try to calling one of 3 destination numbers (call
center agents, 501, 502, 503)<br>
ššš First, FS try 501, timeout 10sec, if it not reached, try next 502
and etc... in loop for a 3 minutes.<br>
ššš When 3 minutes out, FS play into incoming leg prompt 'We'reš sorry,
all operators are busy, please try next time...'<br>
<br>
I wonder if its possible with xml<br>
<br>
Dm<br>
<br>
<br>
<br>
</body>
</html>