Change limit_execute back to limit as limit_execute is not available on most systems
This commit is contained in:
parent
55c612a50c
commit
b9eae299fd
|
|
@ -4,7 +4,7 @@
|
|||
<!--<action application="pre_answer"/>-->
|
||||
<action application="set" data="dialed_extension=$1"/>
|
||||
<action application="export" data="dialed_extension=$1"/>
|
||||
<action application="limit_execute" data="hash ${domain_name} $1 ${limit_max} ${limit_destination}"/>
|
||||
<action application="limit" data="hash ${domain_name} $1 ${limit_max} ${limit_destination}"/>
|
||||
<!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s] <app> -->
|
||||
<action application="bind_meta_app" data="1 ab s execute_extension::dx XML ${context}"/>
|
||||
<action application="bind_meta_app" data="2 ab s record_session::$${recordings_dir}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue