[asterisk-dev] Handling message for SAPI/TEI=0/0 Repeated Quickly

Steve Totaro stotaro at first-notification.com
Sun Aug 5 10:57:46 CDT 2007


Hello list,

I sent this email to the user's list with no reply.  I looked at the 
code and cannot figure out what the meaning is or if it even anything to 
worry about.  If not, is there a way to silence the message?

Hello List,

I just turned up a T1 with Qwest.  All the channels came up and inbound 
and outbound work and sound great.
The only issue I have is this message "Handling message for 
SAPI/TEI=0/0" repeated on the console a couple times a second.

I tried googling it but only found links to code in libpri.  I am 
running Asterisk SVN-trunk-r76015M.  I am going to upgrade to the latest 
trunk but does anyone know why this is happening or what it means?  It 
is not a warning or an error.

Hello List,

I just turned up a T1 with Qwest.  All the channels came up and inbound 
and outbound work and sound great.
The only issue I have is this message "Handling message for 
SAPI/TEI=0/0" repeated on the console a couple times a second.

I tried googling it but only found links to code in libpri.  I am 
running Asterisk SVN-trunk-r76015M (have since upgraded to the latest 
trunk).  Does anyone know why this is happening or what it means?  It is 
not a warning or an error.  If this is "normal", how do I squelch these 
messages.

Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/1 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/2 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/3 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/4 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/5 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/6 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/7 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/8 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/9 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/10 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/11 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/12 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/13 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/14 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/15 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/16 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/17 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/18 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/19 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/20 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/21 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/22 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0
    -- B-channel 0/23 successfully restarted on span 1
Handling message for SAPI/TEI=0/0
Handling message for SAPI/TEI=0/0

This is the code I found but I have no idea what it means.
+

+	}
+	pri_message(pri, "Handling message for SAPI/TEI=%d/%d\n", h->h.sapi, h->h.tei);
 	ev = __q921_receive_qualified(pri, h, len);
 	reschedule_t203(pri);
 	return ev;
@@ -956,7 +1078,7 @@
 	

Thanks,
Steve




More information about the asterisk-dev mailing list