freeswitch/libs/freetdm/src
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
..
ftmod ftmod_libpri: Add MSN/DDI filter for incoming calls. 2012-06-26 21:53:20 +02:00
include Merge remote branch 'fsorig/master' 2012-05-07 15:46:08 -04:00
isdn
ss7
detect_dtmf.c we need to fix this build system it masks errors 2011-09-16 12:13:25 -05:00
detect_tones.c
fsk.c
ftdm_buffer.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
ftdm_call_utils.c chlog: freetdm - SS7: Support for Transparent IAM 2011-05-17 17:27:05 -04:00
ftdm_callerid.c
ftdm_config.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
ftdm_cpu_monitor.c freetdm: Added support for hardware (native) R2 MF generation 2011-02-24 18:41:07 -05:00
ftdm_dso.c freetdm: Added support for hardware (native) R2 MF generation 2011-02-24 18:41:07 -05:00
ftdm_io.c Merge remote branch 'fsorig/master' 2012-05-07 15:46:08 -04:00
ftdm_queue.c freetdm: - Extend ftdm interrupt object to notify which IO events are ready in the device 2012-05-07 15:13:26 -04:00
ftdm_sched.c stop sched thread quicker on global destroy 2012-04-02 15:33:45 -05:00
ftdm_state.c freetdm: - Extend ftdm interrupt object to notify which IO events are ready in the device 2012-05-07 15:13:26 -04:00
ftdm_threadmutex.c OPENZAP-183 --resolve 2012-05-09 09:20:10 -05:00
ftdm_variables.c freetdm: Removed unnecessary parameter copy 2011-02-25 12:20:32 -05:00
g711.c
hashtable.c
hashtable_itr.c
libteletone_detect.c Copyright date update. 2012-04-18 11:52:02 -05:00
libteletone_generate.c Copyright date update. 2012-04-18 11:52:02 -05:00
priserver.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
sangoma_pri.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
sangoma_pri.h Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
testanalog.c
testapp.c
testcid.c
testisdn.c
testpri.c
testr2.c [FreeTDM] Another round of ftdm_log() format string fixes. 2012-02-10 13:29:49 +01:00
testtones.c
uart.c