• Italo Rossi's avatar
    FS-9609 - [mod_callcenter] BLF for Queues, callcenter_track app, EXIT_WITH_KEY… · 15a232b5
    Italo Rossi 提交于
    FS-9609 - [mod_callcenter] BLF for Queues, callcenter_track app, EXIT_WITH_KEY reason and xml_curl improvements
    
    This change implements a few new features, there's no behavior change at all.
    
    1 - BLF for queues
    
    You can now use BLF for knowing when there are callers waiting on a queue,
    the pattern to be subscribed is callcenter+queuename@default or @domain name.
    
    2 - callcenter_track app
    
    Now every agent has an external_calls_count column that will be read upon
    selecting agent to offer new calls.
    If you start an external call (inbound or outbound) and don't wan't
    mod_callcenter to offer new calls for this agent just call this app
    passing the agent name as argument:
    
    <action application="callcenter_track" data="agent1"/>
    
    This will increment the external calls count, and to make mod_callcenter look to this variable you need to set this queue parameter:
    
    <param name="skip-agents-with-external-calls" value="true"/>
    
    3 - EXIT_WITH_KEY reason
    
    If the member press a key to exit the queue the cc_cancel_reason will be this now.
    
    4 - xml_curl config loading improvements
    
    Prior to this mod_callcenter query your web server a LOT of times,
    this will make it only query once per queue, just watch for CC-Queue
    request param and build your xml with everything related to that queue,
    including tiers (tiers wasn't loaded before this).
    15a232b5
名称
最后提交
最后更新
..
include 正在载入提交数据...
mod 正在载入提交数据...
.gitignore 正在载入提交数据...
CMakeLists.txt 正在载入提交数据...
Makefile.am 正在载入提交数据...
fs_encode.c 正在载入提交数据...
g711.c 正在载入提交数据...
inet_pton.c 正在载入提交数据...
switch.c 正在载入提交数据...
switch_apr.c 正在载入提交数据...
switch_buffer.c 正在载入提交数据...
switch_caller.c 正在载入提交数据...
switch_channel.c 正在载入提交数据...
switch_config.c 正在载入提交数据...
switch_console.c 正在载入提交数据...
switch_core.c 正在载入提交数据...
switch_core_asr.c 正在载入提交数据...
switch_core_cert.c 正在载入提交数据...
switch_core_codec.c 正在载入提交数据...
switch_core_db.c 正在载入提交数据...
switch_core_directory.c 正在载入提交数据...
switch_core_event_hook.c 正在载入提交数据...
switch_core_file.c 正在载入提交数据...
switch_core_hash.c 正在载入提交数据...
switch_core_io.c 正在载入提交数据...
switch_core_media.c 正在载入提交数据...
switch_core_media_bug.c 正在载入提交数据...
switch_core_memory.c 正在载入提交数据...
switch_core_port_allocator.c 正在载入提交数据...
switch_core_rwlock.c 正在载入提交数据...
switch_core_session.c 正在载入提交数据...
switch_core_speech.c 正在载入提交数据...
switch_core_sqldb.c 正在载入提交数据...
switch_core_state_machine.c 正在载入提交数据...
switch_core_timer.c 正在载入提交数据...
switch_core_video.c 正在载入提交数据...
switch_cpp.cpp 正在载入提交数据...
switch_curl.c 正在载入提交数据...
switch_dso.c 正在载入提交数据...
switch_estimators.c 正在载入提交数据...
switch_event.c 正在载入提交数据...
switch_hashtable.c 正在载入提交数据...
switch_ivr.c 正在载入提交数据...
switch_ivr_async.c 正在载入提交数据...
switch_ivr_bridge.c 正在载入提交数据...
switch_ivr_menu.c 正在载入提交数据...
switch_ivr_originate.c 正在载入提交数据...
switch_ivr_play_say.c 正在载入提交数据...
switch_ivr_say.c 正在载入提交数据...
switch_jitterbuffer.c 正在载入提交数据...
switch_json.c 正在载入提交数据...
switch_limit.c 正在载入提交数据...
switch_loadable_module.c 正在载入提交数据...
switch_log.c 正在载入提交数据...
switch_mprintf.c 正在载入提交数据...
switch_msrp.c 正在载入提交数据...
switch_nat.c 正在载入提交数据...
switch_odbc.c 正在载入提交数据...
switch_pcm.c 正在载入提交数据...
switch_pgsql.c 正在载入提交数据...
switch_profile.c 正在载入提交数据...
switch_regex.c 正在载入提交数据...
switch_resample.c 正在载入提交数据...
switch_rtp.c 正在载入提交数据...
switch_scheduler.c 正在载入提交数据...
switch_sdp.c 正在载入提交数据...
switch_speex.c 正在载入提交数据...
switch_stun.c 正在载入提交数据...
switch_swig.c 正在载入提交数据...
switch_swig.i 正在载入提交数据...
switch_time.c 正在载入提交数据...
switch_utf8.c 正在载入提交数据...
switch_utils.c 正在载入提交数据...
switch_version.c 正在载入提交数据...
switch_vpx.c 正在载入提交数据...
switch_xml.c 正在载入提交数据...
switch_xml_config.c 正在载入提交数据...
tone2wav.c 正在载入提交数据...