08-05-2005 02:56 PM - edited 03-15-2019 03:38 AM
I am not sure if this is the proper forum for this but I have a 3845 that I am using as a MGCP gateway; I currently have 2 PRI T1's configured in an NFAS group using the MGPC service. The problem I am seeing is that only the primary D channel T1 is showing up as "MULTIPLE_FRAME_ESTABLISHED" the backup D channel T1 is only showing up as "TEI_ASSIGNED".
Prior to issuing the "service mgcp" command to the pri-group for NFAS both T1's showed as "MULTIPLE_FRAME_ESTABLISHED" and everything looked fine but now I get the following q921 debug errors (see below) and have been unable to find anything related to the messages; but from the looks of it the switch is not offering a TEI assigment; if anyone could shed some light on this it would be appreciated.
Debug Message:
2:47:05: ISDN Se1/1:23 Q921: User RX <- SABMEp sapi=0 tei=0
2:47:05: ISDN Se1/1:23 **ERROR**: L2IF_SendPkt: idb is NULL
2:47:05: ISDN Se1/1:23 **ERROR**: process_rxdata:L2IF_SendPkt Failed
2:47:06: ISDN Se1/1:23 Q921: User RX <- SABMEp sapi=0 tei=0
2:47:06: ISDN Se1/1:23 **ERROR**: L2IF_SendPkt: idb is NULL
2:47:06: ISDN Se1/1:23 **ERROR**: process_rxdata:L2IF_SendPkt Failed
2:47:07: ISDN Se1/1:23 Q921: User RX <- SABMEp sapi=0 tei=0
2:47:07: ISDN Se1/1:23 **ERROR**: L2IF_SendPkt: idb is NULL
2:47:07: ISDN Se1/1:23 **ERROR**: process_rxdata:L2IF_SendPkt Failed
08-05-2005 08:03 PM
Unfortunately, NFAS in MGCP mode is not supported by Callmanager. You'll need to use H.323 if you want to keep NFAS.
See:
" Use Media Gateway Control Protocol (MGCP) gateways for the PSTN if you do not require H.323 functionality. This practice simplifies the dial plan configuration. H.323 might be required to support specific functionality not offered with MGCP, such as support for Signaling System 7 (SS7) or Non-Facility Associated Signaling (NFAS). "
08-06-2005 12:20 PM
Thank you for the response.