I currently have:

    <extension name="outgoing-fxo">
      <condition field="destination_number" expression="^(4[0-9][0-9])$">
        <action application="set" data="dialed_ext=$1"/>
        <action application="export" data="dialed_ext=$1"/>
        <action application="bridge" data="openzap/1/1/${dialed_ext}"/>
      </condition>
    </extension>

which routes calls to extension 4XX out the first openzap line.

How do I set up a pool of openzap lines and route calls to extension
4XX to any available openzap line?

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: [EMAIL PROTECTED]  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


_______________________________________________
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