Added extension click_to_call_auto_answer to prevent auto-answer on b-leg
This commit is contained in:
parent
49e09f21f8
commit
e791130124
|
|
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue