]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove binaries for managed examples
authorMichael Giagnocavo <mgg@giagnocavo.net>
Wed, 29 Jul 2009 06:00:15 +0000 (06:00 +0000)
committerMichael Giagnocavo <mgg@giagnocavo.net>
Wed, 29 Jul 2009 06:00:15 +0000 (06:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14408 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/managed/examples/easyroute/EasyRoute.suo [deleted file]
src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll [deleted file]
src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll.config [deleted file]
src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.pdb [deleted file]

diff --git a/src/mod/languages/mod_managed/managed/examples/easyroute/EasyRoute.suo b/src/mod/languages/mod_managed/managed/examples/easyroute/EasyRoute.suo
deleted file mode 100644 (file)
index f9b5b5c..0000000
Binary files a/src/mod/languages/mod_managed/managed/examples/easyroute/EasyRoute.suo and /dev/null differ
diff --git a/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll b/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll
deleted file mode 100644 (file)
index 72b28ea..0000000
Binary files a/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll and /dev/null differ
diff --git a/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll.config b/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.dll.config
deleted file mode 100644 (file)
index 2b5a86e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>\r
-<configuration>\r
-  <appSettings>\r
-    <add key="connectionString" value="DSN=easyroute;User=root;Pwd=;" />\r
-    <add key="defaultProfile" value="sofia/default"/>\r
-    <add key="defaultGateway" value="192.168.1.1"/>\r
-    <!-- query can be changed, but fields must be in the same order, and the number parameter must be %number% -->\r
-    <add key="query" value="SELECT gateways.gateway_ip, gateways.group, gateways.limit, gateways.techprofile, numbers.acctcode, numbers.translated from gateways, numbers where numbers.number = %number% and numbers.gateway_id = gateways.gateway_id;" />\r
-    \r
-    <!-- MySQL and other DBs improperly consider \ to be an escape character. easyroute will remove all backslashes from queries to be safe. \r
-         if you can handle backlashes properly, set keepBackslashes to true. -->\r
-    <!-- <add key="keepBackslashes" value="false" -->\r
-    \r
-    <!-- To avoid other injections, the incoming number will remove characters matching this regex. Default [^0-9#\*] allows only digits, # and *.-->\r
-    <add key="numberRegexFilter" value="[^0-9#\*]" />\r
-  </appSettings>\r
-</configuration>
\ No newline at end of file
diff --git a/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.pdb b/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.pdb
deleted file mode 100644 (file)
index c449eba..0000000
Binary files a/src/mod/languages/mod_managed/managed/examples/easyroute/easyroute.pdb and /dev/null differ