similar to: this is the code that breaks outgoing calls on grandstream

Displaying 20 results from an estimated 250 matches similar to: "this is the code that breaks outgoing calls on grandstream"

2010 Sep 22
1
T38 and codecs negotiation
Hi, I'm working with asterisk 1.4.35 and found an issue regarding codecs negotiation when T38 is enabled (t38pt_udptl=yes). In particular if the INVITE sdp contains no allowed codec the call is not rejected with "488 - Not acceptable here" but it goes through and the 200 OK SDP is as follows: v=0 o=root 27285 27285 IN IP4 xxx.xxx.xxx.xxx s=session c=IN IP4 xxx.xxx.xxx.xxx t=0 0
2011 Jan 10
0
No subject
non-video mode, it is never able to add video to the channel? Is this correct, or am I missing something? It looks as if the codec 'jointcapability' is calculated at the start of the call, and can never be added to (with exceptions for T.38 fax) as any SDP update is masked using the existing 'jointcapability' and knocks out the newly requested codec. Is that right? Thanks, Steve
2003 Nov 07
0
Possible fix for grandstream outgoing
The latest chan_sip.c works for my budgetones with the following lines removed. YMMV. I haven't bothered to dig in and see what those lines actually do. Did soneone just get wacky with cut and paste from the peer while loop? Or am I breaking something else. Jon --- chan_sip.c.broken Fri Nov 7 02:17:47 2003 +++ chan_sip.c Fri Nov 7 02:16:23 2003 @@ -3928,8 +3928,8 @@ static int
2006 Jan 05
2
Call Group Limit
I recollect that there used to be a fixed, finite limit to the number of call groups that could exist. Does anyone know if that limitation still exists in 1.2.1, or maybe where I could look in the code to find out if it's a fixed length array or not? Thanks. Doug.
2008 Jun 19
5
Grandstream Busy Light Fields
Hello ! I am having troubles setting up Busy Light Fields (BLF) in asterisk 1.4.18 The things work up to 80%, I can transfer the call by BLF button and I can see the green (free) status and red (busy) status. What I cannot do is to accept the call when someone rings a remote extension. The BLF button starts to blink in red telling me that the call is ringing on remote extenson, but if I press it,
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
I made a post a few days ago with a patch to the queue to allow you to insert a penalty value in dynamic queue adding. http://asterisk.650dialup.com Since then, I decided I would make a whole new strategy called 'skillbased' I added a new option skillmask to the Queue appl and the AddQueueMember func as well as the queues.conf basicly if the skillmask of the queuemember is
2004 Feb 17
5
chan_capi problem
Hi to all I've mada up my mind and i tried to change from i4l to chan_capi, following some councelling from the gurus. I compiled it up, and when i try to load it in modules.conf, i get that wonderful message and Asterisk does not start: [chan_capi.so]Feb 17 09:21:40 WARNING[16384]: loader.c:239 ast_load_resource: /usr/lib/asterisk/modules/chan_capi.so: undefined symbol: ast_get_group Feb
2005 Mar 19
2
More HEAD wierdness (chan_sip, jitterbuffer/PLC problems)
Hello, After checking out CVS HEAD from yesterday (for those new PLC/Jitterbuffer patches), I was affected by bug 3795 with my Polycom IP600's. After seing it resolved as of this morning (thanks Mark), I decided to try again... I can answer incoming calls. No problem there. Putting calls on hold, however, results in my Polycom IP600 indicating the call on hold, but the caller does
2010 Oct 12
0
rtpip patch
Hello *, is the rtpip patch still valid for asterisk 1.6 (with some code changes, obviously)? https://issues.asterisk.org/view.php?id=8161 Or, in asterisk 1.6 there is an alternative to using it? This is the difffile I produced for chan_sip.c in asterisk 1.6.2.11 --- chan_sip.c 2010-10-12 13:47:49.000000000 +0200 +++ chan_sip.c.orig 2010-10-12 13:47:27.000000000 +0200 @@ -987,9 +987,6 @@
2010 Aug 29
1
evil disconnect of call with cisco 1760
I have asterisk 1.6.2.11 talking to a cisco 1760 running ipvoicek9-mz.124-25b. whenever a call goes through the 1760's FXO or FXS (in or out) there is a 915 second maximum call time due to asterisk hanging up the call because of a "critical packet" being missed. I read doc/sip-retransmit.txt and I don't see anything there that is helpful to my situation - the asterisk box is
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it can be useful sometimes, even though I'd prefer this to be done using a trivial shell wrapper, which would be the UNIX way of doing things. Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in the way when having to maintain two versions of ssh in parallel because the ``ssh ->
2013 Feb 01
1
stable/9: Force ada1 to UDMA-33
Hello, I've got a (P)ATA disk in a special frame. The disk itself supports UDMA-100 (and has an 80-ribbon cable), but the frame isn't compatible with that. By default, FreeBSD negotiates UDMA-100, and the console starts to fill with ICRC errors. In the past, I used a patch to ata-all.c that enabled the following entry in loader.conf to force the disk to UDMA-33, so it worked fine:
2020 Feb 06
3
Call for testing: OpenSSH 8.2
On 2020-02-06 at 13:28 +1100, Darren Tucker wrote: > Like this. > --- a/sshd_config.5 > +++ b/sshd_config.5 The ssh_config.5 also has a copy of this and presumably needs the same change, unless I've misunderstood. -Phil
2018 Nov 08
8
[nbdkit PATCH v2 0/5] log appends
v2 turned out to be much more involved, as I ended up fixing several things along the way that I noticed while debugging a feature addition. Eric Blake (5): maint: Improve ./nbdkit option parsing main: Saner newline printing during --help utils: Add nbdkit_parse_bool main: Use new bool parser for --tls log: Allow user option of appending to log docs/nbdkit-plugin.pod | 11
2020 May 20
2
rotatestrategy = none not working
Hi Steve, Thanks for the answer. Since that's what we already have configured, any idea why it wouldn't work? As I said, when "asterisk -rx 'logger reload'" is run it still rotates the log file. On Wed, 20 May 2020 at 18:37, Steve Edwards <asterisk.org at sedwards.com> wrote: > On Wed, 20 May 2020, David Cunningham wrote: > > > We have an Asterisk
2003 Nov 24
1
[PATCH] library functions
Hi, Here are some new library functions for klibc. Some of them are required for udev, which currently has a klibc_fixups.c file that implements these functions. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended
2020 Mar 02
4
Question about host key algorithms
$ ssh -Q HostKeyAlgorithms Unsupported query "HostKeyAlgorithms" $ ssh -V OpenSSH_7.4p1, OpenSSL 1.0.2u 20 Dec 2019 On Mon, Mar 2, 2020 at 2:24 PM Christian Hesse <list at eworm.de> wrote: > Luveh Keraph <1.41421 at gmail.com> on Mon, 2020/03/02 14:07: > > When I do ssh -Q key, where ssh is the OpenSSH 7.4p1 client, I get the > > following output: > >
2006 May 12
1
Fwd: RE New xanto driver for NUT
Dear Andreas, some googling revealed, you created a driver for the xanto series of online-usv.de. In what state it is currently? I've to manage a S2000 and would like to use nut for it, is it usable by now? Do you need another tester? TIA, Pete
2019 May 20
3
[nbdkit PATCH 0/2] More on .thread_model
Rich pointed out that making thread_model dynamic even for plugins makes some sense, so here is the code for doing it for 'sh'. I'm less confident on how to do it for OCaml and Rust (not to mention that those allow the plugin to already compile in their model, rather than the language binding glue forcing a model). The other languages (lua, perl, python, ruby) still need to be
2019 Sep 28
2
[PATCH nbdkit 1/2] common/include: Add function for subtracting struct timeval.
--- common/include/test-tvdiff.c | 75 +++++++++++++++++++++++++++++------- common/include/tvdiff.h | 13 ++++++- 2 files changed, 74 insertions(+), 14 deletions(-) diff --git a/common/include/test-tvdiff.c b/common/include/test-tvdiff.c index 9cbcfc0..abefb2e 100644 --- a/common/include/test-tvdiff.c +++ b/common/include/test-tvdiff.c @@ -36,7 +36,6 @@ #include <stdlib.h> #include