search for: 600000000

Displaying 5 results from an estimated 5 matches for "600000000".

Did you mean: 00000000
2009 Dec 29
0
CDR is "NO ANSWER" when it should be "ANSWERED"
...has been answered. During the call (answered and active), asterisk -rx "show channels" shows that the calls made out through group 2 are in "Ring state". Any ideas on how I can detect "answers" on analog GSM gateways? example CDR: "","7070","600000000","outbound","""TEST"" <7070>","IAX2/mgmbox-1278","Zap/6-1","Dial","ZAP/g2/600000000|300|TWf","2009-12-29 08:30:00",,"2009-12-29 08:30:10",10,0,"NO ANSWER","DOCUMENTATION&quo...
2016 Aug 26
0
[PATCH v8 06/18] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.
...++++++++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index d294e82..45cab30 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -821,5 +821,57 @@ clock-frequency = <600000000>; st,syscfg = <&syscfg_core 0x224>; }; + + /* fdma audio */ + fdma0: dma-controller at 8e20000 { + compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc"; + reg = <0x8e20000 0x8000>, + <0x8e30000 0x3000>, + <0x8e37000 0x...
2008 Feb 02
3
IE, flash and icecast
...opic.php?t=2039 - the flash player connects to the icecast server and begins downloading the audio data, but never actually plays it. I've tried all the suggestions from that thread - I patched icecast so that the Content-length is larger (tried all the suggested values - 319324133, 999999999, 600000000) and put the swf on the icecast server's web directory. Is there anything else I can try? Oddly enough, this is a problem on one computer, but not the others I've tried. In capturing the traffic with wireshark, I found that the broken computer looked sent this (I blanked out some bits, obv...
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice, This patchset adds support for the Flexible Direct Memory Access (FDMA) core found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU with a dedicated firmware. It is a general purpose DMA controller supporting 16 independent channels and data can be moved from memory to memory or between memory and paced latency critical real time targets. After quite
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice, This patchset adds support for the Flexible Direct Memory Access (FDMA) core found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU with a dedicated firmware. It is a general purpose DMA controller supporting 16 independent channels and data can be moved from memory to memory or between memory and paced latency critical real time targets. After quite