mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Peplaced transfer_context with just context because transfer_context seems to return an
UNDEF value and breaks att_xfer when attempting to transfer using *4.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<context name="{v_context}">
|
||||
<context name="{v_context}">
|
||||
<extension name="att_xfer" number="att_xfer" continue="false" app_uuid="7bd7a113-0afc-406a-b4a7-33077c22ac39">
|
||||
<condition field="destination_number" expression="^att_xfer$">
|
||||
<action application="read" data="2 6 'tone_stream://%(10000,0,350,440)' digits 30000 #"/>
|
||||
<action application="set" data="origination_cancel_key=#"/>
|
||||
<action application="set" data="domain_name=${transfer_context}"/>
|
||||
<!-- sends it to the correct domain but public context-->
|
||||
<!--<action application="att_xfer" data="sofia/internal/${digits}@${transfer_context}"/>-->
|
||||
<action application="att_xfer" data="user/${digits}@${transfer_context}"/>
|
||||
<!--<action application="att_xfer" data="sofia/internal/${digits}@${context}"/>-->
|
||||
<action application="att_xfer" data="user/${digits}@${context}"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user