similar to: Problem when i make a DATA CALL

Displaying 20 results from an estimated 200 matches similar to: "Problem when i make a DATA CALL"

2010 Aug 09
0
[SIP/H.264] Codec negotiation problem ?
Hi, I've a problem configuring my Asterisk. What I try to reach is to interconnect a Tandberg Visioconference (SIP) world with my Asterisk (SIP) with 1 constraint I can't change : "every RTP flow needs to pass THROUGH Asterisk, and are NOT nated" What I observe : - a call made from a SIP Phone registred in Asterisk to Tandberg works (voice and video bidirectionnal) - a call
2010 Mar 03
2
Best practise for ISDN Video Conferencing..
Hi All, I'm about to setup an Asterisk install to take over an old legacy PBX system. At present, the legacy system has modules in it which provides 4 * data ISDN links to the video conferencing unit (Tandberg 3000 MXP) on site, these use the ISDN30 (uk) that the normal voice calls go over. Is it possible to emulate this in asterisk? I've seen zapras but I'm not sure if that's
2010 Nov 12
0
Asterisk and Tandberg Gatekeeper
Has anyone had any luck getting Asterisk 1.6.2.13 to register to a Tandberg Gatekeeper? The logs on the Asterisk end seem to show that the registration request is sent, and the Tandberg Gatekeeper responds. However, the response doesn't seem to be what Asterisk was expecting. Here is my ooh323.conf, followed by the relevant portion of the h323_log: [general] port = 1720 bindaddr =
2004 Jul 30
0
P-value from the joint cumulative distribution of an n-dimensional order statistic
Hello, I want to compute the P-value from the joint cumulative distribution of an n-dimensional order statistic in R, using the formula found on http://cmgm.stanford.edu/%7Ekimlab/multiplespecies/Supplement/methods_network.html My data consists of three different techniques (G2D, POCUS and RANDOM), and each has associated with it a number of rankings (integer between 0 and 1000), like for
2006 Oct 12
0
Beronet BN4S0 instalation
I'm having trouble installing Beronet BN4S0 card. I have downloaded instructions from here http://www.beronet.com/download/card_installation_guide.pdf And when I download install-misdn-mqueue[1].tar.gz I untar it and execute "make" and "make install". This is the output that I get. [root@nbirma1 install-misdn-mqueue]# make install make -C app_bundle make[1]: Entering
2007 Mar 14
1
beronet BN4S0
Hello. Just installed the Beronet BN4S0 card. But i can't connect to my ISDN Line. misdnportinfo gives (what does ":Layer 4 protocol 0x04000001 is detected, but not allowed for TE lib" mean?): best regards and thanks t. asterix asterisk # misdnportinfo Port 1: TE-mode BRI S/T interface line (for phone lines) -> Protocol: DSS1 (Euro ISDN) -> Layer 4 protocol 0x04000001
2010 Dec 17
0
Asterisk and Tandberg VCS
Hi All, We have a Tandberg VCS System for Video conferencing and a customer running AsteriskNow (Asterisk 1.6 + FreePBX) for Audio conferencing. Problem Statement: How do we integrate the 2 systems such that Audio SIP calls are seamlessly passed between the two. Sorry we're just starting up so a bit of general advice, or a link to any document would be great! If anybody has done this -
2013 Dec 12
0
SAS HBA address and SCSI passthrough
Hi, For some time now (starting with the 3.10 or 3.11 kernels, but I'm not sure) I have the following problem: I have a machine with 6 SATA slots and two SAS controllers, one onboard HBA and one RAID controller in a PCIe slot. The problem is that the order of the SAS controllers changes randomly after a reboot, so the SCSI addresses of the devices change. One time lsscsi prints (empty
2005 Feb 04
1
*, BeroNet BN4S0 and misdn - problems
Hi, i use an BN4S0 with misdn an asterisk on Linux 2.6.9. The hfcmulti module is loaded with option: type=0x04 protocol=0x2,0x2,0x22,0x2 layermask=0xf,0xf,0xf,0xf and the fourth port is connected to an ISDN PTMP (MSN) port. Call to #72 from S0 (BN port 4) are not accepted from asterisk but why ? Can anyone give me a hint ?? misdn debug messages follows: lib: NEW_CR Ind with l3id:80001
2010 Mar 06
0
SIPit 26 in Sweden - organized by Edvina
Friends, SIPit is the main interoperability event for all things SIP. It's organized by the SIP Forum and creates good feedback to the IETF. Asterisk has been participating in SIPit during many years and in many variants - videocaps, Marc Blanchet's IPv6 branch and the standard Digium releases. All these tests has lead to a large amount of improvements for Asterisk and have helped us
2010 Jan 28
2
beroNet BN4S0e PCI Express ISDN Card with chan_dahdi
Hi, I'm currently trying to get a BN4S0e (which is basically a BN4S0 with a PCIe connector) working with dahdi. The module is loading properly but the card is not detected by the module. Is support on dahdi planned for this card ? In the meantime i'm gonna use mISDN with this card. Thanks Laurent
2006 Jan 16
1
Problems with XEN-modified Kernel an SDLT 320 / System freeze
hi, If i try a backup with tar / tape sdlt320 on a debian-sarge / 2.6.12 based XEN 3 System, the System freeze. If i test this by knoppix the backup works fine. Test with xen 2.07, Kernel 2.6.11.12 on xen 3.0.0, Kernel 2.6.12 This System in a Interserver with an LSI scsi-Controller and a Tandberg SDLT320 Streamer. Are thereany known issues with this config and xen ? regards Rene
2017 Apr 04
0
[ANNOUNCE] libdrm 2.4.77
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bernd Kuhls (1): tests/etnaviv: link against libdrm Christian Gmeiner (1): etnaviv: remove struct etna_specs Emil Velikov (2): amdgpu: add amdgpu_bo_va_op_raw to the symbol check configure.ac: bring back pthread-stubs check Erik Faye-Lund (1): tegra: update symbol-check Junwei Zhang (1): amdgpu: add REPLACE and
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
[CCing Emil as well] Am 30.07.2014 um 11:38 schrieb Maarten Lankhorst: > Using -export-symbols-regex all private symbols are hidden, resulting in the following changes: Wasn't "-export-symbols-regex" exactly that stuff we are trying to avoid in mesa? Christian. > > libkms: removes all driver specific exports > radeon: removes the bof_* exports > nouveau: removes
2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
Using -export-symbols-regex all private symbols are hidden, resulting in the following changes: libkms: removes all driver specific exports radeon: removes the bof_* exports nouveau: removes the abi16_* exports freedreno: remove the *kgsl_* and msm_* exports intel: removes the drm_mm* exports omap/exynos: unchanged as far as I can tell Signed-off-by: Maarten Lankhorst <maarten.lankhorst at
2005 May 10
1
BRI and PRI together possible?
Hi, I plan to setup an * Server with a TE10P PRI card as E1 and a BN4S0 4 Port BRI card in one box. I tried it first with the bristuff drivers from Junghanns. The BRI card worked fine alone, but as soon as I load the zaptel driver for the TE110P the BRI card says, that the port is down. So I tried it with mISDN. But it seems that this stuff is still unstable (Asterisk refuses to start at first
2007 Apr 03
0
Quad BRI cards
Hi, I have a couple of questions about Quad-BRI solutions for Asterisk, and was hoping that I might get some feedback based on other people's experience. We currently use the Junghanns card, which is a pure Zaptel solution, which is fantastic, but they have no hardware EC solution, and their drivers are becoming increasingly un-stable with time (I back-port to a modified qozap driver from
2010 Oct 15
2
Kernel panic (asterisk 1.8.0-rc3, dahdi-linux-2.4)
Hi, I setup an asterisk system (asterisk 1.8-rc3, dahdi-linux-2.4.0 with dahdi-extra from Tzafrirs git, kernel 2.6.35.4). The hardware is an older pc system with Celeron CPU (2.5 GHz) with a Beronet BN4S0 ISDN card. The system starts without any errors. I discovered a severe issue. The kernel panics on a very small load. The first call normally gets through. If I start the second or third call
2007 May 30
0
Configuring Asterisk as Gateway SIP-H.323 via ooh323
Hi, I'm trying to configure Asterisk as SIP-H.323 Gateway via ooh323, but I have an error relatively to the GK Confirmation message. >From the log: "H323 RAS channel creation - succesful Sent GRQ message Gatekeeper Confirmed (GCF) message received ERROR:No Gatekeeper ID present in received GKconfirmed message Ignoring message and will retransmit GRQ after timeout Error: Failed to
2009 Sep 23
0
Asterisk success
For the last 10 years we have had some Tandberg video conferencing units spread across our WAN. To make a long story short we had to work with another entity to allow access into those units with H.323. Calls from public networks have never worked to those devices with private IP's. Over the summer, my coworker and I built an * VOIP system for one of our high schools. The need came up for