• Stefan Knoblich's avatar
    ftmod_libpri: Add MSN/DDI filter for incoming calls. · c92a55d3
    Stefan Knoblich 提交于
    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: 's avatarStefan Knoblich <stkn@openisdn.net>
    c92a55d3
名称
最后提交
最后更新
build 正在载入提交数据...
clients/flex 正在载入提交数据...
cmake_modules 正在载入提交数据...
conf 正在载入提交数据...
debian 正在载入提交数据...
docs 正在载入提交数据...
dtd 正在载入提交数据...
freeswitch.xcodeproj 正在载入提交数据...
fscomm 正在载入提交数据...
htdocs 正在载入提交数据...
libs 正在载入提交数据...
patches 正在载入提交数据...
scripts 正在载入提交数据...
src 正在载入提交数据...
support-d 正在载入提交数据...
w32 正在载入提交数据...
web 正在载入提交数据...
.gitattributes 正在载入提交数据...
.gitignore 正在载入提交数据...
CMakeLists.txt 正在载入提交数据...
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 正在载入提交数据...
INSTALL 正在载入提交数据...
Makefile.am 正在载入提交数据...
acinclude.m4 正在载入提交数据...
bootstrap.sh 正在载入提交数据...
configure.in 正在载入提交数据...
devel-bootstrap.sh 正在载入提交数据...
erlang.spec 正在载入提交数据...
freeswitch-sounds-en-us-callie.spec 正在载入提交数据...
freeswitch-sounds-music.spec 正在载入提交数据...
freeswitch-sounds-ru-RU-elena.spec 正在载入提交数据...
freeswitch.spec 正在载入提交数据...
swig_common.i 正在载入提交数据...