atom feed2 messages in org.freebsd.freebsd-isdnRe: UNKNOWN TEI MGMT Frame
FromSent OnAttachments
Thorsten SteentjesAug 7, 2000 8:43 am 
Gary JennejohnAug 8, 2000 3:11 am 
Subject:Re: UNKNOWN TEI MGMT Frame
From:Gary Jennejohn (gar@peedub.muc.de)
Date:Aug 8, 2000 3:11:04 am
List:org.freebsd.freebsd-isdn

Thorsten Steentjes writes:

Hello,

I'm using i4b on a FreeBSD 4.1-STABLE box. Everytime I call out with one of my ISDN-Phones, I have the following message in my syslog: /kernel: i4b-L2-i4b_tei_rx_frame: UNKNOWN TEI MGMT Frame, type = 0x1 I'm also using isdntrace as protocol analyzer with two passive ISDN cards. This feature works fine, I can see the phone numbers assigned to my TEIs and so on. Any hints?

This is an MT_ID_REQEST which i4b doesn't expect to see as an incoming packet, therefore it isn't handled in i4b_tei_rx_frame. It's not really an error. You could always add a dummy member to the switch statement which merely does a break to eliminate the error message.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message