Christopher (JVM) wrote: > Hi all, > > My question is as follows: > > Does libss7 convert the ss7 signalling type to ISDN-PRI signalling such that > the communication then continues in PRI or instead does the entire > communication take place solely in ss7 ? If it does do conversion, how much > CPU power does it consume ?
It does not convert SS7 to PRI. Libss7 provides a native interface to chan_dahdi/Asterisk of SS7, much in the same way that libpri provides a native PRI interface to chan_dahdi/Asterisk. However, if you are trying to convert SS7 to PRI, you can certainly use Asterisk + libpri + libss7 to do so :-) Matthew Fredrickson Digium, Inc. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-ss7 mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-ss7
