diff options
author | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-14 01:51:50 +0000 |
---|---|---|
committer | Michael Geddes <openwrt@frog.wheelycreek.net> | 2009-01-14 01:51:50 +0000 |
commit | 987f7505b9ffa7bd2bdfbaa50e1af3538632c224 (patch) | |
tree | 1f9459c453748ae397328a06628f6b285c84e582 /contrib/package/asterisk-xip/files/uci | |
parent | 1317707738fc99012961a3f7f7d02bbad695a452 (diff) |
Support for tagging of names in lastcall lists.
Fix up lastcall menu so that you can type ahead.
Diffstat (limited to 'contrib/package/asterisk-xip/files/uci')
-rwxr-xr-x | contrib/package/asterisk-xip/files/uci/lastcall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/asterisk-xip/files/uci/lastcall b/contrib/package/asterisk-xip/files/uci/lastcall index c5ec6e1c48..f101bfedf6 100755 --- a/contrib/package/asterisk-xip/files/uci/lastcall +++ b/contrib/package/asterisk-xip/files/uci/lastcall @@ -113,6 +113,8 @@ enable_lastcall() { enable_module app_sayunixtime enable_module app_playback enable_module func_db + enable_module app_record + enable_module app_system enable_format gsm fi } |