--- chan_dahdi.c    (revision 192353)<br>+++ chan_dahdi.c    (working copy)<br>@@ -16403,7 +16403,9 @@<br>                     confp-&gt;chan.sig = SIG_BRI_PTMP;<br>                     confp-&gt;pri.nodetype = PRI_CPE;<br>
                 } else if (!strcasecmp(v-&gt;value, &quot;bri_net_ptmp&quot;)) {<br>-                    ast_log(LOG_WARNING, &quot;How cool would it be if someone implemented this mode!  For now, sucks for you. (line %d)\n&quot;, v-&gt;lineno);<br>
+                    ast_log(LOG_WARNING, &quot;bri_net_ptmp!!! Let&#39;s see what happen... (line %d)\n&quot;, v-&gt;lineno);<br>+                    confp-&gt;chan.sig = SIG_BRI_PTMP;<br>+                    confp-&gt;pri.nodetype = PRI_NETWORK;<br>
                 } else if (!strcasecmp(v-&gt;value, &quot;gr303fxoks_net&quot;)) {<br>                     confp-&gt;chan.sig = SIG_GR303FXOKS;<br>                     confp-&gt;pri.nodetype = PRI_NETWORK;<br><br>Ok, this is a naive test i made, but very very limited a bit is allready working. You can call from one connected ISDN device (i used a ISDN/analog adapter DeTeWe TA33)<br>
into chan_dadhi. That&#39;s all, nothing more. You can&#39;t call from chan_dadi to the ISDN device or connect multiple isdn devices.<br><br>Also chan_dadi jumps directly to the s-Extension when you lift up the phone. And dont give you dial tone or wait for digits. But i was pleasantly surprised that NT-ptmp<br>
is working anyway.<br><br>My first goal i want to achieve, is to make calls from chan_dahdi to the isdn device. The feature to connect multiple isdn devices i less important at the first stage,<br>because in real world setups you mostly need the NT over PtMP only to connect one device, like a ISDN/analog adapter to link one or two analog fax machines, or to link an existing small <br>
PBX that has door opener features or so. The case that users really need to link multiple isdn device to one isdn port is rare.<br><br>Let&#39;s start to work on this, to finally ditch bristuff and chan_misdn <br><br>For that i opened: <a href="http://bugs.digium.com/view.php?id=15048">http://bugs.digium.com/view.php?id=15048</a><br>
<br>Kristijan<br><br>