• Anthony Minessale's avatar
    ok, · 502c84d0
    Anthony Minessale 提交于
    now in the key portion you can say 'exec' and in the file portion say '<application> <args>'
    if the channel is not hungup when that application ends it's the winner so you can 
    run an ivr on the channels to determine who gets the call
    
          <extension name="3002">
            <condition field="destination_number" expression="^3002$">
              <action application="set" data="call_timeout=60"/>
              <action application="set" data="group_confirm_key=exec"/>
              <action application="set" data="group_confirm_file=javascript test.js"/>
              <action application="bridge" data="exosip/1000@domain.com&exosip/1001@mydomain.com"/>
            </condition>
          </extension>
    
    
    
    git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2314 d0543943-73ff-0310-b7d9-9358b9ac24b2
    502c84d0
名称
最后提交
最后更新
..
include 正在载入提交数据...
mod 正在载入提交数据...
switch.c 正在载入提交数据...
switch_buffer.c 正在载入提交数据...
switch_caller.c 正在载入提交数据...
switch_channel.c 正在载入提交数据...
switch_config.c 正在载入提交数据...
switch_console.c 正在载入提交数据...
switch_core.c 正在载入提交数据...
switch_event.c 正在载入提交数据...
switch_ivr.c 正在载入提交数据...
switch_loadable_module.c 正在载入提交数据...
switch_log.c 正在载入提交数据...
switch_resample.c 正在载入提交数据...
switch_rtp.c 正在载入提交数据...
switch_stun.c 正在载入提交数据...
switch_utils.c 正在载入提交数据...
switch_xml.c 正在载入提交数据...