search for: 3000ms

Displaying 17 results from an estimated 17 matches for "3000ms".

Did you mean: 1000ms
2010 Jan 14
1
Lagged Extension
Hi, running Asterisk 1.6.2.0 and have started to see in messages: [Jan 14 05:43:43] NOTICE[29231] chan_sip.c: Peer '100' is now Lagged. (4007ms / 3000ms) [Jan 14 05:43:53] NOTICE[29231] chan_sip.c: Peer '100' is now Reachable. (9ms / 3000ms) [Jan 14 05:44:02] NOTICE[29231] chan_sip.c: Peer '100' is now Lagged. (5008ms / 3000ms) [Jan 14 05:44:12] NOTICE[29231] chan_sip.c: Peer '100' is now Reachable. (7ms / 3000ms) [Jan 14 06...
2008 Apr 04
4
Advice on best operator phone (with attendant console)
...like the quick line shuffling and call volume. We get the following problems randomly: 1. menu stops working 2. transfer key stops working 3. Line 1 LED gets stuck 4. Voice 'gaps' (blackouts) for 4-5 seconds 5. The phone also completely locks up regularly 6. ping response goes from 8ms to 3000ms (after which the phone locks up) Wondering which operator phone would work best. I have the following choices: 1. Linksys SPA 932/962 with attendant console 2. Polycom 601/650 with attendant console I cant confirm online whether the BLF functionality will work with Asterisk 1.2.26. Is somebody u...
2006 Oct 26
6
SIP v IAX2
Lets talk about SIP and IAX2 1. The good and bad of both 2. What is the better one and why 3. and any other information that maybe use full -- Best regards, Al Bochter Bochter Services (Voip PBX) Toll Free: 866-638-1254 EXT: 250 (Voip PBX) Free World DialUp: 780217 EXT: 250 (Voip) Cellular: 712-432-5401 http://www.BochterServices.com/?t=Email BUY and sell Coins, Silver and Gold
2004 May 22
2
rejected NOTIFY requests
When I enable NOTIFY messages in my SIP device (Sipura), Asterisk reports: handle_request: Unknown SIP command 'NOTIFY' from 'xxx.xxx.xxx.xxx' When I disable NOTIFY messages, * reports the device UNREACHABLE, followed by REACHABLE every couple of minutes. I think I want NOTIFY on, because the Sipura is behind a NAT server, but the constant stream of warnings from * make me think
2007 Oct 24
3
Bridging on the blink with greater than 2 xen domains
...cmp_seq=2 Redirect Host(New nexthop: 10.20.10.1) 64 bytes from 4.2.2.2: icmp_seq=2 ttl=56 time=32.3 ms 64 bytes from 4.2.2.2: icmp_seq=3 ttl=56 time=30.8 ms 64 bytes from 4.2.2.2: icmp_seq=4 ttl=56 time=29.9 ms --- 4.2.2.2 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3000ms rtt min/avg/max/mdev = 29.954/32.570/37.142/2.781 ms # mail Address HWtype HWaddress Flags Mask Iface 10.20.10.125 ether 00:19:B9:D7:FB:4B C eth0 10.20.10.1 ether 00:14:1C:5D:B6:BB C eth...
2016 Apr 08
2
Recommendations for free virtual server tech and Asterisk?
If you want to use dahdi dummy driver inside asterisk for timer then this is possible with openvz based container virtualization. We have tested vicidial in this mode for 5-10 agents and it worked well. Mitul Limbani On Apr 8, 2016 8:52 AM, "Pete Mundy" <pete at fiberphone.co.nz> wrote: > List, > > Might as well throw my hat in the ring! > > I can't say
2006 Nov 04
0
iax2 qualify - false "peer unreachable"
...11:07:01] Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK [Nov 4 11:07:01] Timestamp: 00018ms SCall: 00019 DCall: 00003 [193.179.bbb.bbb:4569] IPBX-GW: ipbx*CLI> iax2 show peer bill-gw Status : OK (3 ms) Qualify : every 12000ms when OK, every 3000ms when UNREACHABLE (sample smoothing Off) [Nov 4 11:06:58] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: POKE [Nov 4 11:06:58] Timestamp: 00019ms SCall: 00002 DCall: 00000 [193.179.iii.iii:13526] [Nov 4 11:06:58] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type...
2013 Aug 02
1
[Bug 837] New: Large ICMP packets are lost
...cmp_seq=2 ttl=64 time=0.078 ms 3988 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3 ttl=64 time=0.091 ms 3988 bytes from localhost.localdomain (127.0.0.1): icmp_seq=4 ttl=64 time=0.083 ms --- localhost.localdomain ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3000ms rtt min/avg/max/mdev = 0.069/0.080/0.091/0.010 ms And then the problematic size: $ ping -c 4 -s 3981 localhost PING localhost.localdomain (127.0.0.1) 3981(4009) bytes of data. --- localhost.localdomain ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3007ms And ver...
2017 Dec 15
3
samba 4.7.3 DLZ performance regression
On Thu, 2017-12-14 at 18:52 -0600, Arthur Ramsey wrote: > Thanks Andrew, much better than vanilla 4.7.3 but it is still performs > much worse than vanilla 4.7.0 especially for DLZ zones. I understand. The key issue is that to support the wildcards we changed the way we use the database, the SCOPE_ONELEVEL index (compared with SCOPE_BASE used exclusively in the past) over 7000 possible
2003 Aug 03
2
[PATCH] Fix minor breakage on Cygwin: auth-passwd.c and session.c
...session.c --- session.c 2 Aug 2003 12:24:50 -0000 1.242 +++ session.c 2 Aug 2003 15:14:18 -0000 @@ -1702,6 +1702,7 @@ break_length = packet_get_int(); packet_check_eom(); +#if defined(TIOCSBRK) && defined(TIOCCBRK) if (s->ttyfd == -1) return 0; /* we will sleep from 500ms to 3000ms */ @@ -1712,6 +1713,9 @@ usleep(break_length * 1000); ioctl(s->ttyfd, TIOCCBRK, NULL); return 1; +#else + return 0; +#endif } static int
2015 Sep 17
3
Guest agent is not responding
hello, in my windows vm i installed qemu-guest-agent and rebootet the vm. In the settings for the vm i set via virt-manager a new channel "unix socket" "org.qemu.guest_agent.0" "virtio". when i try to do a snapshot via shell i get: virsh snapshot-create-as --domain win7new win7new-snap1 --disk-only --atomic --quiesce error: Guest agent is not responding:
2005 May 27
3
FW: HFSC + ESFQ - class statistics
...c rt dmax 20ms rate 32kbit ls dmax 500ms rate 690kbit #msn ${TC} class add dev ${LAN_IFACE} parent 1:3 classid 1:50 hfsc rt dmax 200ms rate 32kbit ls dmax 500ms rate 690kbit # http bulk ${TC} class add dev ${LAN_IFACE} parent 1:3 classid 1:60 hfsc rt dmax 500ms rate 32kbit ls dmax 3000ms rate 690kbit # the rest ${TC} qdisc add dev ${LAN_IFACE} parent 1:10 handle 10: esfq hash dst perturb 10 ${TC} qdisc add dev ${LAN_IFACE} parent 1:20 handle 20: esfq hash dst perturb 10 ${TC} qdisc add dev ${LAN_IFACE} parent 1:25 handle 25: esfq hash dst perturb 10...
2004 Jul 01
3
Using Token Bucket Filter to simulate a low bandwidth radio link
Hello, I am attempting to use the LARTC traffic control to simulate a radio link that has variable bandwidth and availability. The basic bandwidth could be as low as 500 bits/sec but will generally be about 4000 bits/sec. If the simulated radio link is unavailable (zero bandwidth) then packets should be queued until a link is re-established. i.e. Initial bandwidth is 5000bits/sec then to 0
2016 May 26
0
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
....470 ms 64 bytes from zeus.<example.com> (<zeus_ipv6>): icmp_seq=3 ttl=255 time=0.448 ms 64 bytes from zeus.<example.com> (<zeus_ipv6>): icmp_seq=4 ttl=255 time=0.632 ms --- zeus.<example.com> ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3000ms rtt min/avg/max/mdev = 0.255/0.451/0.632/0.134 ms root at hestia:~# ping -c4 hera.<example.com> PING hera.<example.com>(hera.<example.com> (<hera_ipv6>)) 56 data bytes 64 bytes from hera.<example.com> (<hera_ipv6>): icmp_seq=1 ttl=255 time=0.295 ms 64 bytes from...
2016 May 26
1
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
Try to ping from client to server with its hostname. Sounds like dns problem. ping server Then try to ping its ip address. Then try to add server address to host file. Ex 192.168.8.30 server.example.com server Best M On May 26, 2016 12:02, "Nico Speelman" <nico at speelmanrobben.nl> wrote: > Hello, > > I've been trying to add a new server to my Samba 4 Active
2008 Sep 03
6
eth0 on dom0 not working on a bridged conf
Hi, I''ve installed xen 3.0.3 from packages (xen-linux-system) on a debian etch, and i''ve configured it with network-bridge script in the default way (netdev=eth0, bridge=xenbr0, etc...) which is ok for me. the problem I have: I cannot ping any outer machine from dom0 (nor any outer machine can ping me). It gives me a "Destination Host Unreachable" message that
2016 May 26
3
Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found.
Hello, I've been trying to add a new server to my Samba 4 Active directory, but I've been failing so far. I'm running the command "net ads join -k" and it fails with "Failed to join domain: failed to lookup DC info for domain '<EXAMPLE.COM>' over rpc: The object name is not found." The answers I found so far imply a problem with the RPC service, but