[Resolved] PRI SABME question

D-channel is going up and down all the time. I was checking it on two different hardware (2xmotherbord and 2xwildcard) but on the same disc.
When I type pri debug span 1 I get

-- Got SABME from network peer. Sending Unnumbered Acknowledgement q921.c:782 q921_reset: q921_state now is Q921_LINK_CONNECTION_RELEASED q921.c:733 q921_dchannel_up: q921_state now is Q921_LINK_CONNECTION_ESTABLISHED -- Got SABME from network peer. Sending Unnumbered Acknowledgement q921.c:782 q921_reset: q921_state now is Q921_LINK_CONNECTION_RELEASED q921.c:733 q921_dchannel_up: q921_state now is Q921_LINK_CONNECTION_ESTABLISHED -- Timeout occured, restarting PRI q921.c:437 t200_expire: q921_state now is Q921_LINK_CONNECTION_RELEASED Sending Set Asynchronous Balanced Mode Extended q921.c:211 q921_send_sabme: q921_state now is Q921_AWAITING_ESTABLISH == Primary D-Channel on span 1 down Sending Set Asynchronous Balanced Mode Extended Sending Set Asynchronous Balanced Mode Extended Sending Set Asynchronous Balanced Mode Extended -- Got UA from network peer Link up. q921.c:782 q921_reset: q921_state now is Q921_LINK_CONNECTION_RELEASED q921.c:733 q921_dchannel_up: q921_state now is Q921_LINK_CONNECTION_ESTABLISHED == Primary D-Channel on span 1 up -- Timeout occured, restarting PRI q921.c:437 t200_expire: q921_state now is Q921_LINK_CONNECTION_RELEASED Sending Set Asynchronous Balanced Mode Extended q921.c:211 q921_send_sabme: q921_state now is Q921_AWAITING_ESTABLISH == Primary D-Channel on span 1 down

What does this output mean? What may be the cause of that? How can I fix that?

What T1 card are you using?

I’m using TE205P in E1 mode.

Edit /etc/zaptel.conf

Change this line:
dchan=16

To this:
hardhdlc=16

Do this for both spans if used of course using the correct channel.

Thanks.
Problem resolved.

Was it resolved by using hardhdlc?