Mike wrote: > Hi, > > > > Anyone can tell me what this means? > > > > [Feb 3 12:42:32] WARNING[12130]: chan_sip.c:3293 update_call_counter: > Inringing for peer 'test-peer' < 0? > > > > Regards, > > > > Mike >
A sip_peer object in Asterisk has an inUse and inRinging number associated with it to keep track of the number of "lines" in use and the number of "lines" that are ringing for a peer. These numbers should not be less than 0, and if it is, then it indicates a problem has occurred at some point. There was a problem with some early 1.6.0 releases with these counters falling below 0, but as far as I know, that should be corrected in later versions. What version of Asterisk are you seeing this with? Mark Michelson _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
