similar to: Choppy sound with chan_capi + Fritz Card USB

Displaying 20 results from an estimated 500 matches similar to: "Choppy sound with chan_capi + Fritz Card USB"

2005 Jul 15
2
Strange problem with SIP and CAPI
Hi, I?ve strange problem when I?m making a call from SIP (Cisco 7960) to capi (Fritz PCI). When I call a national number, I?m hearing the ringtone when the called party is ringing but when I call an international number, I don?t hear the ringtone and I?ve a silence until the called party answers. Both call are going through the same extension. Here?s 2 log files, one with a national number and
2007 Jul 24
0
Diva Server BRI hangs up after about 25 seconds
I have a Diva Server BRI installed in a Debian system running Asterisk 1.2.22. When a call comes in the Background application plays a couple of times. Halfway through the second time, the call is disconnected (total time connected about 25 seconds). I've posted various configs below. Any advice on how to debug would be appreciated. We are located in New Zealand. CLI showing capi debug (just
2006 Jan 13
2
PrimuX Cards with chan_capi-cm
Hello List, I'm trying to get a PrimuX Card (www.primuxisdn.de) working. The Manufacturer says that chan_capi (the older one) used to work. Now I'm trying with chan_capi-cm and have got the following problems: Outgoing calls "ausgehend_ueber_ntba_primux.txt" the other phone rings but when I answer the call asterisk crashes. Incoming: first tried with immediate=no
2004 Jan 20
4
CAPI: Early-B3 working with AVM-B1?
Hi, I tested the capi_chan with latest cvs of * and I have problems with Early-B3. The following dialstring works for me (without Early B3): exten => _0X.,1,Dial(CAPI/@22715291:${EXTEN:1}|30) But if I add the 'b' for using Early-B3 exten => _0X.,1,Dial(CAPI/@22715291:b${EXTEN:1}|30) nothing changes (no dialtone). If in this example the called party discards the call, there is no
2010 Mar 09
0
Asterisk 1.6.2.5 crash with chan_capi upon calling to PSTN
Hi, I am having a problem with (Asterisk is crashing) with a Fritz card PCI / chan_capi. Receiving Calls from PSTN works, but outbound calls make asterisk crash (Speicherzugriffsfehler/Segmentation fault). The crash occurs upon dialing with the other phone not even ringing. I hereby ask if somebody reading this list can confirm or disprove my issue. Does anbody run a recent asterisk 2.6 with
2006 Sep 13
2
recursive methods for concatenating sets of files
Hello, I would like to read sets of files within a folder, perhaps using recursive methods. Right now, I rename the files before import. It would be even better to do this without renaming files, without providing explicit filenames, perhaps by importing files based on chronology, and translating each filename into a header? Please excuse my ignorance, and help cure my clunky programming
2003 Jul 28
1
Problems with two B channels
Hello all, I'm trying to get CAPI to work with two B channels (AVM B1 PCMCIA) on a P4 2GHz (linux kernel 2.4.21) system. All are ok with just one B channel. But when I open a second B chan, the sound is choppy, with too long gaps, and the CPU load is too high (~50%). On the Asterisk's console I get these messages: -- Executing Dial("H323:4478",
2006 Jun 04
5
chan_capi-cm-0.6 and incoming calls problem
I have a problem receving calls via the ISDN line, using the followin components Asterisk 1.0.9 with asterisk@home chan_capi-cm-0.6 AVM Fritz card datalink protocol = point to multimode I can make calls out with no problems so the issue is only incoming calls. When I make the call from an external line to the ISDN line connected to asterisk, I get a busy signal after about 5 seconds. I have
2006 Feb 23
2
chan_capi-cm-0.6.4
Hello Armin, hello List I'm trying to get chan_capi working with asterisk from debian stable (asterisk 1.0.7, the debian version number is 1:1.0.7.dfsg.1-2). I managed to get it compiled by providing my own version of ast_copy_string. This is an Austrian PTP line. I can do outgoing calls fine (no comprehensive tests yet). For incoming calls, I'm getting "No answer" on the
2007 Jul 27
1
ISDN: Problems starting off [another attempt]
[Something seems to have went wrong with my previous posting. It appears on the archive page in another thread. I did not receive anything myself. So I may give it another try:] Hi, the first thing I did with Asterisk is listening to `demo-congrats' by Xlite on the same machine. This works perfectly. The config files are those shipped with the package. Now I want to listen to it over
2007 Jul 26
2
ISDN: Problems starting off
Hi, the first thing I did with Asterisk is listening to `demo-congrats' by Xlite on the same machine. This works perfectly. The config files are those shipped with the package. Now I want to listen to it over ISDN/Capi but I don't succeed. My `capi.conf' is like show in many tutorial on the web. In `extensions.conf' I just added the following lines: [capi-in] exten =>
2006 Apr 01
2
chan-capi: Sending digits on a bri (isdn) d-channel
Dear asterisk users! I want to control a hardware pbx with asterisk. What I need to do this is being able to press "hold" which can be done with capicommand(hold) and then send digits on a bri card which connects to my asterisk computer. So far I use Dial(CAPI/ISDN1/27:<<digits>>/bo,15) to do this. Are there better ways? Note that these are not dtmf, I'm afraid. I use
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
Hi, I have a piece of R code that calls mgcv::gam. The code runs fine in the interactive mode, but terminates R w/o a single message when run non-interactively. Though I think I should be able to locate the problem by brute force I'd appreciate an advise how to do it more intelligently using R debugging tools. At this time I only know that it has something to do with me loading my custom
2007 Dec 10
0
CAPI didn't get a frame | avoiding initial deadlock | multiple instances of Asterisk
Hi guys, First of all, I know that this server must be upgraded asap, I'm just wondering if anyone of you has already faced this problem and , if so, would the upgrade solve my problems... CAPI version 0.6 Asterisk 1.2.5 AGI scripts are being used Main problems: -Dropped Calls - ps aux | grep asterisk shows that asterisk (that is started with safe_asterisk) is generating multiple
2015 Jun 22
2
[RFC PATCH 5/8] nv50: prevent NULL pointer dereference with pipe_query functions
If query_create fails, why would any of these functions get called? On Mon, Jun 22, 2015 at 4:53 PM, Samuel Pitoiset <samuel.pitoiset at gmail.com> wrote: > This may happen when nv50_query_create() fails to create a new query. > > Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com> > --- > src/gallium/drivers/nouveau/nv50/nv50_query.c | 15 ++++++++++++++-
2006 Jan 27
1
No IN and OUT on ISDN line at the same time?
Hi, I like to forward an incoming call on an ISDN line to my mobile phone. Since ISDN offers two channels, I thought that this should work, but Asterisk tells me, that there is no channel available. There is no one else using this line, so guess I made a mistake in the configuration or it might not work for another reason. Here's the CLI output , the capi.conf and extensions.conf. 83086921 is
2004 Jan 20
0
chan_capi capiECT
Hi all, does anyone have capiECT working? I can't get it to work - please see my logfiles below. While using an * CVS version of late September and chan_capi-0.2.5 (I guess), it worked!!! (I know, never change a running system ... should've backuped ... etc.) Here's the setup: NT----AgfeoISDNPBX----AgfeoISDNPBX----AnalogPhones in between the two PBX I attached my * server with a
2007 Jul 12
0
No subject
1. If the other end picks up the phone the conversation is successful and when the conversation ends, the channel is properly released: -- CAPI/ISDN1#02/2104988888-0 answered SIP/1000-081d91b0 == ISDN1#02: CAPI Hangingup for PLCI=0x101 in state 2 == Spawn extension (internal, 2104988888, 1) exited non-zero on 'SIP/1000-081d91b0' > ISDN1#02: CAPI INFO 0x3490: Normal call
2008 Jan 12
1
ISDN channels not properly released after call
Hello everyone, I'm using very simple setup to make and receive external ISDN calls through a softphone (x-lite version 3.0 - Win32) via an asterisk box. Hardware setup: - Dialogic Diva BRI (lspci yields: Network controller: Eicon Technology Corporation DIVA Server BRI-2M/-2F (rev 01)) - ISDN BRI line Software setup: - Redhat 9 - asterisk-1.4.16.2 - chan_capi-1.0.2 Asterisk configuration
2006 Dec 13
1
Diva Server V-BRI-2 and internal numbers
Hi, I have an asterisk with a DIVA Server V-BRI-2 card, connected to a Siemens PABX. From a SIP phone, I can call other internal SIP phones, external numbers (to PSTN), but I can't call internal phones connected to the internal phone network. When I call 107, which is an internal phone, heres the logs from asterisk: -- Executing Dial("SIP/Greg-081f5a10",