Compare commits
2 Commits
7a60ac9546
...
phonebook
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f9791746e | |||
| d093103d86 |
@@ -17,6 +17,9 @@
|
|||||||
},
|
},
|
||||||
"adhil": {
|
"adhil": {
|
||||||
"installedAt": 1765277591
|
"installedAt": 1765277591
|
||||||
|
},
|
||||||
|
"buna": {
|
||||||
|
"installedAt": 1765343708
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
4184
machines/buna/facter.json
Normal file
4184
machines/buna/facter.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -338,6 +338,12 @@
|
|||||||
asterisk -rx "pjsip reload"
|
asterisk -rx "pjsip reload"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
case "$file" in
|
||||||
|
extensions.conf)
|
||||||
|
echo "restarting core"
|
||||||
|
asterisk -rx "core restart now"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
00
|
||||||
Reference in New Issue
Block a user