Variable continue on fail
From FreeSWITCH Wiki
continue_on_fail
Controls what happens when the called party can not be reached (busy/offline). If "true" the dialplan continues to be processed. If "false" the dialplan will stop processing. Can contain the return messages that will continue on fail also.
Usage:
<action application="set" data="continue_on_fail=true"/>
or,
<action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,NO_ANSWER,NO_ROUTE_DESTINATION"/>
or,
<action application="set" data="continue_on_fail=3,17,18,27"/>
See also:
Implemented By:
| Module Name | Source File | Last Revised |
| mod_dptools | mod_dptools.c | 5875 |
| mod_lcr | mod_lcr.c | 10510 |

