last one set will win!

/b

On May 26, 2009, at 11:49 AM, Larry Marshall wrote:

On inbound calls made to 5551212, which call_timeout will be active, 15 or 20? Is it the last hit?

Is there a URL which describes all the applications, for example, export in the default.xml?

Thanks for this amazing software, Lars

In conf/dialplan/public/00_inbound.xml:
<include>
  <extension name="Inbound-5551212">
<condition field="destination_number" expression="^1323(5551212)$">
        <action application="ring_ready" />
        <action application="set" data="call_timeout=15"/>
        <action application="set" data="domain_name=$${domain}"/>
        <action application="transfer" data="1000 XML default"/>
     </condition>
  </extension>
</include>

Brian West
br...@freeswitch.org

-- Meet us at ClueCon!  http://www.cluecon.com




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to