FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Go to file
Stefan Knoblich c92a55d3f1 ftmod_libpri: Add MSN/DDI filter for incoming calls.
This feature allows ftmod_libpri to ignore calls with non-matching destination number.

You may want to use this on BRI PTMP lines (Point-to-MultiPoint),
to avoid conflicts between your FreeSWITCH server and other devices connected to the line.

The filter is disabled by default (all calls will be accepted),
setting one (or more) "local-number" parameters on the span configuration enables it.

Example configuration snippet:

   <libpri_spans>
      <span name="example01">
         <!-- ... other span settings omitted ... -->
         <param name="local-number" value="123456"/>
         <param name="local-number" value="654321"/>
      </span>
   </libpri_spans>

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-06-26 21:53:20 +02:00
build Refactor and check for more errors 2012-06-16 19:32:27 +00:00
clients/flex The new jquery.tmpl wants tmpl() instead of render() 2011-08-22 16:14:23 +02:00
cmake_modules
conf FS-3085 --resolve 2012-06-25 15:31:58 -05:00
debian Retry updating base image 2012-06-25 08:55:48 +00:00
docs Update ChangeLog through Dec 31... 1.2 on horizon 2012-05-14 16:23:37 -07:00
dtd
freeswitch.xcodeproj cmake updates 2009-02-13 23:33:36 +00:00
fscomm Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
htdocs
libs ftmod_libpri: Add MSN/DDI filter for incoming calls. 2012-06-26 21:53:20 +02:00
patches zrtp tweaks, more coming 2009-12-17 18:33:45 +00:00
scripts Add a .version file to nightly tarballs 2012-06-11 21:25:05 +00:00
src FS-4313 --resolve 2012-06-26 11:34:24 -05:00
support-d we might want this at some point ;-) 2012-02-01 19:37:23 -05:00
w32 FS-4228 --resolve add zrtp support to windows vs2010 build 2012-05-17 08:38:11 -05:00
web add back empty dirs 2010-04-01 21:00:45 -04:00
.gitattributes add .gitattributes 2012-05-28 16:35:00 +00:00
.gitignore Don't use perl for portability 2012-06-14 22:47:21 +00:00
acinclude.m4 FS-3182: fix mod_dingaling/iksemel/gnutls link error when using newer autotools 2011-03-25 12:17:25 -05:00
bootstrap.sh bootstrap.sh: wait more simply now that we've found the problem 2012-05-08 20:14:19 +00:00
CMakeLists.txt FSBUILD-192 2009-10-02 14:44:16 +00:00
configure.in Improve SWITCH_VERSION_REVISION generation 2012-06-11 17:19:25 +00:00
devel-bootstrap.sh Changed permissions for devel-bootstrap.sh 2010-10-13 14:18:38 -07:00
erlang.spec ci/centos: add erlang module support files 2012-03-24 05:15:11 +00:00
freeswitch-sounds-en-us-callie.spec fix sox dependancy 2012-05-15 10:18:14 -05:00
freeswitch-sounds-music.spec --resolve FS-4209 2012-05-15 10:20:52 -05:00
freeswitch-sounds-ru-RU-elena.spec centos: rework CentOS spec files 2012-03-24 04:52:58 +00:00
Freeswitch.2005.unsupported.sln bye bye iax 2010-01-23 20:19:18 +00:00
Freeswitch.2008.express.sln FS-3414 --resolve 2011-07-12 14:35:53 -05:00
Freeswitch.2008.sln fix vs2008 pro project dependency for mod_gsmopen - if anyone wants the solution files for express and wants to help please open a Jira with a patch and I will review it. 2012-05-07 14:15:27 -05:00
Freeswitch.2008.sln.debug.bat merge some changes from joshrivers branch 2009-11-18 15:29:19 +00:00
Freeswitch.2008.sln.release.bat rename 2009-11-18 19:42:00 +00:00
Freeswitch.2010.express.sln FS-4243 zrtp addition to vs2010 express try this and verify edited by hand 2012-05-22 10:21:14 -05:00
Freeswitch.2010.sln add test version of mod_redis to vs2010 solution - not built by default 2012-06-18 17:07:54 -05:00
freeswitch.spec lets kick the auto test with a small change here that doesnt really matter 2012-05-14 13:36:16 -05:00
INSTALL
Makefile.am Terminate sed substitution command with semicolon to fix error on OSX. 2012-06-18 13:32:43 +02:00
swig_common.i add 2011-10-21 10:15:15 -05:00