As far I know asterisk doesn't handle the publish sip dialog so it just keeps it hanging around in 1.8.X (in previous versions it didn't)
I turned off all publish dialogs in the snom phones I have and that got rid of that It doesn't really have any impact on the system as far as I have seen -----Original Message----- From: Terry Wilson <[email protected]> Sender: [email protected] Date: Mon, 28 Feb 2011 16:32:51 To: Asterisk Users Mailing List - Non-Commercial Discussion<[email protected]> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion <[email protected]> Subject: Re: [asterisk-users] 1.8.2.4: SIP dialogs not killed? > Hi, > > I'm wondering if this is normal asterisk behaviour: > > asterisk*CLI> sip show channels > Peer User/ANR Call ID Format Hold > Last Message Expiry Peer > 10.12.0.2 (None) 3c2f7ff2975e-wp 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c2f7f21b71b-9q 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c2f98afd6d8-6f 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c2e34be8647-jz 0x0 (nothing) No Rx: > PUBLISH <guest> > [...] > 10.12.0.2 (None) 3c298beb68fb-km 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c2e36b6bbfd-37 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c2e60ed3a98-4c 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c2f83a42bf2-2y 0x0 (nothing) No Rx: > PUBLISH <guest> > 10.12.0.2 (None) 3c299ad4975e-fo 0x0 (nothing) No Rx: > PUBLISH <guest> > 173 active SIP dialogs > asterisk*CLI> > > asterisk*CLI> core show uptime > System uptime: 1 day, 19 hours, 59 minutes, 47 seconds > Last reload: 1 day, 4 hours, 23 minutes, 23 seconds > > 21 sip peers [Monitored: 13 online, 6 offline Unmonitored: 2 online, 0 > offline] > > > Any idea what this might cause or how I could find out more about this calls? These aren't calls, they are SIP PUBLISH transactions (presence information, etc.). If you want to show active calls you would use "core show channels" not "sip show channels". Terry -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
