jonas kellens
2009-Nov-07 10:08 UTC
[asterisk-users] Difference between 'core show channels' and 'sip show channels' ??
vps*CLI> iax2 show channels Channel Peer Username ID (Lo/Rem) Seq (Tx/Rx) Lag Jitter JitBuf Format 0 active IAX channels vps*CLI> core show channels Channel Location State Application(Data) 0 active channels 0 active calls vps*CLI> sip show channels Peer User/ANR Call ID Seq (Tx/Rx) Format Hold Last Message ip_peer (None) 58139462bde 00101/20006 0x0 (nothing) No Rx: REGISTER 1 active SIP channel Core show channels shows 0 active channels. Sip show channels shows 1 active channel. I find it odd to have 1 active channels... Mostly there are 2, 4, 6 channels as a SIP-conversation consists of 2 channels : user1 ---- asterisk ---- user2 And then some minutes further : vps*CLI> core show channels Channel Location State Application(Data) 0 active channels 0 active calls vps*CLI> sip show channels Peer User/ANR Call ID Seq (Tx/Rx) Format Hold Last Message ip_peer 0a27b9c7d 37df36b96ba 04717/00000 0x0 (nothing) No ip_peer (None) 24ddc4be2b2 00101/00119 0x0 (nothing) No Rx: REGISTER 2 active SIP channels Can someone enlighten this ? Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091107/5098e831/attachment.htm
Jeff LaCoursiere
2009-Nov-07 12:52 UTC
[asterisk-users] Difference between 'core show channels' and 'sip show channels' ??
On Sat, 7 Nov 2009, jonas kellens wrote:> vps*CLI> iax2 show channels > Channel Peer Username ID (Lo/Rem) Seq > (Tx/Rx) Lag Jitter JitBuf Format > 0 active IAX channels > vps*CLI> core show channels > Channel Location State > Application(Data) > 0 active channels > 0 active calls > vps*CLI> sip show channels > Peer User/ANR Call ID Seq (Tx/Rx) Format > Hold Last Message > ip_peer (None) 58139462bde 00101/20006 0x0 (nothing) No > Rx: REGISTER > 1 active SIP channelYou caught an endpoint registering - that is a channel while the conversation to register is occurring.> vps*CLI> sip show channels > Peer User/ANR Call ID Seq (Tx/Rx) Format > Hold Last Message > ip_peer 0a27b9c7d 37df36b96ba 04717/00000 0x0 (nothing) > No > ip_peer (None) 24ddc4be2b2 00101/00119 0x0 (nothing) No > Rx: REGISTER > 2 active SIP channelsOne is a register again, not sure about the other. j