* You are viewing the archive for May 7th, 2012

Lifetime & Replacement

On Mon, 2012-05-07 at 10:26 -0500, Russ Meyerriecks wrote:
> On Sun, May 06, 2012 at 10:42:16AM -0600, Greg Woods wrote:
> > I have a Digium TDM400P card that appears to have died. The first noted
> > symptoms were that dahdi would fail to reload on boot. On closer
> > inspection, the card looks totally dead; no lights on at all.
>
> Does the device show up in lspci?

I just checked, and as expected, it does not show up with lspci (all of
the other PCI devices do).

1.8 busypatterns

Hi,

is it possible to detect 4 length pattern busy cadence detection on FXO lines in 1.8??

Here the tones are:

425Hz Pattern(0.2ms on, 0.2ms off, 0.2ms on, 0.6ms off)

in asterisk 1.4 busy detect worked
in asterisk 1.6 didn´t work and i was told that 1.6 can´t handle 4 length patterns, but what about 1.8??

for now I can only hangup by asking the provider polarity switch.

Thanks

best regards.

Lifetime & Replacement

On Mon, 2012-05-07 at 10:26 -0500, Russ Meyerriecks wrote:
> On Sun, May 06, 2012 at 10:42:16AM -0600, Greg Woods wrote:
> > I have a Digium TDM400P card that appears to have died. The first noted
> > symptoms were that dahdi would fail to reload on boot. On closer
> > inspection, the card looks totally dead; no lights on at all.
>
> Does the device show up in lspci?

I’ll check that when I get home tonight; I didn’t try lspci. But it does
NOT show up in dmesg at boot time, which means it probably won’t be
there for lspci either.

Lifetime & Replacement

On Sun, May 06, 2012 at 10:42:16AM -0600, Greg Woods wrote:
> I have a Digium TDM400P card that appears to have died. The first noted
> symptoms were that dahdi would fail to reload on boot. On closer
> inspection, the card looks totally dead; no lights on at all.

Does the device show up in lspci?

How to hang up a call after sending SendDTMF() ?

When SendDTMF() finish the process then I want to hang up the call after 20
seconds.. What is the solution to do this?

I know there is S(x) option for Dial() application but it still count
during SendDTMF() process.

Thanks