similar to: Asterisk E1/T1 Card configuration

Displaying 20 results from an estimated 11000 matches similar to: "Asterisk E1/T1 Card configuration"

2007 Dec 03
3
Underground Asterisk Command Set?
Hi People! Is there an underground asterisk command reference manual that the Gurus here share amongst themselves only? :-) The reason I ask is that sometimes I see mention of an asterisk command and I scramble for my asterisk book (pdf) to look it up but can't find it in there. For example, I saw here last week people talking about the Set() application with the "If" conditional
2007 Oct 12
2
Dock-N-Talk with Asterisk, Anyone?
Hello My Aster-Friends! I would like to hear if anyone out there in Asteriskland has used the Dock-N-Talk (DNT) box to connect cell phones to Asterisk box. I have a couple of these boxes that I need to make work with Asterisk, connected with Digium TDM400P card. Anyone tried it before, and how did it go? Thank you. Jeng ___________________________________________________________ Yahoo!
2007 Dec 10
3
Graceful Asterisk Shutdown
My Gurus! I'm still playing with asterisk in the lab here. There is a feature that I need in a production asterisk system. I was wondering if it already exists in asterisk. When we want to shutdown a production asterisk system, we would like the shutdown to happen after there are no more calls being processed. In other words, a shutdown command that does the following: - block asterisk
2007 Nov 05
1
Not Hearing hello-world Play
Hi Asterisk Gurus! My lab asterisk box has 1 FXO and 1 FXS ports in it. I connect a GSM phone to the FXO port. I connect a regular corded phone to the FXS port. The Dial() application for both incoming and outgoing calls specifies the A(hello-world) flag. From another GSM phone, if I call the extension (corded) phone attached to the box, it plays the hello-world file when I pick it up. But
2007 Jul 12
0
No subject
described (stop accepting calls and shut down when all calls have completed). If you don't want to stop accepting calls, but still want to stop Asterisk when there are no active calls, you can use "stop when convenient". The same qualifiers ("gracefully" and "when convenient") can be applied to the "restart" command. Cheers, AR On Dec 10, 2007 7:29 AM,
2007 Sep 25
3
Zaptel-1.4.5.1 Compile Error
Hi All, I'm compiling zaptel. Did the usual ./configure, then make. Compile breaks saying: ---------------------------- /usr/src/zaptel-1.4.5.1/wcusb.c:1451: error: unknown field ?owner? specified in initializer /usr/src/zaptel-1.4.5.1/wcusb.c:1451: warning: initialization from incompatible pointer type make[3]: *** [/usr/src/zaptel-1.4.5.1/wcusb.o] Error 1 make[2]: ***
2007 Nov 13
3
Stress-Testing Asterisk
Hi All, I was wondering, what tools are readily available out there in Asteriskland for me to use in stress/load testing asterisk box I have in the lab. I want to observe how my box holds out under heavy/light/medium load. Thanks, Jeng ___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good
2007 Nov 05
2
Which Variable???
Hi Gurus! Please excuse this pesky Asterisk rookie....:-) I just wanted to know which channel variable tells asterisk the number of rings before an incoming call on FXO channel is answered? I looked through zapata.conf.sample and other places and could not find something there readily. Thanks, Jeng ___________________________________________________________ Want ideas for reducing
2007 Jul 12
0
No subject
On Dec 10, 2007 10:36 AM, Jeng Yu <jengyu2007 at yahoo.co.uk> wrote: > Thanks, All! And thanks, Oquendo! I will experiment > with this suggestion. I was actually thinking in terms > of a situation where it would be done > non-interactively. > > Jeng > > > --- "J. Oquendo" <sil at infiltrated.net> wrote: > > > Jeng Yu wrote: > > >
2007 Jul 31
2
Connecting GSM Phone to Asterisk Box
Hi All, I have a telephony project for which I need to build a prototype to demo for management. The prototype must work on a GSM phone network. In the demo system, a call from GSM phone comes into the demo box. The demo box runs CallWeaver. Callweaver picks up the GSM call, answers it and plays a sould file, then dials out to a second GSM phone somewhere and connects them so they talk. My
2007 Aug 06
2
Before Bridging Two Calls
Hi All, The Asterisk book (the pdf version) is excellent!! I want to thank all the guys that put it together. I am most grateful for it. There is something about writing a dialplan that I'm not clear about. What I'm trying to figure out how to do is this: when I transfer a call to the destination number, and the person called picks up the call, I want to play a greeting message to the
2007 Aug 09
1
Overlapping Playback() with Dial()?
Hi All, Can I overlap Playback() with Dial() in a dialplan? For example, I have this scenario: A call comes in, Asterisk picks it up, does Background(enter_number), then does Playback(bulletin_message), and while the Playback() is still going, I want to execute Dial() to the target extension so it overlaps with the Playback() and the call will be bridged instantly upon completion of Playback().
2007 Dec 31
2
point release?
Hello Esteemed Tent-pitchers, Can we get a point release of the current camping trunk? 1.5.1 maybe? I don''t know how stable trunk is, but there are lots of bugs that would be nice to get resolved. Particularly the ones involving the incorrect creation of the sessions table. Evan -- Evan Weaver Cloudburst, LLC
2012 Jan 08
2
R package equivalent to Excel SOLVER - Paquete R equivalente a SOLVER de Excel
Esteemed colleagues I wonder if there is a package in R that performs the functions of the Excel SOLVER. Thanks in advance for the reply. Best regards, ------------------------- Estimados colegas Me pregunto si hay un paquete en R que funcione como el SOLVER de Excel. De antemano gracias por la respuesta. Saludos, -- Ricardo Bandin Llanos rbandin@udec.cl [c] Magíster Cs. m. Pesquerías
2010 Sep 12
3
create a '3D line plot'
Esteemed useRs and developeRs, I need to create a '3D line plot' (proper name?) of which an excellent example can be viewed here: http://cococubed.asu.edu/images/87a/images/unknown_pleasures.jpg I have some experience using the rgl package to create 3D PCA plots, but have no idea where to start for an image like this. I'd really appreciate suggestions & help on how might
2011 Dec 19
2
odd mdadm behavior
Allo esteemed Centos-ers, Noticed something funny with an mdadm mirror based raid the other day. So I had a system disk set to mirror via mdadm. One of the disks went south at a remote office and since there was no one available to swap out the disk, I thought to leave it for later. Well, due to work being what is it, this later became a year. During one of the servers many reboots, much of
2016 Jul 28
2
Exception Handling Deep Dive at Dev Meeting
I'm proposing that one of the esteemed members of the LLVM community present a talk on exception handling both how it is done inside LLVM and in general. The interest from my part is the Windows Exception Unwinding which from what I read is like Itaniums. It also looks like this is the one implemented in LLVM and most everyone cares about. I understand in the face of optimizations the
2007 Oct 29
1
Asterisk: No Longer Answering Calls
Hi Friends! I need help! I'm still Asterisk rookie, so please forgive me. My Asterisk is no longer answering incoming call on the phone line. I call the phone and it rings but asterisk is not picking it up. The phone line is attached to port 4 (FXO) on my digium TDM411P card. I am running Asterisk 1.4.11 with zaptel-1.4.5.1 and libpri-1.4.1 on Fedora Core 5, Linux Kernel
2007 Feb 05
2
Use Digium TE110P Single T1 / E1 PCI Interface Card for connect a old PABX ?
Hi it's possible to use a Digium TE110P Single T1 / E1 PCI Interface for supply a E1 link to a old PABX ? Thanks
2010 Oct 22
1
E1 and T1 on the same card, or on the same server
Hello list, (Resending this email due to a typo in previous copy) I need to do E1 to T1 conversion for a project, and was wondering if there exists a card with both E1 and T1 on it. Or is it possible to use two separate cards in an asterisk box, one for E1 and one for T1? (Please don't mention aculab or adtran, dealt with them in the past, won't deal again.) I talked to Digium and the