diff options
author | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-27 02:39:41 +0000 |
---|---|---|
committer | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-27 02:39:41 +0000 |
commit | 213d2a310e4432d2a024dbf33506a67b0e5455ba (patch) | |
tree | 02c52be9c8602db1414dd9b45bd74dfec3a3aee4 /contrib | |
parent | 84d6b1e148e27ae67094c6cacff684c23b8fcfff (diff) |
The number tagging has been split into macros/tagnumber.conf
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/package/asterisk-xip/files/uci/lastcall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/lastcall b/contrib/package/asterisk-xip/files/uci/lastcall index 1a29c1d4b..d0314fd81 100755 --- a/contrib/package/asterisk-xip/files/uci/lastcall +++ b/contrib/package/asterisk-xip/files/uci/lastcall @@ -108,6 +108,7 @@ enable_lastcall() { append dialplan_globals "LASTCALLZONE=\"${asterisk_zone}\"" "$N" [ -z "${DEST}" ] || append dialplan_globals "LASTCALL_DIR=${DEST}/etc/asterisk/directory" "$N" + append_include "macros/tagnumber.conf" append_include "macros/lastcall.conf" dialplan_do_add_lastcall=1 enable_module app_macro |