3 po_domain
="alterator-asterisk"
4 alterator_api_version
=1
5 HELPER
="/usr/lib/alterator/backend3/helper/asterisk-helper.pl"
6 FILES
=`ls /etc/asterisk/*.conf`
7 . alterator-sh-functions
11 eeee
=$
(${HELPER} --action=listsections
--fname="/etc/asterisk/manager.conf")
21 for j
in $
(${HELPER} --action=listsections
--fname=${i}); do
34 write_string_param qqqq
"$(listfiles)"
35 ;; #insert your code for read action here
37 [ -n "$in_qqqq" ] && echo "$in_qqqq" >/tmp
/config
40 ;; #insert your code for write action here
42 case "${in__objects}" in
43 listitems
) on_listitems
;;
45 ;; #insert your code for list action here