[asterisk-commits] rmudgett: branch rmudgett/dahdi_facility r218975 - /team/rmudgett/dahdi_facil...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 16 16:11:50 CDT 2009


Author: rmudgett
Date: Wed Sep 16 16:11:46 2009
New Revision: 218975

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=218975
Log:
Allow BRI NT PTMP for testing purposes.

Modified:
    team/rmudgett/dahdi_facility/channels/chan_dahdi.c

Modified: team/rmudgett/dahdi_facility/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/rmudgett/dahdi_facility/channels/chan_dahdi.c?view=diff&rev=218975&r1=218974&r2=218975
==============================================================================
--- team/rmudgett/dahdi_facility/channels/chan_dahdi.c (original)
+++ team/rmudgett/dahdi_facility/channels/chan_dahdi.c Wed Sep 16 16:11:46 2009
@@ -15895,7 +15895,8 @@
 					confp->chan.sig = SIG_BRI_PTMP;
 					confp->pri.pri.nodetype = PRI_CPE;
 				} else if (!strcasecmp(v->value, "bri_net_ptmp")) {
-					ast_log(LOG_WARNING, "How cool would it be if someone implemented this mode!  For now, sucks for you. (line %d)\n", v->lineno);
+					confp->chan.sig = SIG_BRI_PTMP;
+					confp->pri.pri.nodetype = PRI_NETWORK;
 #endif
 #ifdef HAVE_SS7
 				} else if (!strcasecmp(v->value, "ss7")) {




More information about the asterisk-commits mailing list