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
..
2010-01-15 21:43:41 +00:00
2008-04-11 17:11:44 +00:00
2012-05-07 15:46:08 -04:00
2012-05-09 09:20:10 -05:00
2009-09-14 22:06:20 +00:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2010-01-15 20:35:11 +00:00