Update 250_conf-xfer.xml
This commit is contained in:
parent
16230c5db7
commit
0813b57d1d
|
|
@ -11,7 +11,7 @@ Control DTMF sequence
|
||||||
`*#` transfer `self` to conference room and hangup `peer` leg
|
`*#` transfer `self` to conference room and hangup `peer` leg
|
||||||
-->
|
-->
|
||||||
<context name="conf-xfer@{v_context}">
|
<context name="conf-xfer@{v_context}">
|
||||||
<extension name="conf-xfer" number="" continue="false" app_uuid="04e6a380-a27e-4032-bedf-f5b2249ea54d" enabled="false">
|
<extension name="conf-xfer" number="" continue="false" app_uuid="04e6a380-a27e-4032-bedf-f5b2249ea54d" enabled="false" order="250">
|
||||||
|
|
||||||
<condition field="destination_number" expression="^conf_add_begin$" break="on-true">
|
<condition field="destination_number" expression="^conf_add_begin$" break="on-true">
|
||||||
<action application="set" data="api_result=${conference(${conf_xfer_number} unmute ${conference_member_id} quiet)}"/>
|
<action application="set" data="api_result=${conference(${conf_xfer_number} unmute ${conference_member_id} quiet)}"/>
|
||||||
|
|
@ -69,4 +69,4 @@ Control DTMF sequence
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue