>Can a modem (for example,a 56k PC Card) dial-in to a PRI >ISDN card? If so, are there any caveats such as the loss >of multiple connections etc.?
>
>I don't understand how a device that creates an analogue >signal can connect to a digital device like ISDN, but I am >being told by a 'superior' that this is possible.
Jibber,
Assuming that your PRI is provisioned to handle analog calls this is possible and actually common. The PRI uses the D-channel to carry the bearer information which tells your RAS what type of call is incoming. If the call is digital (ISDN BRI) then the call should get routed to an HDLC driver. If the call is analog then it should route to a modem.
Now your RAS needs to have modems installed in order to answer the analog call which your device seems to have. The ISDN provider does not deal with the line conversion per se. Your RAS actually has the task of determining how to route the incoming call. The data is digital either way. Your digital modem actually converts it back to analog. Again this information is carried in the D-channel.
The caveat is that you are not using the full 64k bandwidth which can be waistful. But this is an acceptable loss to most. The most you will ever be able to utilize for analog is 56k whereas with an ISDN BRI caller you can get the full 64K per channel.
BTW for clarification, a PRI is 23 64k b-channels and 1 64k d- channel, not 24 b channels. The 23 channels plus the D make up the full 24 DS0's of a PRI.
>I have also made a discovery regarding the router. >According to it's configuration it has digital modems >installed. Each of these seems to be connected to the ISDN >card via ribbon cable, and neither has an interface for a >phone cable. This suggests to me that the card arrangement >is smart enough to sense the type of connection required >at the time of a call and deal with it as necessary. Does >that sound likely to anyone?
In a word, yes the card should recognize the proper protocol based on the d-channel information. Your digital modem can probably act as an HDLC driver as well as an analog modem.
I hope this answers your questions
-Rich