search for: seqnos

Displaying 20 results from an estimated 430 matches for "seqnos".

Did you mean: seqno
2003 Mar 31
2
iax problems
I'm having some trouble with placing some iax calls over an openvpn: Setup A is a 1.8GHz Celeron, T100P attached to a Zhone Zplex. Setup B is a 266MHz P2, T100P attached to a Zhone Zplex. Setup C is a 700MHz P3, T100P attached to an Adtran TA 750. Setup D is a 233MHz Pentium, with an X100P. Setups A and B are on the same physical network. IAX calls routed between them work fine. Setup D is
2018 May 10
0
Tinc 1.1pre15 double-crash
Hello, this morning I apparently had tinc crash on me. In 2 independent tinc clusters of 3 nodes each (but located in the same datacenter), one tinc process crashed in each of the clusters. One process apparently with `status=6/ABRT`, the other with `status=11/SEGV`. Interestingly, they crashed with only 5 minutes difference. The only thing I can come up with that might explain this correlation
2003 Nov 13
2
IAX trunk monitoring
I have an issue where * tries to route a call over IAX to another server even if the server is down. I have included the relevant entries from my iax.conf, extensions.conf, and some debug output. If someone could tell me what I have configured incorrectly, I would appreciate it. Thanks, Stephen -----------iax.conf on voip2---------- [voip1] type=friend username=voip1 host=x.x.x.x (ip
2003 Aug 06
0
Intermittant IAX Call Failures
I was wondering if anyone had seen this problem before and/or could offer any insight into what the trouble might be: I have an Asterisk machine that it set up as a mutual friend with another one (in another state... about 150ms away). Calls between the two fail to get established approximately 50% of the time. When a call works, everything is fine. When one fails, however, I see a large
2009 Dec 24
2
1.6 Troubleshooting help
Hi, How would I go about troubleshooting this: [Dec 24 07:15:11] WARNING[5228]: chan_sip.c:3397 retrans_pkt: Maximum retries exceeded on transmission a50346a4-bfdc32ed at 192.168.1.95 for seqno 101 (Critical Response) -- See doc/sip-retransmit.txt. [Dec 24 07:15:12] WARNING[5228]: chan_sip.c:3397 retrans_pkt: Maximum retries exceeded on transmission 90bd2c4d-aaaec88 at 192.168.1.95 for seqno 101
2010 Nov 13
3
[PATCH 1/4] Experimental IFF_ONE_QUEUE support for Linux
--- doc/tinc.conf.5.in | 3 +++ src/linux/device.c | 7 +++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index 2bfd5fe..01f7f81 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -255,6 +255,9 @@ a lookup if your DNS server is not responding. This does not affect resolving hostnames to IP addresses from the host
2003 Nov 18
1
DIAX - Can place a call, but can't be called?!
Greetings, DIAX seems to work well placing calls, but I can't actually receive a call . Here, DIAX (x305) "registers", then I use a sip phone to place a call to DIAX (which definitely is not in use by me at debug time, but it is idle on my desktop.I think), and then * goes to vmail. Here's the debug output: affinity*CLI> iax debug IAX Debugging Enabled Rx-Frame Retry[N/A]
2019 Jul 19
0
[PATCH AUTOSEL 5.2 005/171] drm/virtio: set seqno for dma-fence
From: Chia-I Wu <olvaffe at gmail.com> [ Upstream commit efe2bf965522bf0796d413b47a2abbf81d471d6f ] This is motivated by having meaningful ftrace events, but it also fixes use cases where dma_fence_is_later is called, such as in sync_file_merge. In other drivers, fence creation and cmdbuf submission normally happen atomically, mutex_lock(); fence = dma_fence_create(...,
2019 Jul 19
0
[PATCH AUTOSEL 5.1 004/141] drm/virtio: set seqno for dma-fence
From: Chia-I Wu <olvaffe at gmail.com> [ Upstream commit efe2bf965522bf0796d413b47a2abbf81d471d6f ] This is motivated by having meaningful ftrace events, but it also fixes use cases where dma_fence_is_later is called, such as in sync_file_merge. In other drivers, fence creation and cmdbuf submission normally happen atomically, mutex_lock(); fence = dma_fence_create(...,
2011 May 10
1
iax2 Max retries exceeded to host
We have IAX2 peer between two asterisk and I am getting following error following IAX2 WARNING. IAX calling is functional [May 10 15:23:34] WARNING[2056]: chan_iax2.c:3487 __attempt_transmit: Max retries exceeded to host 172.24.146.51 on IAX2/orasebcam-612 (type = 6, subclass = 11, ts=3030332, seqno=211) [May 10 15:23:44] WARNING[2047]: chan_iax2.c:3487 __attempt_transmit: Max retries exceeded
2011 Jun 20
1
Problems with pickupgroup/callgroup with Asterisk 1.8.4.2
I have problems using the call pickup under Asterisk 1.8.4.2. I have another Asterisk with 1.6 - and it is working fine with the same settings. I have setup the same callgroup and pickupgroup for all extensions in sip.conf - just to make things simple for testing. The sequence *8 seems to be completely ignored by Asterisk - the client shows "Call answered" when dialing *8 while the
2006 Jan 16
1
Periodic routing problem
Hi, I've been running tinc for a couple of months and it's great, but I have a periodic problem which maybe you guys can figure out. I operate a 3-node tinc VPN, lets say A, B and C. A / \ B --- C The problem is that after a while, node C can't exchange data with node B. It works fine (ping and other traffic) for about 10 minutes, then fails. Here is some debug
2009 Jun 19
6
Orphan scan fixes - V2
Implemented the suggestions. Also, moved the ocfs2_orphan_scan_init() to the end of ocfs2_fill_super() instead of calling it earlier in ocfs2_initialize_super(). Sunil
2019 Sep 03
0
[PATCH v2 10/27] drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
Which reduces indentation and makes this function more legible. Cc: Juston Li <juston.li at intel.com> Cc: Imre Deak <imre.deak at intel.com> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com> Cc: Harry Wentland <hwentlan at amd.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Signed-off-by: Lyude Paul <lyude at redhat.com> ---
2004 Mar 16
6
Maximum retries exceeded on call
Running * with default config files except for sip.conf. Any call made is dropped 5 seconds after connection, with the following messages: Mar 17 16:37:41 WARNING[1009461760]: chan_sip.c:495 retrans_pkt: Maximum retries exceeded on call 6C94C1B1-77C4-11D8-91FB- 000A95DA04DA@192.168.1.152 for seqno 48221 (Response) == Spawn extension (default, s, 5) exited non-zero on 'SIP/2000-6bd7' Mar
2003 Aug 06
2
iax.conf / Registration rejected
Good morning, I am trying to use the Windows iax client. My iax.conf looks like this: [general] port=5036 bindaddr=10.1.3.111 bandwidth=high allow=gsm ; Always allow GSM, it's cool :) tos=lowdelay [pos| type=friend context=default auth=plaintext secret=pos deny=0.0.0.0/0.0.0.0 permit=10.1.3.0/255.255.255.0 host=dynamic defaultip=10.1.3.2 In the registrations dialog
2016 Sep 07
1
[PATCH] drm/nouveau: Skip fence context seqno check if notifies are enabled
If the fence context has notifies enabled, each of the fences' FENCE_FLAG_SIGNALED_BIT will be updated from the interrupt. We can rely on this status for reporting the current fence_is_signaled() and so avoid an expensive uncached read. Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: dri-devel at lists.freedesktop.org Cc:
2004 Mar 31
2
SER Asterisk problem
Hi All. I'am using Asterisk with SER. I can make call between two internal VoIP gateways or from na internal to external VoIP gateway. But when I get a external call, this call hang ups 5 seconds after and I reveive the following messages *CLI> -- Executing Dial("SIP/16008-3d17", "SIP/16007&SIP/16006|20|tr") in new stack -- Called 16007 -- Called 16006
2004 Jan 24
4
retrans_pkt: Maximum retries exceeded on call
Hey, I'm getting an odd message in my logs, and have'nt been able to find much information on it: Jan 24 00:22:39 WARNING[-1137431632]: chan_sip.c:486 retrans_pkt: Maximum retries exceeded on call 6010532c6fedf9be383872e07e4be70c@192.168.1.2 for seqno 102 (Request) I'm running asterisk with a Cisco 7960G If anyone know's why i'd get this.....Any help would be appreciated!
2009 Jun 02
3
Patches that adds delayed orphan scan timer (rev 2)
Resending after implementing review comments.