Change limit to limit_execute on local_extension
This commit is contained in:
parent
6e1af41747
commit
15ab337ddf
|
|
@ -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" data="hash ${domain_name} $1 ${limit_max} ${limit_destination}"/>
|
||||
<action application="limit_execute" 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 b 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