John,<br><br>Okay, a few things. First off, the wanpipe2.conf file has a booboo. This line is WRONG:<br>TDMV_DCHAN      = 0<br><br>For ISDN in North America you want:<br>TDMV_DCHAN      = 24<br><br>Also, I recommend changing this line:<br>
wbg1 = wanpipe2, , TDM_VOICE, Comment<br><br>To this:<br>wbg1 = wanpipe2, , TDM_VOICE_API, Comment<br><br>A sample config for Sangoma wanpipeX.conf is here:<br><a href="http://wiki.freeswitch.org/wiki/OpenZAP#Wanpipe_mode">http://wiki.freeswitch.org/wiki/OpenZAP#Wanpipe_mode</a><br>
<br>Okay, ISDN 101: there is a &quot;network&quot; side and a &quot;user&quot; side. (Also called &quot;terminal&quot; or &quot;cpe&quot;). From what I see here you are trying to have FS be the network side and the Cisco is the user side. Assuming that this is what you want then you will need to use ozmod_libpri because the default OpenZAP PRI stack does not currently support being the network side. You will need to download and install libpri from <a href="http://downloads.digium.com">downloads.digium.com</a> and then you&#39;ll need to reconfigure openzap. Follow these instructions to get libpri and openzap working together:<br>
<a href="http://wiki.freeswitch.org/wiki/OpenZAP#Adding_libpri_Support">http://wiki.freeswitch.org/wiki/OpenZAP#Adding_libpri_Support</a><br><br>And then check out this example openzap.conf.xml file for using libpri:<br><a href="http://wiki.freeswitch.org/wiki/Openzap.conf.xml_Examples#Using_with_PRI_.28libpri_compatibility_stack.29">http://wiki.freeswitch.org/wiki/Openzap.conf.xml_Examples#Using_with_PRI_.28libpri_compatibility_stack.29</a><br>
<br>(Note that you don&#39;t want &#39;cpe&#39; here but rather &#39;network&#39;.)<br><br>Now, on the Cisco side... sorry, can&#39;t help you. However, I don&#39;t see any glaring gotchas from looking at the configs. I don&#39;t see where timing is specified nor do I see where the d channel is specified. Hopefully you can confirm that those are set properly. (The cisco needs to be a &quot;slave&quot; to the FS clock, also called &quot;receiving clock&quot;; d-channel is 23 or 24 depending on how cisco numbers their channels.)<br>
<br>Have fun! :)<br>-MC<br><br><div class="gmail_quote">On Tue, Apr 7, 2009 at 5:37 PM, John Wehle <span dir="ltr">&lt;<a href="mailto:john@feith.com">john@feith.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Our FreeSWITCH setup has an existing T1 using RBS to talk to a digital<br>
modem pack in a Cisco 3845.  I&#39;m interested in changing from RBS to<br>
ISDN.  I changed both sides, restart things, and see FreeSWITCH report:<br>
<br></blockquote></div><br>