Displaying 3 results from an estimated 3 matches for "ip_peer".
Did you mean:
sip_peer
2009 Nov 07
1
Difference between 'core show channels' and 'sip show channels' ??
...r 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 co...
2007 Nov 16
1
channels to destroy
Hello,
In a couple of Asterisks, after type "sip show channels" we have a lot
of these:
IP_PEER dst_number something 00102/00103 unkn No (d) Rx: BYE
IP_PEER dst_number2 something2 00102/00103 unkn No (d) Rx: BYE
We are using ASterisk 1.2.x
When I say "a lot" I mean more than 180, more than 230, etc.
Is it normal?
How we can remove it?
Thank you very much,
--
Carles...
2013 Jan 10
0
gluster replicate - sync monitoring
...ync -n script, to "check" the diff between my two servers
but is there a better solution to detect split brain or any error ?
Now i'm doing something like that for my 10 "replicate tcp 2 bricks
Volumes".
-------------------------------------------------------
#!/bin/bash
IP_PEER="1.2.3.4"
echo "" > gluster-rapport.log
for i in `gluster volume info | grep Brick2 | awk -F':' '{ print $3 }'
`
do
??? echo $i >> gluster-rapport.log
??? rsync -aP -n --numeric-ids --delete-after --itemize-changes
--checksum -v $i/ $IP_PEER:$i/ >&g...