similar to: RED on DAHDI channel

Displaying 20 results from an estimated 2000 matches similar to: "RED on DAHDI channel"

2009 Sep 01
2
chan_dahdi.so fails to load : Inappropriate ioctl for device
Aloha, I'm not sure why I'm getting this error, but I can't seem to get chan_dahdi to load. SIP & IAX2 are working fine. Debian 4 w/ 2.6.28 kernel. Asterisk 1.6.1.5, dahdi-linux 2.2.0.2, dahdi-tools-2.2.0 CLI> module load chan_dahdi.so Unable to load module chan_dahdi.so Command 'module load chan_dahdi.so' failed. [Sep 1 10:57:51] WARNING[31696]: pbx.c:4550
2012 Oct 25
6
How to tie orders taken to specific CDR records
Our phone operators work off of an Asterisk queue. They take calls from customers and take orders with our back end systems. What I need to be able to do is tie the orders taken to the specific CDR record that reflects the call from which the order originated. The typical/sample CDR table doesn't have a primary key. I can add an auto-generated PK, but the CDR is not written until the
2018 Dec 04
2
asterisk is not seeing my queues in database
I enabled the logs on the mysql database and ran : realtime load queues name cou0002-test in the mysql log I can see that the proper select statement is being executed: 2018-12-04T16:29:27.253094Z 229 Query SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED 2018-12-04T16:29:27.254384Z 229 Prepare SELECT * FROM queues WHERE name = ? 2018-12-04T16:29:27.254902Z 229
2018 Dec 04
2
DAHDI fax detection
Asterisk 16 latest DAHDI 3.0.0 latest Excerpt from chan_dahdi.conf is shown below. I'm trying to enable fax detection on inbound calls so that I can take appropriate action in the dial plan. "dahdi show channel 1" shows "Fax Handled: no". Does that mean that I don't have it configured correctly? [channels] ; Span 1: WCTE2/0/1 "WCTE23X (PCI) Card 0 Span
2012 Sep 14
2
Digium AEX410, MTNL Mumbai Caller-ID problems
Hi, Continuing with the saga of Digium vs MTNL Mumbai, looking for suggestions on handling incoming Caller-ID issues. The card manages to grab a couple of (random) digits of the incoming CID, but they're more or less useless. Is there any way to fix this? Asterisk 1.8.13, Dahdi 2.5.0.1 on Debian Testing (Wheezy), MTNL Mumbai. Digium, Inc. Wildcard AEX410 4-port analog card (PCI-Express)
2019 Feb 06
2
Freepbx / Asterisk PJsip multipe devices
that was my first idea. and how should an other user know which number he should dial? user a: soft phone extension 100 hardware phone extension 101 On 06.02.19 15:25, Mitch Claborn wrote: > You can do this in the dial plan. Register the devices separately and > include both addresses in the Dial() command. > > > Mitch > > On 2/6/19 8:16 AM, basti wrote: >> In
2013 Mar 18
6
Diagnosing call problem
Asterisk 11.1.0 Various soft-phone SIP clients call center with 10-12 agents online at once using asterisk queue Occasionally an agent will get a call (or more often a series of calls in a row) where neither party can hear the other, or can only hear each other sporadically. A MixMonitor recording of the call plays only the caller - none of the agent's audio is heard in the recording.
2014 Aug 22
2
diagnostic info for a segfault
Asterisk 12.5 I have a reproducible segfault using the MeetMe application. How do I gather the necessary information (backtrace, core dump...) to submit a bug report? -- Mitch
2013 Nov 08
3
Capture dead phone?
Asterisk 11.1 Is it possible to catch the fact that an IP phone has died in the middle of a call and do something with it in the dialplan? Background: we run a small call center. Our agents sit in two groups, with their IP phones running from 2 different switches. Every once in a while the power on one side of the room will go out, or one of the switches will die, or one of the agents will
2012 Oct 12
2
Recommendation for extension mapping on inbound T1 line
Converting this customer from a MiTel system to asterisk. Discovered that the inbound calls from the T1 are going to extension 366. (This was mapped in the MiTel for some arcane purpose.) The dial plan I am currently using is shown below. When loading the dial plan, I get this warning: WARNING[5004]: pbx_config.c:1561 pbx_load_config: The use of '_.' for an extension is strongly
2014 Aug 18
1
Error opening file for reading: Permission denied
Asterisk 12.4 I am seeing message "Error opening file for reading: Permission denied" several times during the asterisk startup (asterisk -cvvvvv) but it doesn't say which file. Is there a way to find out which file is having trouble? -- Mitch
2019 Feb 06
4
Freepbx / Asterisk PJsip multipe devices
In other words. I there a way that both phones are ring with only one extension? On 06.02.19 15:05, basti wrote: > both phones are in the same net. > when the soft phone is shut down, on hardware phone only an led is > flashing to show an incoming call but no sound. > > both phones use the same extension. that is the reason why I use pjsip. > > On 06.02.19 14:59, Antony
2014 Aug 21
1
DPMA: No provider found for label CustomPresence
Asterisk 12.5.0 DPMA 12.0_2.0.0 Ubuntu 12.04 64 bit WARNING[5797]: presencestate.c:147 ast_presence_state_helper: No provider found for label CustomPresence ERROR[5797]: pbx.c:4375 ast_func_write: Function PRESENCE_STATE not registered I only see these when DPMA is enabled. Any ideas what causes this or how to correct it? -- Mitch
2018 Dec 04
2
asterisk is not seeing my queues in database
Hi I am facing an issue where asterisk cannot see the queues that exist in my database through realtime. I am using res_odbc and a local mysql database. If I run: realtime load queues name myqueue I get "No rows found matching search criteria.", however if I do the same for a peer: realtime load sippeers name Then I get a result. Since my queues table is in the same database as my
2014 Mar 24
1
"calls processed" value definition
The "core show channels verbose" command shows a "calls processed" value. Mine is currently 1928273. Exactly what does this figure represent? How is a "call" defined in this context? -- Mitch
2014 Jul 02
1
Notification when queue member's phone rings
Short question: how to get control or notification (gosub, macro, AGI) when a queue member's phone starts ringing due to an incoming call from the queue. Backround: Our phone operators serve both an asterisk call queue and a queue for web chat support. I have a gosub on the queue that calls to our app server to mark the operator unavailable for web chat as soon as they answer an
2014 Aug 22
1
AMI CoreShowChannel missing Application field
Asterisk 12.5 The CoreShowChannel event (in response to the CoreShowChannels action) no longer returns the "Application" field as it did in Asterisk 11. Is this a bug or a feature? -- Mitch
2013 Aug 02
1
Dial application "b" subroutine arguments not passing?
Asterisk 11.1.0 I'm trying to use the "b" subroutine of the Dial application so that I can do some stuff with our internal applications that need to have access to the called channel information. I can see that the subroutine is being executed, but the arguments I pass don't see to make it to the subroutine. [callmenow] exten => s,1,NoOp(callmenow: Queue without answer)
2014 Mar 28
1
Debugging "stuck" inbound call
Asterisk 11.1.0 running on Ubuntu 12.04 64 bit Dahdi Digium T1 card Occasionally, I will find an inbound call that just seems to be stuck, usually in our after-hours menu portion of the dial plan. This morning I had this one core show channels concise
2012 Jan 12
1
Questions on hardware or software-based echo cancellation
Hi, I'm having some questions related to echo cancellation configuration on a Digium board enabled systems (B410P, TE420, TE420B, ....) for cases when a hardware ech canceller is present or not. I read in TEXXX manual that when setting echocancel=yes in chan_dahdi.conf on a VPMOCT64-equiped system, 128ms hardware echo cancellation was enabled. 1. I'm correct thinking that it is then