From: Brian West Date: Fri, 19 Jun 2015 22:25:22 +0000 (-0500) Subject: save these for now X-Git-Tag: v1.6.2~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c7def5d51923f8a64bbc9f2aaac814a233fdb0;p=thirdparty%2Ffreeswitch.git save these for now --- diff --git a/support-d/aliases.sql b/support-d/aliases.sql new file mode 100644 index 0000000000..47296d255b --- /dev/null +++ b/support-d/aliases.sql @@ -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');