On Wed, Mar 19, 2008 at 12:57 PM, Andre Courchesne - Consultant <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone knows hot to configure 1.5 PRI (23b+1d or first circuit and 12b on > second circuit) using a Sangoma A102d ? I am unsure of the wanpipeX, zaptel > and > zapata configuration. > > Thanks,
Andre, I don't know much about wanpipe but John's example below is a good start to your config files. Note his caveat about the second PRI being configured for stand-alone. Since yours is 12b, it seems that it isn't. So, I'll add this: What you need in your case is something called NFAS or Non Facility Associated Signalling. That's just means that one D channel can control B channels on more than one circuit. Good news, Asterisk supports it. http://www.voip-info.org/wiki/view/NFAS Basically you define a the trunkgroup and spanmap that logically associates physical circuits to logical groups. As I recall, it is important to make sure that you name all your members in the right order. You only have two circuits so it's more likely to be all-or-nothing but in more complex cases, you have to define your circuits in the same order as the carrier or else calls will mismatch. IE D-channel will signal for call setup on member 10 and then setup the call on member 33, or conversely the carrier will signal incoming call on member 33 and your system will not see it and instead raise an error on an unexpected call on member 10. Good luck with your project, Dave > > -- > ---- > Andre Courchesne - Consultant > Tel: (514) 667-8448 > Cel: (514) 712-4064 > web: http://www.net-forces.com > email: [EMAIL PROTECTED] > Skype: voipforces > MSN: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
