Displaying 20 results from an estimated 1000 matches similar to: "SIP to CAPI problem"
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
2005 Aug 26
1
bridging sip to capi, no playtones back to caller
I've the following setup :
sip phone -> ser (auth and routing) -> asterisk with capi isdn
when I call a pstn number everything works fine, but I can't hear
anything till the called answer.
this is the output from a test call :
-- Executing Playtones("SIP/2.7.184.61-08152880", "dial") in new stack
-- Executing Dial("SIP/2.7.184.61-08152880",
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
2005 Aug 24
2
Error when answering CAPI
Hi,
I've a Fritz card which was working fine, recently I changed
hardware and my nightmare started. Now when I call someone through the
chan_capi (0.3.5 or 0.4.0) it works fine but when I receive calls I
always get hungup. Can someone please give some help? Here are the logs:
*CLI>
-- CONNECT_IND ID=001 #0x0000 LEN=0049
Controller/PLCI/NCCI = 0x101
CIPValue
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 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
2005 Sep 05
6
asterisk CAPI dial-in issues
Hello configuration as follows, dial-out works:
capi.conf:
[hfcpci]
;;PointToPoint (55512-0)
isdnmode=MSN
incomingmsn=*
;msn=61
controller=1
devices=2
context=incoming
extensions.conf:
[incoming]
exten => _XX,1,Playback(demo-abouttotry)
exten => _XX,n,Dial,SIP/xlite1
exten => _XX,n,HangUp
When call is placed, the following debug info is shown, after the last
line, it stalls until
2006 Jan 16
1
chan_capi-cm and DID
Hi all,
i have asterisk 1.0.9 with an Eicon Diva 4bri and
chan_capi-cm-0.6. I have 2 NTBAs (one with did and one
without).
When using the one without did, i am able to place
outgoing and incoming calls. When i use the NTBAs with
did i have a layer 2 error.
Anyone an idea?
-- Executing Dial("SIP/2004-9634",
"CAPI/g1/43XXXXXX") in new stack
> data = g1/43XXXXXX
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 =>
2005 Feb 21
1
Problem with ISDN Dialin via CAPI
Hello List,
because this is my first post to this list, i'd like to introduce myself.
My name is Thorsten M?ller, 26 years old and live near Frankfurt/Main in
germany.
Okay, now to the reason for this posting:
I just installed my first asterisk server (Debian 2.2 Kernel 2.4.18-686)
with AVM ISDN Fritz PCI card (passive).
I followed the configuration on http://voip-info.org and the
2005 Oct 08
2
No incoming calls from chan_capi 0.6
Hello,
I'm trying to use the version 0.6 of chan_capi-cm for outgoing calls it
works perfectly but for incoming calls it doesn't work.
I tried to set an extension to dial my from-pstn context and it works.
So I think there's a problem with my capi.conf or something...
Here's a debug when calling
-- CONNECT_IND
(PLCI=0x101,DID=9100,CID=46720XXXX,CIP=0x4,CONTROLLER=0x1)
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,
2005 Mar 13
5
possible bug in chan_capi concerning context handling
Hello,
I am trying to configure asterisk 1.0.7pre to get incoming calls from an
ISDN line using an AVM fritz PCI 2.0 with Chan_capi 0.3.5. My problem is
that the context is not recognised in the /etc/asterisk/capi.conf
I have in /etc/asterisk/capi.conf 's section "[interfaces]" the
following directive
context=isdn
and the following directive in /etc/asterisk/extensions.conf in
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
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
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
2004 Aug 10
11
CAPI call transfer
Hi,
I am having trouble configuring CAPI so that call transfers work.
I make a SIP call to asterisk which goes out on ISDn via CAPI. Then
I
try to do a transfer from the SIP phone which doesn't work and
results
in the call being disconnected.
The error message given by asterisk is that it chan_capi can't find
an
entry for the outgoing msn for the transfer however the outgoing msn
is the
2005 Sep 19
0
Call dropped 100% of time when incoming IAX routed to outgoing CAPI
Good day,
The unusual thing about this problem is that it doesn't occur just during a
CAPI call, or just during an IAX/SIP call. Only during IAX/CAPI
I'm having some trouble with the CAPI interface and it only occurs when a call
comes in on an IAX channel and goes out the CAPI interface.
The capi debug in the asterisk console is below as well as the relevent parts
of .conf files from
2004 Jun 28
4
Chan_Capi Down
Hi all,
* was running ... I have a WT405P and an AVM C4 with chan_capi 0.3.4a
Today chan_capi stopped working, without any changings at the system.
It seems, that not * is the reason, because isdn-log also shows no calls.
If I try to call * from outside via capi, I only get a busy.
That is the try from inside to outside:
stern01*CLI>
-- data = @89930:0107901723168212
-- capi
2004 Nov 27
2
capi question
hi,
I've been running a pure sip asterisk box for a while now with no
problems, and i've recently added an isdn2e line from bt in the uk.
everything is hooked up and i've got it ringing my sip extensions, but
the logs don't quite look perfect and i can't see any description of
what i should consider to be normal behaviour.
would someone be able to look this over and tell me