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
..
2012-06-24 08:15:16 +00:00
2012-01-12 14:17:23 -06:00
2012-01-11 20:14:17 -05:00
2011-02-03 23:46:19 -06:00
2012-05-12 18:53:00 +00:00
2012-04-04 16:18:53 -05:00
2012-05-23 13:12:32 -05:00
2012-06-25 08:51:49 +00:00
2011-12-16 07:35:05 -05:00
2011-12-15 21:23:19 -05:00
2012-06-25 06:41:00 +00:00
2012-03-29 23:33:11 +08:00
2010-08-19 10:38:54 -05:00
2012-06-24 08:34:52 +00:00
2012-05-25 07:54:11 -05:00
2010-03-30 14:25:13 -04:00
2011-12-15 16:55:10 -05:00
2010-02-23 22:56:54 +00:00