forked from Mirrors/freeswitch
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.
c92a55d3f1
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> |
||
---|---|---|
build | ||
clients/flex | ||
cmake_modules | ||
conf | ||
debian | ||
docs | ||
dtd | ||
freeswitch.xcodeproj | ||
fscomm | ||
htdocs | ||
libs | ||
patches | ||
scripts | ||
src | ||
support-d | ||
w32 | ||
web | ||
.gitattributes | ||
.gitignore | ||
acinclude.m4 | ||
bootstrap.sh | ||
CMakeLists.txt | ||
configure.in | ||
devel-bootstrap.sh | ||
erlang.spec | ||
freeswitch-sounds-en-us-callie.spec | ||
freeswitch-sounds-music.spec | ||
freeswitch-sounds-ru-RU-elena.spec | ||
Freeswitch.2005.unsupported.sln | ||
Freeswitch.2008.express.sln | ||
Freeswitch.2008.sln | ||
Freeswitch.2008.sln.debug.bat | ||
Freeswitch.2008.sln.release.bat | ||
Freeswitch.2010.express.sln | ||
Freeswitch.2010.sln | ||
freeswitch.spec | ||
INSTALL | ||
Makefile.am | ||
swig_common.i |