From baa55e4ee093f781c7e33c6bda89a444526fd96c Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Wed, 20 Apr 2011 14:30:42 -0400 Subject: [PATCH] Added README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..211a1d3 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# LDAP <> Freeswitch user bridge in NodeJS # + +This is a bridge for integrating LDAP users into FreeSwitch. Unlike realtime Asterisk, it does not require many additional schemas to your directory, at the time only three fields are needed for sip password, vm password and mobile phone number. Extensions are based on uid numbers. + +## Dependencies ## + +
+	npm install node-expat colors
+	git submodule init
+
+ +Every original work included is licenced under Creative Commons BY-SH-NC