> 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
