• 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 正在载入提交数据...
conf 正在载入提交数据...
docs 正在载入提交数据...
mod_freetdm 正在载入提交数据...
msvc 正在载入提交数据...
sample 正在载入提交数据...
src 正在载入提交数据...
.gitignore 正在载入提交数据...
.update 正在载入提交数据...
AUTHORS 正在载入提交数据...
CMakeLists.txt 正在载入提交数据...
ChangeLog 正在载入提交数据...
Makefile.am 正在载入提交数据...
NEWS 正在载入提交数据...
README 正在载入提交数据...
TODO 正在载入提交数据...
acinclude.m4 正在载入提交数据...
bootstrap 正在载入提交数据...
configure.ac 正在载入提交数据...
configure.gnu 正在载入提交数据...
cyginstall.sh 正在载入提交数据...
freetdm.2008.sln 正在载入提交数据...
freetdm.2010.sln 正在载入提交数据...
freetdm.pc.in 正在载入提交数据...
mkrelease.sh 正在载入提交数据...
ozrename.sh 正在载入提交数据...
ozreplace.sh 正在载入提交数据...