<action application="export" data="effective_caller_id_name=11111"/> <action application="export" data="effective_caller_id_number=22222"/> <action application="bridge" data="{sip_cid_type=none,sip_invite_full_from='33333' <sip:+44444@test.com>;tag=QN11rSr6yH0vF,sip_invite_to_uri=<...
<variable name="effective_caller_id_number" value="8004"/> <variable name="effective_caller_id_name" value="8004"/> <variable name="callgroup" value="allagents"/> </variables> </user> </include> 二、配置拨号计划-代接 线上代码, 再解释: <!-- 全局截断分机代接 --> <extension name=...
<action application="export" data="effective_caller_id_name=11111"/> <action application="export" data="effective_caller_id_number=22222"/> <action application="bridge" data="{sip_cid_type=none,sip_invite_full_from='33333' <sip:+44444@test.com>;tag=QN11rSr6yH0vF,sip_invite_to_uri=<...
effective_caller_id_number 设置主叫号码,只作用于后续桥接的通道 originate_timeout 设置呼叫超时 ,只作用于本端,一般添加在拨号串里,或者export设置 origination_caller_id_number 设置主叫号码,只作用于本端,一般添加在拨号串里,或者export设置 leg_timeout 为每条腿设置超时时间。可以用于单条腿上[] origination_a...
<action application="set" data="effective_caller_id_number=1000"/> <action application="set" data="effective_caller_id_name=Outbound"/> <action application="bridge" data="sofia/gateway/外线网关名称/$1"/> </condition> </extension> 上述配置将拨打以“+86”开头的11位手机号的请求转发到名为“...
<action application="bridge" data="sofia/external/sip:${destination_number}@1.2.6.4"/> <action application="set" data="effective_caller_id_number=90618"/> <action application="set" data="effective_caller_id_name=90618"/> <action application="bridge" data="sofia/external/sip:${destination_nu...
<action application="set" data="effective_caller_id_number=${regex(${caller_id_number}|^61([0-9]{9})$|0%1)}"/> mod_translate mod_translate模块通过配置文件和接口形式,支持对号码格式的更新,灵活方便。 并且在拨号计划中,使用translate模块可以在进入拨号计划之前对号码进行变换,这种场景在CDR话单中...
destination_number Called Number, the number this call is trying to reach (within a given context) dialplan Name of the dialplan module that are used, the name is provided by each dialplan module. Example: XML caller_id_name Name of the caller (provided by the User Agent that has called ...
<action application="set" data="effective_caller_id_number=${regex(${caller_id_number}|^61([0-9]{9})$|0%1)}"/> mod_translate mod_translate模块通过配置文件和接口形式,支持对号码格式的更新,灵活方便。 并且在拨号计划中,使用translate模块可以在进入拨号计划之前对号码进行变换,这种场景在CDR话单中...
xml复制代码<user id="1000"><params></params><variables><variable name="user-context" value="default"/><variable name="effective-caller-id-name" value="John Doe"/><variable name="effective-caller-id-number" value="1000"/></variables></user> 配置拨号计划时,需要在dialplan.xml文件中设置呼...