similar to: do not pickup/ignore msn functionality

Displaying 20 results from an estimated 2000 matches similar to: "do not pickup/ignore msn functionality"

2006 Feb 23
1
chan_capi-cm 0.6.4 random outgoing MSN problem
I've having a big problem after having upgraded to 1.2.4 and chan_capi-cm 0.6.4 When making outgoing calls I don't seem to have any control over the CLI that is presented to the called party -- it can be any one of the MSNs allocated to the line, allocated on what seems to be a random basis. This is on a BT Business Highway line (which is essentially an ISDN2e line with two built-in
2004 Dec 02
2
more than 3 msns with chan_capi
I have 10 msns on my isdn bri incoming (AVM Fritz, chan_capi 3.5) When i set in capi.conf [interfaces] msn=1,2,3,4,5,6,7,8,9,10 incomingmsn=* controller=1 softdtmf=1 accountcode= context=tcom-in echocancel=yes devices=2 Only msn 1,2,3 are working. What can i do? Thanks Jens
2005 Aug 27
1
Asterisk ISDN: Problem Setting CallerID as DID Extension Numbers.
Hello Group, Current Setup: - Eicon Quad BRI ISDN Card. - 4 ISDN BRI (Telco: Telstra) Onramp2 services. - Mode: Point2Point. - 100 Indial Number ranges. Full National Number (9 digit format): BAAAAAAXX where: B (Area code): 2/3/7/8 A (Normal Numbers) X (99 Indial extensions) eg: BAAAAAA00 BAAAAAA20 etc Requirement: - To be able send Indial numbers as Caller ID when dialing out. Configration:
2005 Jul 22
1
Chan_capi MSN problem
All, before I start, I have read the readme and realise the dial syntax has changed since 3.5.....(and I really wish it hadn't).... anyway can somone please help me round a config issue? Previously I had a capi.caonf as follows. This config allowed me to have multiple MSN's on the same ISDN/Fritz! card under seperate contexts.
2005 Sep 28
2
chan_capi-cm, Euro ISDN bus: 2 extensions on same BRI port not working
Hello, I am using a system with an AVM ISDN PCI card (fcpci) and asterisk with chan_capi-cm-0.6. The hardware is connected to a Siemens Hipath 3550 PBX. As a BRI connection has 2 channels and allows 2 simultaneous calls, numbers/MSNs 6391 and 6392 were for provisioned for each channel. The system is working (partly, read on), the trick is the correct cable wiring and setup the PBX's port
2004 May 12
1
Multiple ISDN controllers & Capi
Hi, how can I set up multiple ISDN controllers with chan_capi, so that every controller has its own configuration (MSNs to listen etc...) ? I know I can configure "controllers=1,2" in chan_capi's capi.conf but then the controllers have the identical configuration and context within asterisk. My setup: I have 2 BRI-controllers (in one AVM C2). 1. BRI: point-to-point, Number:
2006 Jun 29
4
Very bad quality with AVM Fritz!card PCI and chan_capi
Hi everyone, I have Asterisk SVN-trunk-r7498 running for a few months and I'm quite happy with it. However, I am experiencing a quality issue with my AVM Fritz!card PCI which is used with chan_capi. When somebody calls me on this line he hears a lot of noise and I hear "scratches" and "plops". It is very annoying. Below is is my /etc/asterisk/capi.conf I've tried to
2005 Sep 21
2
Submitting ISDN-MSN from a SIP-Phone
Hello, i wonder why i didn't find a solution for this problem yet, because it seems very common: I have an asterisk server with an AVM (Fritz) ISDN-Card (BRI), and some SIP-Softphones which i can call from outside by calling the phonenumber of the Asterisk-Server and then dialing the number of the SIP-Phone. If I make a call from a SIP-Phone into PSTN, only the MSN of the asterisk-server is
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
2006 Jun 19
2
Asterisk voicemail problem with isdn avm fritz!card
Hello everyone, I have Asterisk SVN-trunk-r7498 installed on a server (celeron 2.4 Ghz, 256MB) with a TDM40b a TDM04b and an avm fritz!card pci. I experience a problem with voicemail: my messages are good unless the incoming call comes from isdn, which means via the avm fritz!card. In this case (and in this case only) the message is disjointed and I can hear at most 1 second out of a 1 minute
2007 Mar 22
1
Problem in using Two BRi Cards in Asterisk
Hi, I have done my best and tired of searching the net about the problem. If anybody could help would be a great favour. Description of Problem ------------------------ I am trying to install two Netpci cards(Traverse Technology Netjet ISDN-s) on Trixbox 2 and aim is to use in Asterisk as dailin and dialout. I compliled the driver as directed in the manufacture manual. After installation dmesg
2004 Jun 22
3
Asterisk answering only one (dialed-) Number on a PTMP (German "Mehrgeräteanschluss")?
Hi, please excuse my poor englisch. Is it possible to connect a (privat Test-Asterisk) to my privat ISDN and allow him to only answer one dialed number? We have 3 up to 10 Numbers on each (Euro-)ISDN (2 b-chanels), it cant't be done by the last Digits cause the numbers are completely different. For Example: I have 3 Numbers (641717, 928752....) Is it possible to tell Asterisk (in
2005 Jan 17
0
chan_capi outgoing msn
Vincent Guidoux schrieb: > Now i have a un new prob > > Executing Dial("SIP/2500-0bbb", "CAPI/@4202270:0796273153|30|r") in new > stack > Jan 17 13:14:39 NOTICE[4146]: chan_capi.c:1173 capi_request: didn't find > capi device with outgoing msn = 4202270. you should check your config well the error message says it all. 'you should check your
2004 Jul 17
3
chan_capi: sending incoming calls to different contexts
Hello, I am using chan_capi and would like * to behave differently depending on the MSN the caller dials. Is there a way to route incoming ISDN calls to different contexts based on the MSN dailled? I have tried something like msn=1234 incomingmsn=1234 context=msn1 msn=4567 incomingmsn=4567 context=msn2 in capi.conf but with no results. Thanks for any hints. -Walter -- Walter Doerr
2006 Jan 20
2
AVM C4, asterisk-1.0.8, /etc/asterisk/capi.conf
Has anyone a working /etc/asterisk/capi.conf example for Germany or Switzerland using the AVM C4 - ISDN Card. I try to connect asterisk to 3 wires BRI-ISDN (Swisscom). I appreciate your help and it would save me a lot of time, figuring it out by myself. regards, Claudio
2005 Mar 28
3
CAPI/Dialing out
Hi, after having read so much about Asterisk, I went on and tried out to create a little sample-setup. I'm using a Fritz Card USB with the AVM Capi Driver and two X-Lite Softphones. Dialing between the softphones makes no problem. Calling the MSN fron an external phone also works. I'm getting to the asterisk demo-voicebox which works flawlessly. Now may next step has been to enable
2003 Dec 23
2
Capi Dial & outgoing msn?
Hi all, I am trying to get Capi Dial to use a specific outgoing msn. I can't get it to work. If I make a test call to 0703241494 (same isdn line, just one of the other numbers) I don't get CLID at all. Any ideas? ; use 0703241432 as outgoing msn exten => _070.,1,Dial(CAPI/@0703241432:${EXTEN}|30|r) in capi.conf I have: [general] nationalprefix=0 internationalprefix=00 rxgain=0.8
2005 Oct 18
3
CAPI - displaying individual MSN
Hi, I'm currently using chan_capi-cm-0.6, with the following capi.conf: [general] nationalprefix=0 internationalprefix=00 rxgain=0.8 txgain=0.8 language=de [ISDN1] msn=8304490 incomingmsn=8304490 isdnmode=msn group=1 controller=1 softdtmf=1 context=demo echosquelch=1 echocancel=yes echotail=64 callgroup=1 devices=2 Each user has a different numer, e.g. 83044910, 83044911, 83044912 and so
2004 Jun 28
0
Context for Incomingmsn
Hi List! I use Asterisk as a pure voicemailbox at a customers place. Right now, a telephone uses up two msns, one for the telephone itself, and one for the telephones mailbox. If the user is absent, a telephonecall is redirected to the voicemail msn of that users telephone. The Problem is: The PBX supports a too small number of msns, so I can't give every user a voicemailbox. Mailboxes are
2005 Sep 29
4
chan_cap-cm-0.6 deflect support
Hi, I've recently reinstalled a Diva in my asterisk server (alongside a QuadBRI :-) to test the nice features Armin has been adding in chan_capi. The capi.conf format has changed, so my question is how do I define a deflect= statement for different incoming MSN's? I've tried to define a section for each (group of) MSN with a different "deflect". Is that correct? [DIVA1]