Depends are you wanting them to run at the same time? Or one after the other?

/b

On Sep 9, 2008, at 10:58 PM, Adeel Ansari wrote:

Or should we do this in two, like this.

====
      <extension name="liverpie_test" continue="true">
          <condition field="destination_number" expression="121">
                <action application="socket" data="127.0.0.1:8084" />
          </condition>
      </extension>

      <extension name="java_test">
          <condition field="destination_number" expression="121">
<action application="java" data="/home/programs/ freeswitch/scripts/freeswitch.jar apps.freeswitch.CallTest"/>
          </condition>
      </extension>

====


On Wed, Sep 10, 2008 at 11:47 AM, Adeel Ansari <[EMAIL PROTECTED]> wrote:
Hi folks,

Can't we run both applications with one dialplan? Like this.

====
      <extension name="liverpie_test" continue="true">
          <condition field="destination_number" expression="121">
                <action application="socket" data="127.0.0.1:8084" />
<action application="java" data="/home/adeel/programs/ freeswitch/scripts/freeswitch.jar net.digitalapps.freeswitch.CallTest"/>
          </condition>
      </extension>
====

Thanks.

--
Best,
Adeel Ansari

http://www.linkedin.com/in/adeelansari



--
Best,
Adeel Ansari

http://www.linkedin.com/in/adeelansari
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Brian West
sip:[EMAIL PROTECTED]






_______________________________________________
Freeswitch-users mailing list
[email protected]
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