[asterisk-users] 1.8.2.4: SIP dialogs not killed?
    Terry Wilson 
    twilson at digium.com
       
    Mon Feb 28 16:32:51 CST 2011
    
    
  
> 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
    
    
More information about the asterisk-users
mailing list