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:
parent
116c6f05d2
commit
e1ca972a8e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue