Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: kb-ohnemus on November 01, 2010, 08:19:46 AM

Title: sail-2.6.1-8 and mISDN on SME8, can't select mISDN as route
Post by: kb-ohnemus on November 01, 2010, 08:19:46 AM
Hi all,

yesterday I've upgraded my SME7.5 to 8.0beta6, mainly due to the need for PHP5. I've also upgraded asterisk to 1.4 and sail-2.6.1-8 according to selintras docs (http://sarkpbx.com/twiki/bin/view/Main/DocChapter03g).

Sail recognized my old configuration (from sail-2.1.14-529) and Sipgate and my SIP-Extensions were working immediately. Because we use ISDN in Germany I also have an HFC-Card, which needs Dahdi/Zaphfc to work, but the zaphfc.ko is not there in /lib/modules. So my card was not recognized an I wasn't able to find the correct kernel module on Atrpms or somewhere else.

So I decided to install mISDN according to http://sarkpbx.com/twiki/bin/view/Main/DocChapter2521. This now lead to working trunklines (trunkline as PTT_DiD_Group), I can be reached from outside. I also tried to set up a new route according to the last part of the doc , but no mISDN channel group is offered in the drop down box, only my Sipgate account is offered. So dialling out only works over Sipgate.

So did I miss something or might this be a bug in sail or the doc? Or is it maybe better to get zaphfc to work, maybe by compiling the module by myself?
Title: Re: sail-2.6.1-8 and mISDN on SME8, can't select mISDN as route
Post by: SARK devs on November 01, 2010, 09:38:24 AM
Hi

You need to manually create the mISDN trunk in 2.6.  Just create a new trunk and choose misdn from the dropdown.  On the next panel, give your trunk a unique peername (misdn or whatever) and in the dial string lead-in put MISDN/g:TEPP (if you are running ptp) or MISDN/g:TEPMP (if you are running point to multi-point).  Leave the dialstring lead-out empty.  Commit your change.

You can now choose this trunk in your route.

Kind Regards

S   
Title: Re: sail-2.6.1-8 and mISDN on SME8, can't select mISDN as route
Post by: kb-ohnemus on November 01, 2010, 01:20:44 PM
Thanks a lot, it works great.