Displaying 20 results from an estimated 20000 matches similar to: "Call forking/parallel call cdr."
2014 Nov 24
0
High resident memory with 11.14.0 ?
cat /proc/cpuinfo lists 4 cores.
So even if that's not showing hyperthreading, maximum 8.
By your rule, that would be 8 cores * 0.5GB = 4GB memory.
I've seen resident memory be up over 6GB.
On Sat, Nov 22, 2014 at 1:29 PM, Freddi Hansen <fh at danovation.dk> wrote:
>
> Its up to 5.8G of resident memory with 28321 calls processed.
> The OOM killer is going to kill this soon
2007 Jun 11
1
CDR on transfers of called ZAP channel
Hello list,
I have a problem with called ZAP channels making an attended-transfer
or blind-xfer. Signalling at the phones is ok, but the CDR of Asterisk
is wrong.
At the moment there is a bristuffed Asterisk 1.2.18 running with
bristuff-0.3.0-PRE-1y-g. Here is my dialplan, I simplified it a bit:
[default]
exten => 0123456789,1,Macro(dialpstn,${EXTEN})
[macro-dialpstn]
exten =>
2014 Nov 24
2
High resident memory with 11.14.0 ?
Also, how big does the cache in frame.c grow to?
I've recompiled with MALLOC_DEBUG on that server:
asterisk -rx "memory show summary"
....
1780466242 bytes (1780181594 cache) in 2352909 allocations in file
frame.c
...
Seems like a ridiculous cache.
On Mon, Nov 24, 2014 at 9:02 AM, James Lamanna <jlamanna at gmail.com> wrote:
> cat /proc/cpuinfo lists 4 cores.
>
2003 Nov 12
7
SoftFax question
Hi,
I am looking at using the softfax that Steve Underwood has developed.
It's very straight forward when you assign an extension for the fax.
A function that several pbx's has is that they listen for the 'faxtone'
for 5 seconds
after 'answer' in the menu where you can enter your local extension number,
it's normally done in parallel with the DTMF detection. I think
2014 Nov 22
2
High resident memory with 11.14.0 ?
>
> Its up to 5.8G of resident memory with 28321 calls processed.
> The OOM killer is going to kill this soon at this rate (8GB RAM machine).
> This seems like a pretty serious problem.
> It looks like I'll need to restart asterisk every night....
Hi the number of cpu cores that you see with top times 512Mbyte is the
level of ram that's needed
e.g. a hp-gen8 with 2 octo
2006 Feb 14
5
Multiple AGI Issues
I've got several issues with AGI/FastAGI
1. When an AGI script sends a command to Asterisk via stdin, why does Asterisk block and not return a result until the command is complete? Specifically, the dial command. If I send a Dial command to Asterisk, I don't get a return result until AFTER the call is HUNG UP. Not when it's ringing, not when the call is connected, but when it's
2010 Aug 11
0
No CDR with originate from manager and then an redirect to a dial from manager
Hi,
The ami manager call out with an originate through dadhi to a local number (A).
If this call is answered, then the ami manager redirect this call to a dial command.
This dial command calls through dadhi to another local number (B).
Number B answers this call and number A en B are connected.
If number B and number A hangs up, there is will be no CDR be written
If the dial command is commented
2004 Apr 20
1
Channels Idle Status Ring // cdr entries
Hi,
1)
is there a function like "zap destroy channel" to
destroy sip channels?
Zap/10-1 (default s 1 ) Dialing AppDial
(Outgoing Line)
SIP/-081aee08 (pstn-out s 7 ) Ring Dial
Zap/g1/0123456789|50|g
Zap/8-1 (default s 1 ) Dialing AppDial
(Outgoing Line)
SIP/-081aee08 (pstn-out s
2003 Nov 14
0
RE: Aculab SS7/ISUP
>
>
>On Thu, 2003-11-13 at 16:50, Freddi Hansen wrote:
>
>
>>>> >Freddi Hansen wrote:
>>>
>>>
>>>>> >> with boards from Aculab, we are replacing Aculab boards with Digium
>>>>> >> boards BUT we would need more
>>>>> >> Digium boards IF we could use both Digium and Aculab cards in
2004 Jan 08
4
2nd call leg status?
Hi,
okay heres what I want to do .. simple ivr, we take a call, answer it, play a
menu, dial out based on options. No problems so far.
The CDR always shows the call as answered as I answer the 1st leg to play the
prompts, I am actually more interested in if the 2nd leg - the outbound part -
has been answered or not before the call is hungup. How can I get this and
record the information in
2009 Mar 18
3
Manager API Originate CDR Problem, all is NO ANSWER
hi, all
asterisk 1.4.24 , zaptel 1.4.10.1 , E1
Manager API Action :
Action: Originate
Channel: ZAP/G1/8888888
Callerid: 12345678
Context: callout
Exten: s
Priority: 1
extensions.conf
[callout]
exten => s,1,Answer()
exten => s,n,Wait(10)
exten => s,n,Hangup()
when the phone 8888888 pick up , it will come to callout context, after hangup, one cdr generate, but the
2003 Nov 13
1
RE: Aculab SS7/ISUP (new subject)
>Freddi Hansen wrote:
>> with boards from Aculab, we are replacing Aculab boards with Digium
>> boards BUT we would need more
>> Digium boards IF we could use both Digium and Aculab cards in the same
>> server. The reason being that
>> TE410P doesn't support SS7-ISUP so we continue using only Aculab cards
>> in the servers that must support
>>
2007 Apr 02
0
automonitor and CDR(userfiled)
Hi all !
I'm trying to make a automonitor generated filename to "make its way"
into CRD(usrefiled), so I can keep track of recorded conversations in
CDR logs. Looking how to do that, I have found cool (but almost
undocumented) option of res_monitor: if you set monitor format in form
of "format:<string>" (i.e. "wav:monitor"), res_monitor will prefix the
2006 Dec 01
0
Asterisk as bridge, strange ${EXTEN} values
Hello,
I have this setup:
Telco --PRI(g1,ext-incoming)--> Asterisk TE405P
--PRI(g2,int-incoming)--> Alcatel OXO
extensions.conf:
[ext-incoming]
exten => _X.,1,Noop
exten => _X.,n,SetVar(CALLFILENAME=${TIMESTAMP:0:4}/${TIMESTAMP:4:2}/${TIMESTAMP:6:2}/${TIMESTAMP}-${UNIQUEID}-${EXTEN})
exten => _X.,n,Monitor(wav,${CALLFILENAME},b)
exten => _X.,n,Dial(Zap/g2/${EXTEN})
exten =>
2006 Apr 03
2
SIP Responsecodes
Hi,
It seems as 'the google' has left me today so I am trying the list.
How do I get access to SIP responsecodes from dialplan/agi. Yes I know
that I should stay with 'DIALSTATUS' but there are cases where I need
the responsecode like '484 adress incomplete' and not just the 'NO
ANSWER' DIALSTATUS.
Is there a channel variable/function that skipped over by
2005 Jan 18
0
Out of 5 Grandstream BudgeTone 101 THREE are
Ronald,
Grandstream products have a one year warrantee. If you don't have any luck
with Pulver, contact us and we can probably get your phones exchanged.
Please don't assume that your experience with Grandstream is typical. We
sell a lot of these phones and the overwhelming majority of the purchasers
are very happy with their units. The quality has improved tremendously over
the last
2005 Jul 13
2
OT: proliant fedora asterisk
HP doesn't support Fedora on Proliant hw so you can't just install their
ILO and get access
to hw info like cpu/mb/temperature,powersupply status,fan info aso.
I used the link below to get that access, which enabled me to write a
small script that sends
snmp-traps to hp-ovo.
I did spend quite some time myself until I found this link.
2004 Nov 26
1
How to transfer value to extensions.conf?
Hi, all,
I met a problem for several days, any suggestion is really appreciated!!!
I'd like to do autodial using Asterisk.
For example, I have a file under /var/spool/asterisk/outgoing, which include:
channel: zap/g1/12345
MaxRetries: 0
RetryTime: 60
WaitTime: 20
Context: default
Extension: 2222
Priority: 1
And in my "extensions.conf" file, I have
[default]
exten =>
2014 Jan 08
0
(CALL FILES to Local Channel)billsec Zero in cdr via cdr_adaptive_odbc
Hi, all
Sorry for null subject last mail.
I use Ubuntu 12.04.01 TLS and install asterisk 11.7.0 (tar.gz downloaded
from asterisk.org). We named it "Asterisk11".
I want to generate a call file to /var/spool/asterisk/outgoing. This call
will dial out to Local Channel and return to some Extens.
Then Asterisk11 will generate a CDR records to MySQL's cdr table(in
database
2008 Oct 15
2
Zaptel compile error after make update.
Hi,
I started to get some Zaptel compile errors after a 'make update'
I did a clean zaptel install with:
svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel
I am still getting the error, is this someelse seeing this ?.
CC [M] /usr/src/zaptel/kernel/zaptel-base.o
/usr/src/zaptel/kernel/zaptel-base.c: In function 'zt_reallocbufs':