<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thank You for such an elegant and simple solution that I have not
thought about.<br>
With an exception that I'm using FS 1.0.4 right now and it appears that
something changed in time and following line should use hash instead of
db (when using default 1.0.4 FS config):<br>
&lt;action application="set" data="execute_on_answer=hash
delete/${domain_name}-last_dial/${called_party_callgroup}/${uuid}"/&gt;.<br>
After a few hours of experimenting everything works as planned.<br>
<br>
Thank You very much.<br>
Peter<br>
<br>
Ognjen Seslija pisze:
<blockquote
 cite="mid:%3C4468a6770911100806v2cf1098epf0483ee5948cdebc@mail.gmail.com%3E"
 type="cite">Add the following:<br>
  <br>
 &lt;action application="set" data="execute_on_answer=db
delete/${domain_name}-last_dial/${called_party_callgroup}/${uuid}"/&gt;.<br>
  <br>
after<br>
  <br>
  &lt;action application="db"
data="insert/${domain_name}-last_dial/${called_party_callgroup}/${uuid}"/&gt;<br>
  <br>
in local extensions default example, or change it globally previously
than this extension. You can join us on IRC if you can any more
questions (sekil).<br>
  <br>
Regards,<br>
Ognjen<br>
  <br>
  <br>
  <br>
  <div class="gmail_quote">On Tue, Nov 10, 2009 at 4:01 PM, Piotr Żurek
  <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:piotr_zurek@biprotech.com" target="_blank">piotr_zurek@biprotech.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello.<br>
    <br>
Thank You developers for Freeswitch.<br>
I have installed it lately and it's working quite nicely, but I have
one problem:<br>
    <br>
I need to mimic behavior of my current analogue PBX installation using
Freeswitch.<br>
    <br>
This is the scenario:<br>
In the office with a few desks (extensions 1000-1010) and only one
person behind one of desks (whatever extension - in example 1000).<br>
1. There's incoming call on _one_ of extensions 1001-1010<br>
2. The person on extension 1000 wants to answer this call on his phone
so dials #37 and this call is redirected to his phone.<br>
    <br>
That's how it works on my office on analogue PBX system. Anyone can
answer a call from any other phone as long as it hasn't been answered
already.<br>
    <br>
I tried to use the intercept action (with global example in default
config) but it's not what I need because it intercepts the call even if
it's already answered. I need to intercept all but only unanswered
calls. I tried to use Redirect but it does not work on other's
extensions call's (or does it?).<br>
    <br>
Please help.<br>
Peter Żurek<br>
    <br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
    <br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<font style="font-family: Helvetica,Arial,sans-serif; font-size: 8pt;">*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * *<br>
BIPROTECH Sp. z o.o., ul. Kapelanka 17/2, 30-347 Kraków, Polska<br>
Sąd Rejonowy Kraków - Śródmieście, XI Wydział Gospodarczy, KRS nr
0000213773, <br>
NIP 6762285228, Kapitał zakładowy 800.000 PLN<br>
<br>
<font color="red">
<b>Uwaga:</b> od 1 stycznia 2010 roku nasz nowy adres to:<br>
ul. Kamieńskiego 47, 30-644 Kraków<br>
<b>Numery telefonów i faksów nie ulegają zmianie</b><br>
<br>
<b>Attention:</b> as of 1st January 2010 our new address will be:<br>
Kamienskiego 47, 30-644 Kraków<br>
<b>Telephone and fax numbers remain unchanged</b>
</font></font></div>
</body>
</html>