You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<extensionname="echo_DZ">
<conditionfield="${destination_number}"expression="^(?:\+|00)(\d+)$">
<actionapplication="log"data="Call Received with Call-ID: ${sip_call_id}"/>
<actionapplication="log"data="Call Received with Call-ID: <${sip_call_id}>"/>
<actionapplication="answer"/>
<actionapplication="echo"data=""/>
</condition>
</extension>
Answer call with digitl lengh from 9-20
<extensionname="echo_INTR">
<conditionfield="${destination_number}"expression="(^\d{9,20}$)">
<actionapplication="log"data="Call Received with Call-ID: ${sip_call_id}"/>
<actionapplication="log"data="Call Received with Call-ID: <${sip_call_id}>"/>
<actionapplication="answer"/>
<actionapplication="echo"data=""/>
</condition>
</extension>