similar to: ISDN4Linux early call progress tones & announcements from the PSTN

Displaying 20 results from an estimated 3000 matches similar to: "ISDN4Linux early call progress tones & announcements from the PSTN"

2005 Feb 22
0
PSTN tones with ISDN4Linux
Hi all, I'm playing with Asterisk and I've already configured all needed .conf files. It works quite well, but now I need your help to tune the system: when I place a call from a softphone to the PSTN, I can't hear directly Telco's tones and I can't use its services, e.g. a mobile's answering machine. I don't know if I have to modify the dialplan or if it depends on my
2006 Feb 17
1
FW: AGI onAnswer function: does it exist?
Hello, Does anyone know any solution to this? Or is Asterisk-Dev a more suitable list to ask this question? Best regards, Vlasis Hatzistavrou. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Vlasis Hatzistavrou Sent: Thursday, February 16, 2006 3:43 PM To: asterisk-users@lists.digium.com Cc: 'Vlasis
2004 Sep 16
1
Problems with native h323 channel on Asterisk RC2: No early audio and codec negotiation issues
Hello all, We have been testing Asterisk RC2 with the native H323 channel driver. We followed the instructions with the needed OpenH323 and PWLib versions and everything compiled ok. Operation of the driver seems ok, except from 2 main points: 1) Audio is passed between the two ends of the call only after the call is answered. This was not the case with previous versions of Asterisk (0.9.2
2011 Apr 15
5
Possible bug in Hangup() (Asterisk 1.4.x)
Hello, On an Asterisk 1.4.33.1 in a simple scenario: [test] exten => _X.,1,Dial(SIP/12345 at peer01,,,) exten => i,1,Hangup(${HANGUPCAUSE}) exten => t,1,Hangup(${HANGUPCAUSE}) exten => h,1,Hangup(${HANGUPCAUSE}) I have noticed that no matter what value we set in the Hangup(<cause code>) commands, if the call is not answered by peer01 for any reason, the actual cause code
2003 Apr 05
0
Re: Asterisk-Users digest, Vol 1 #237 - 11 msgs
asterisk-users-request@lists.digium.com wrote: >Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users >or, via email, send a message with subject or body 'help' to > asterisk-users-request@lists.digium.com > >You can
2004 Sep 07
1
Asterisk + NetJet (ISDN4Linux)
Well, it has been a long time since I used my NetJet S cards with asterisk (moved to the quad PRI card) but I am trying to get this working again for home use. Basically, what I am using is this: Linux 2.6.8.1: config lines: # ISDN subsystem CONFIG_ISDN=y # Old ISDN4Linux CONFIG_ISDN_I4L=y # CONFIG_ISDN_PPP is not set CONFIG_ISDN_AUDIO=y # CONFIG_ISDN_TTY_FAX is not set CONFIG_ISDN_DRV_HISAX=y
2005 Jan 21
1
Intermittent breakage with the ISDN4Linux modem driver
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm having some problems using the asterisk modem driver with an ISDN4Linux card (AVM Fritz). (I realise that it's better to use CAPI, but unfortunately this card doesn't have any CAPI drivers). Every so often the ISDN just stops working (it neither dials out nor accepts incoming calls). Trying to dial out just logs: --
2004 May 05
7
* & ISDN-BRI-PTP & DID & ISDN4Linux does not show incoming number
Hi, I am using Asterisk on a DSS1 ISDN-BRI with ISDN4Linux (and a Fritz Card PnP). The ISDN-BRI is in PTP-Mode (Point to Point "german: Anlagenanschluss") which is enabled within I4L with "hisaxctrl fcpcipnp0 7 1". Everything works fine except that I can not see the called number/MSN of incoming calls within Asterisk and because of this I can not route incoming calls
2003 Apr 01
2
CE certification for Europe
Hello, I'd like to ask if there are any news about CE certification of the E1 boards. I know that the T1 boards are FCC certified but I'd also like to know what is the status for CE certification. Thanks for any input, Vlasis Hatzistavrou.
2004 Dec 29
0
ISDN4Linux Incoming calls
Hi everybody ! I've a Pentium IV with a USR ISDN PCI Card W699. Card I've installed asterisk 1.0.0 and it's working fine with outgoing call to POTS But it never answers to my incoming call from POTS and I don't understand why. I tested the modem also with the minicom utility and I never saw the "RING" status It seems that the modem didn't know somebody is
2004 Sep 03
2
OH323 0.6.3b compilation problem with 1.0 RC2 on RH9
Hello, I just tried to compile OH323 0.6.3b on a RH9 machine with Asterisk 1.0 RC2 installed but failed. I applied the patch to the required OpenH323 library according to the instructions, and set the proper directories in the Makefile. Here is what I receive after I issue make: ******************************* g++ -DP_USE_PRAGMA -fno-rtti -ffunction-sections -fdata-sections -D_REENTRANT -
2004 Sep 21
1
HELP on AVM Fritz with CAPI drivers for SMP RH 9
Hello, I have been wrestling with installing the CAPI drivers for AVM Fritz in order to use chan_capi with Asterisk. I use an SMP machine, RH 9. I have found rpm's for CAPI and AVM drivers (namely: capi4k-utils-2003.06.16-08.mungo.RH9.i686.rpm and kernel-2.4.20-8- avmfcpci-03.11.02-08.mungo.RH9.i686.rpm), but I believe that they support only single processor machines. I've already
2010 Aug 10
1
Dial option 'r' not working anymore?
Hello, I have used the Dial option 'r' before in older Asterisk versions and it behaved as expected, that is, Asterisk would always give ringback audio before the call was answered no matter what. It has been a while that I have used version 1.4.33.1 without any the 'r' option. Now that I had to use it for a while, I noticed that 'r' would not give ANY audio until the
2003 May 15
0
OT: MGCP
Hello all, Sorry for the slightly off-topic issue, I need to have a capture from a network sniffer (like Ethereal for example) from a call setup with the MGCP protocol. I thought that since Asterisk now supports MGCP some of the people who develop the MGCP channel driver may have such a capture available. I need this for my MSc thesis and unfortunately, I don't have any MGCP compliant
2006 Feb 16
0
AGI onAnswer function: does it exist?
Hello, I am trying to write an AGI in Perl and I need to execute a function upon answer of a call. I know that there is the possibility to use the M() option in the Dial command in order to do what I need, but that would mean that I would have to incorporate the function's work in a different AGI program, and I need to avoid this. So, I would like to know if such an option is available in
2004 Apr 21
1
one-way audio and isdn4linux
Hi, Apologies in advance for the lengthy email. I'm new to asterisk and have trouble with isdn4linux. The setup is very basic like this: winxp ------- asterisk -------- winxp x-lite | x-lite | pstn The hardware involved is: Compaq EVO with RH9/kernel 2.4.20-30.9. Fritz!Card PCI v2 Asterisk CVS-04/17/04-21:36:18 Basically
2004 Apr 07
0
Struggling with ISDN4Linux and Asterisk config
The card is an ASUSCOM ISDNLink PCI (passive) and the circuit is from Qwest (in the US). I will be using this circuit only for voice (I'm doing this because of the poor quality of my POTS lines). I've compiled Hisax (as a module) into my 2.4.25 kernel, and with 'modprobe hisax type=35 protocol=4 id=hisax' I get the following: Apr 7 10:34:24 dev kernel: HiSax: Linux Driver for
2004 Aug 19
1
Isdn4Linux and DTMF
Hello all, I currently have an Eicon Diva Client isdn card using i4l. Outbound dtmf doesn't work (and never has), but there has been an annoying problem with false dtmf detection in calls (that could be triggered easily by blowing into the receiver on the remote end). I looked through the list and found two patches that need to be applied - 1 to isdn_tty.c in the kernel, and another to
2005 Jan 21
0
Caller id with isdn4linux
hello Sorry for my poor english... A have probleme with callerid with isdn4linux I am using diva pci 2.02 passive card, Asterisk 1.0.4 (i have tested all releases) Fedora core 2 Zaptel card All work great but i have not the caller id. I have trace chan_modem_i4l.c, and callerid id string send by isdn4linux is ok (CALLER NUMBER: XXXXXXX RING/YYYYYYY and so on...) I never could install isdn
2005 Feb 12
3
Initializing two ISDN cards in isdn4linux
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! After LOTS of research on this list and internet in general I managed to get an old Teles PCI card working with Asterisk throught ISDN4Linux. No echos, no delays, simply perfect -- electronic poetry ! :) eheheheheh I just didn't get it to work with CAPI and "chan_capi" but, since isdn4linux is doing such a good job, I'll