Questions tagged [dahdi]

9 questions
4
votes
2 answers

Configuring DAHDI channels

I installed dahdi 2.7 and asterisk 11 on Ubuntu 12.04.2 LTS. I'm having a hard time configuring a DAHDI channel. I have a AEX 808 card from Digium, the one with 8 FXO ports by my phone line is plugged into port 1 of the card. I followed the exact…
Sapphire
  • 1,107
  • 8
  • 20
  • 35
1
vote
2 answers

Where is dahdi_cfg called from on system boot?

I install DAHDI on Debian stable (Buster) via module-assistant like this: apt-get install dahdi dahdi-source module-assistant module-assistant auto-install dahdi I also create /etc/dahdi/system.conf and /etc/dahdi/assigned-spans.conf. I cannot…
Igor Liferenko
  • 1,499
  • 1
  • 13
  • 28
1
vote
1 answer

Calling netlink_broadcast() cause BUG scheduling while atomic

I'm working on custom dahdi driver for hardware phone module. This module connected to pc via usb (userspace libusb D2XX ftdi driver). So driver was splitted into 2 parts: kernel mode dahdi driver and userspace service. Userspace daemon detects usb…
Alexandr Shutko
  • 1,857
  • 2
  • 20
  • 27
1
vote
1 answer

Asterisk (Digium): how to disable or down span via cli?

How to down span via CLI or API? I found only the one command: CLI> pri destroy span 1 but it not suitable for me, because I don’t want to destroy span, but only shutdown specified span. e.g.: CLI> pri show spans PRI span 1/0:…
stacker
  • 87
  • 8
1
vote
1 answer

Asterisk Playback with no answer on dahdi channel?

Here is my sample dialplan exten => _X.,1,Progress() exten => _X.,n,Playback(welcome,noanswer) exten => _X.,n,Hangup() When I tried to call through dhadi channel. I am getting the below logs in asterisk console. --…
Bhuvanesh
  • 1,269
  • 1
  • 15
  • 25
0
votes
1 answer

How to get actual number of channel in asterisk 13?

In asterisk 1.4 number of channel was specified in chan->name. e.g. number 62: asterisk 1.4 ZAPTEL: Zap/62-1 How to get actual number of channel in asterisk 13 in c-language? e.g. in chan->name this number of span only. asterisk 13 DAHDI:…
stacker
  • 87
  • 8
0
votes
1 answer

Asterisk Getting stopped when handling more than 200 calls

I have a soft PBX setup using asterisk,dahdi and libpri. Asterisk getting stopped frequently when handling more than 200 calls. Due to this, all processing calls are getting abandon. Server Configurations : RAM : 32 GB Processor : 16 core OS :…
Anitha Mani
  • 863
  • 1
  • 9
  • 17
0
votes
1 answer

Forward all DAHDI channels to another server [FreePBX]

here is my problem: after installing and configuring a 12 port FXO card ( from openvoc.cn ) i found that according to openvox support that this FXO card is not supported on my system ( some of there FXO cards dose not work well on AMD motherboards…
-2
votes
1 answer

Asterisk PAMI Originate Outboud Call Issue (PHP)

I’m using PAMI to originate a call, it should make the call from local extension to customer number it works fine but the problem is that when an I execute the script a call make (from extension to the customer ) when the customer picks this call…
PbxpAmi
  • 3
  • 2