mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 01:23:50 +00:00
Added extension click_to_call_auto_answer to prevent auto-answer on b-leg
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="clear_sip_auto_answer" app_uuid="90c51470-dc31-11e3-9c1a-0800200c9a66" continue="true" >
|
||||
<condition field="${click_to_call}" expression="true" />
|
||||
<condition field="${sip_h_Call-Info}" expression="answer-after=0" >
|
||||
<action application="unset" data="sip_h_Call-Info" />
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user