• 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
名称
最后提交
最后更新
..
ftmod_analog 正在载入提交数据...
ftmod_analog_em 正在载入提交数据...
ftmod_gsm 正在载入提交数据...
ftmod_isdn 正在载入提交数据...
ftmod_libpri 正在载入提交数据...
ftmod_misdn 正在载入提交数据...
ftmod_pika 正在载入提交数据...
ftmod_pritap 正在载入提交数据...
ftmod_r2 正在载入提交数据...
ftmod_sangoma_isdn 正在载入提交数据...
ftmod_sangoma_ss7 正在载入提交数据...
ftmod_skel 正在载入提交数据...
ftmod_wanpipe 正在载入提交数据...
ftmod_zt 正在载入提交数据...