Re: [asterisk-users] Asterisk CDRs

2012-03-02 Thread Leandro Dardini
Really interesting finding. From my point of view, it is a good thing. Having spike in cpu load will harm voice quality for sure, but it can hurts if you are relaying on prompt write of cdr records. What cdr backend are you using? Maybe the constant speed you see is the maximal write speed the

Re: [asterisk-users] Asterisk CDRs

2012-03-02 Thread [Digital^Dude] ®
I tried it on asterisk version 1.8 as well as other minor releases of 1.6. Its the same. Not a silly question, since silly products usually have instantaneous errors vanished by a silly action :) I tried changing different parameters in cdr.conf and reloading multiple times... Yes, I am just using

[asterisk-users] Asterisk and SQL Server (MS SQL) - Asterisk doesn't close connections in pool

2012-03-02 Thread Waldemar Gessler
Hello everyone, we have made tests with Asterisk 1.6 and SQL Server (MS SQL) 2008 R2 as DB for: * CDRs * Realtime (sipusers) * func_odbc - dialplan queries We use the free_tds driver. Is there any solution (configuration settings) that makes possible that asterisk

[asterisk-users] use of Read cmd with AGI

2012-03-02 Thread Kamlesh Kumar
Hello, Using AGI script to accept the input from caller but input value is not getting stored in variable. Extract from AGI Script: $agi = new AGI(); $agi- exec('Background','press_one0press_two0press_zero0'); $agi- exec('Read','NUMBER,,1,3'); $agi- verbose (You have entered.$NUMBER);

Re: [asterisk-users] use of Read cmd with AGI

2012-03-02 Thread Steven Howes
On 2 Mar 2012, at 11:35, Kamlesh Kumar wrote: $agi = new AGI(); $agi- exec('Background','press_one0press_two0press_zero0'); $agi- exec('Read','NUMBER,,1,3'); $agi- verbose (You have entered.$NUMBER); You need to use AGI to read the Asterisk variable.. Asterisk variables don't magically

Re: [asterisk-users] ph_tor3_e1.c

2012-03-02 Thread Patrick Lists
On 02-03-12 07:57, Anita Hall wrote: [snip] This module has not been updated for the last 2 years during which the linux kernel has changed (I am told). Have you asked Atcom? Is there any other manufacturer of torrent card who would be using the same architecture and keeping his drivers

Re: [asterisk-users] use of Read cmd with AGI

2012-03-02 Thread Luis Alejandro Beltran Castañeda
Hi, try some like this: in SOME_AGI.agi: $agi = new AGI(); $agi-answer(); $_result = $agi-get_data('beep', 3000, 20); $keys = $_result['result']; $agi-set_variable(TECLA, $keys); ... In the Dialplan: exten = s,1,Agi(SOME_AGI.agi) exten = s,n,NoOp(You have entered: ${TECLA}) That way you

Re: [asterisk-users] Asterisk and SQL Server (MS SQL) - Asterisk doesn't close connections in pool

2012-03-02 Thread Kevin P. Fleming
On 03/02/2012 03:53 AM, Waldemar Gessler wrote: Hello everyone, we have made tests with Asterisk 1.6 and SQL Server (MS SQL) 2008 R2 as DB for: There is no 'Asterisk 1.6'. there are 1.6.0, 1.6.1 and 1.6.2 release branches. Which version are you using? ·CDRs ·Realtime (sipusers)

Re: [asterisk-users] Digium FXS specifications and limits Question

2012-03-02 Thread Kevin P. Fleming
On 03/01/2012 06:35 PM, Nunya Biznatch wrote: Howdy All, I'm considering Asterisk / Digium as a replacement to my existing phone switch. I need to continue to be able to push analog lines between multiple buildings in a campus environment. The Digium Analog 410 Card manual states it's not

Re: [asterisk-users] Asterisk and SQL Server (MS SQL) - Asterisk doesn't close connections in pool

2012-03-02 Thread Waldemar Gessler
It's Asterisk 1.6.2.21. Do you think, it could work with Asterisk 1.8? -Ursprüngliche Nachricht- Von: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] Im Auftrag von Kevin P. Fleming Gesendet: Freitag, 2. März 2012 15:58 An: