Skip to main content

sip_looped_call

Created by Ryan Harris, last modified on 2018.02.09

sip_looped_call

boolean true if the call has been authenticated via means other than an ACL and the current request IP/port matches the profile IP/port (see src/mod/endpoints/mod_sofia/sofia.c).

Usage

In conf/dialplan/public.xml:

<condition field="${sip_looped_call}" expression="^true$">
<extension name="unloop">
<condition field="${unroll_loops}" expression="^true$"/>
<condition field="${sip_looped_call}" expression="^true$">
<action application="deflect" data="${destination_number}"/>
</condition>
</extension>

Comments:

Not clear in which conditions this variable gets set to 'true' Posted by tomasb at Feb 08, 2018 20:45
I just updated it from the legacy wiki Thanks for the report! Posted by ryharris at Feb 09, 2018 05:59