--- chan_dahdi.c (revision 192353) +++ chan_dahdi.c (working copy) @@ -16403,7 +16403,9 @@ confp->chan.sig = SIG_BRI_PTMP; confp->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); + ast_log(LOG_WARNING, "bri_net_ptmp!!! Let's see what happen... (line %d)\n", v->lineno); + confp->chan.sig = SIG_BRI_PTMP; + confp->pri.nodetype = PRI_NETWORK; } else if (!strcasecmp(v->value, "gr303fxoks_net")) { confp->chan.sig = SIG_GR303FXOKS; confp->pri.nodetype = PRI_NETWORK;