similar to: Problem with dialing out and chan_capi

Displaying 20 results from an estimated 10000 matches similar to: "Problem with dialing out and chan_capi"

2006 Feb 11
4
Problem with Wait() and chan_capi-cm?
Hi! I am playing around with Asterisk and have a problem :-) (Asterisk-version: 1.2.4, chan_capi-cm-version: 0.6.4) I have a sip-phone at my desk and an ISDN-phone (independent of the Asterisk-server) in my living room, when I'm not at my desk, the sip-phone is switched off. I would like to be able to accept calls at both phones (when available) and have Voicemail kick in if I don't
2003 Oct 15
0
Some questions for chan_capi
Hello list, I have some trouble with chan_capi and asterisk. I'm using 2 Fritz!Card PCI in one * box and testing it with soft phone like sj-phone and x-lite without any serious problems, but: + I don't understand some settings. - what's deflect in capi.conf for? - how to configure multiple isdn-cards in capi.conf? + Some probs with the extensions.conf - exten =>
2004 Jan 22
1
chan_capi: suppress calling number on outbound dialing?
Hi, I just wonder, if it is possible, to suppress my own number on outbound dials with chan_capi. I took a look into the sources and think it might work with toggeling the "@" in front of the outbound msn in the dialstring. (Dial(CAPI/@msn... vs. Dial(CAPI/msn... But it doesn't work. Maybee I'm wrong and misunderstood the code. Thanks for any answers! Karsten
2005 Jun 22
1
Dialplan Q: Dialing with Capi
Hello, I'm using asterisk 1.0.7. with a somewhat advanced setup with IAX and CAPI as channels. A call comes in via IAX2 and should be redirected to CAPI. So I wrote the following dialplan: [fromiax] exten => _8XXX,1,Answer exten => _8XXX,2,Dial(CAPI/265:B${EXTEN:1},,r) [fromcapi] exten => 265,1,Answer exten => 265,2,Dial(IAX2/PoC/11@from-lw) exten => 265-BUSY,1,Busy exten
2004 Mar 30
2
CAPI problems when loading chan_capi.so
Hi all, I compiled/installed chan_capi.so without problems. When I launch Asterisk, I get the following error: --- [chan_capi.so] => (Common ISDN API for Asterisk) == Parsing '/etc/asterisk/capi.conf': Found Mar 30 19:47:52 NOTICE[16384]: chan_capi.c:2338 mkif: ast_capi_pvt(91xxxxxx,*,pstn,0x2,2) (1,2,64) (0)(0.800000/0.800000) 0 Mar 30 19:47:52 NOTICE[16384]: chan_capi.c:2338
2006 Mar 15
1
AVM C2 chan_capi-cm-0.6.3 Error on Dial
I'm getting a strange error on one of the two controllers on an AVM C2 card under chan_capi-cm-0.6.3. I have two ISDN controllers defined, both in the same group, both connections are UK ISDN2e Point to Point: On the third outbound call (both of the first two calls are handled by the second controller "ISDN2",) I get this error : chan_capi.c conf_error 0x2001 PLCI=0x301
2004 Jun 22
1
Unable to create channel - CVS Broken?
Hi, Just started to get this error after updating to the latest CVS. Asterisk dies if it can't create a channel - not so good. -- Executing SetCallerID("SIP/750-2550", "39660426") in new stack -- Executing Dial("SIP/750-2550", "CAPI/39660426:22179808") in new stack Jun 22 13:52:05 NOTICE[262161]: chan_capi.c:1172 capi_request: didn't find
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
2003 Jun 16
0
chan_capi and hanging channels
hi using chan_capi, I get _lots_ of hanging channels after a while. This was first beleived to be SIP related, but I doubt it. below, 'roy' is on MGCP, and 'fax' is just a bridged dial if someone dials in, it's re-routed to another external number roy asterisk1*CLI> show channels Channel (Context Extension Pri ) State Appl. Data
2004 Jul 18
1
chan_capi won't compile
I am trying to compile chan_capi 3.3.4a, but I end up with lots of gibberish. Near the top it states that capi20.h doesn't exist. Searching for the file, several show up: # find / -name capi20.h -print /usr/src/linux-2.4.21-144/include/config/isdn/capi/capi20.h /usr/src/linux-2.4.21-231-include/smp/include/config/isdn/capi/capi20.h
2004 Sep 27
3
chan_capi, Eicon Diva server BRI, kernel 2.6?
Hi list, Does chan_capi work with kernel 2.6? The Eicon Diva server card loads fine judging from /var/log/messages but Asterisk gives an error when trying to load the chan_capi module. I'm using chan_capi-0.3.5, zaptel-1.0.0, libpri-1.0.0 and asterisk-1.0.0 on a Fedora box with kernel 2.6.8-1.584. Zaptel and ilbpri work fine as does *. I have seen a msg that may be related and don't know
2005 Oct 06
0
chan_capi configuration with AVM C2 card
Hi; I've been asked to take a (remote) look at an Asterisk@home system running asterisk 1.0.9 on Centos 3.5. It's running chan_capi-0.3.5 It has an AVM c2 ISDN card which is plugged into what I believe to be a couple of BT ISDN2e "System Access" (i.e. point to point) connections. We've placed a support call to BT to find out how these lines are actually provisioned, but
2005 Sep 20
3
[ANNOUNCE] chan_capi-cm-0.6 released
Hi all, it took a while, but on sourceforge.net I added the new release 0.6 of chan_capi-cm driver. Note: dial string and capi.conf has changed. The main changes are: - added 'relaxdtmf'. - more BSD compatibility - correct PROGRESS handling - added verbose text for capi info/reason error messages. - use correct facility-selector for echo-cancel - added application capicommand() for CAPI
2006 Feb 19
2
chan_capi setting ${DNIS}
Is there a reason the variable ${DNIS} does not get set with incoming calls via chan_capi ? Is it related to the MSN=X in capi.conf ? version = chan_capi-cm-0.6.3 example; exten => _95555555XX,1,NoOp, ${EXTEN}, ${DNIS} == ISDN1: Incoming call '0400000000' -> '95555555' -- Executing SetCDRUserField("CAPI/ISDN1/955555 55-135", "Incoming") in new
2004 Sep 21
0
Chan_capi: using both b-channels
Hi there, I just recently installed asterisk from cvs on SuSE 8.2 successfully. I was quite surprised since asterisk seems to be a quite complex and powerful application. I also installed chan_capi 0.3.5 and am using a Fritz!PCI card at an ISDN line (PtMP). I already got some basic extension schemes to work, e. g. the capi callback example from junghanns.net. One of my goals is to set up an
2003 Nov 19
1
fritz pci / chan_capi / australia setup
Hi * Fans, I have some fritz cards now, followed instructions from stuart hirsts email of Jun 28: -> Thanks for your info but I think I have it working at last. Below are the steps I took which might help others. 1) Download the PCI AVM drivers from ftp://ftp.avm.de/cardware 2) Download the Chan_capi from http://www.junghanns.net/asterisk/ 3) tar -xvzf fcpci-suse8.0-03.09.10.tar.gz which
2004 Nov 26
0
P2P (DDI) mode with chan_capi 0.3.5
Hi everybody, I have problems with the chan_capi in the P2P (DDI) mode and it is not possible to use zaphfc, because I need call defelction. This is my capi.conf: [general] nationalprefix=0 internationalprefix=00 rxgain=0.8 txgain=0.8 language=de ;mode=immediate isdnmode=ptp ; 123456 -0 [interfaces] msn=1234560 incomingmsn=1234560 controller=1
2004 Jun 07
6
chan_capi and DDI (Anlagenanschluss)
Hi all ! We have 3 NTBAs which are all going to our existing PBX. Our areacode is 06003 and our DDI enabled number 9141. I want to exchange that PBX with Asterisk, but still struggle to get it working. My CAPI.CONF is currently like this: [general] nationalprefix=0 internationalprefix=00 rxgain=0.800000 txgain=0.800000 [interfaces] context=in-capi msn=60039141 incomingmsn=* controller=1
2003 Jul 20
1
DTMF crashes chan_capi
Hi, I'm having a problem with DTMF tones from my SIP client apparently crashing the chan_capi driver. However I'm not sure whether this is a bug or misconfiguration on my part: if I set "softdtmf=1" in /etc/asterisk/capi.conf the problem goes away. Does the AVM B1 not support DTMF detection? The set up I have is using latest CVS (3 days old) running RH8 on a 933MHz P3. SIP
2005 Sep 02
2
chan_capi hfcpci mISDN linux 2.6.12 not working
Hello, These are error messages I get when I try to call a number over CAPI channel. -- Executing SetCallerID("SIP/xlite1-3b80", "0") in new stack -- Executing Dial("SIP/xlite1-3b80", "CAPI/hfcpci/b17") in new stack > data = hfcpci/b17 > capi request for interface 'hfcpci' == hfcpci: Call CAPI/hfcpci/b17-1 (pres=0x00,