]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
save these for now
authorBrian West <brian@freeswitch.org>
Fri, 19 Jun 2015 22:25:22 +0000 (17:25 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 19 Jun 2015 22:25:22 +0000 (17:25 -0500)
support-d/aliases.sql [new file with mode: 0644]

diff --git a/support-d/aliases.sql b/support-d/aliases.sql
new file mode 100644 (file)
index 0000000..47296d2
--- /dev/null
@@ -0,0 +1,4 @@
+INSERT INTO "aliases" VALUES(1,'noww','fsctl shutdown now','TONY');
+INSERT INTO "aliases" VALUES(1,'sto','sofia global siptrace on','TONY');
+INSERT INTO "aliases" VALUES(1,'stf','sofia global siptrace off','TONY');
+INSERT INTO "aliases" VALUES(1,'now','hupall;;msleep 1000;;fsctl shutdown now','TONY');