similar to: Call tracing - Asterisk 1.4

Displaying 20 results from an estimated 4000 matches similar to: "Call tracing - Asterisk 1.4"

2008 Feb 18
4
IAXModem - NDID=s
Hi guys I have a lovely little irritation on my hands. I?ve been trying to set up DID-based routing in Hylafax, and I?ve come across one hell of a headache:
2007 Sep 21
1
Authenticate() application and CDR
Dear all, I'm trying to configure Asterisk to be able to ask the caller to enter a given password in order to continue dialplan execution. I've tested this feature using the Authenticate application like this: exten => _X./5219,1,Answer exten => _X./5219,2,Authenticate(1234,a) exten => _X./5219,3,Playback(pin-number-accepted) exten => _X./5219,4,Dial(SIP/${EXTEN},120)
2008 Feb 26
6
[URGENT] Zap channels fail to load
I have spent some time this morning trying to add an Astribank to our current Asterisk, but it failed, so I just removed the hardware, restore the config files to the original setup and started asterisk.; I could see that no Zap channels are started so I did load chan_zap.so: pbx*CLI> module load chan_zap.so [Feb 26 10:32:18] WARNING[3809]: pbx.c:2968 ast_register_application: Already have an
2007 Dec 06
1
s, CDR and NoCDR in v1.4.10.1
I am running 1.4.10.1. I have a macro that is called from default for a certain extension (both below). I added NoCDR to s to try and stop extra CDR records, but I am still getting them. Any idea how to stop them? extensions.conf: [macro-STDEXT] exten =s,1,NoCDR() exten =s,2,Dial(${ARG1},30,Tt) exten =s,3,Goto(s-${DIALSTATUS},1) exten =s-NOANSWER,1,Voicemail(${ARG2}|u) exten
2008 Jan 03
1
Right timing for a queue call
Hello everybody, I'd like to have more detailed records for calls related to queues. For instance, if A enters in queue X, waits for Y secs and then talks to peer Z for T seconds, I'd like to have two entries in my CDR: - src: A, dst: X, duration: Y, state: ANSWERED - src: A, dst: Z, duration: T, state: ANSWERED This independently from how many peers the Queue app calls without success
2008 Mar 13
2
queue log vs. cdr
Hi, Surely, I must be overlooking something. If I run the following SQL queries I don't get the same number of rows. Is this coherent? mysql> select * from queue_log where queuename = '4010' and FROM_UNIXTIME(time) between 20080308000000 and 20080313145900 group by callid; 357 rows in set (0.01 sec) mysql> select * from cdr where dst = 4010 and calldate between 20080308000000
2007 Jun 12
3
CDR changes in Trunk -- Transfers, CDRs, Life, and Everything
I have created an asterisk.org blog entry: http://www.asterisk.org/node/48358 to describe what I will shortly be committing to trunk to correct the weaknesses of CDRs, that asterisk users and developers have been complaining about for quite some time. Highlights: Restructuring the code and philosophy of CDRs. Plans to eliminate the ForkCDR() application Plans to create
2008 Feb 01
2
h priority problem
I need to carry a variable over into the 'h' priority - so I can go back and clean up DB entries in a mysql database (time of call and so on) I tried using UNIQUEID but it seems that 'h' generates a new one. Anyone have any ideas? What can I use to carry a variable over into 'h'?? later, PaulH
2009 May 25
1
New tutorial: storing audio recordings per day
Hi everyone, after doing the same thing multiple times and struggling to remember how it was done, I have prepared a small tutorial that explains how to save monitored files in different folders per day. This is quite useful becausethe resultingfile system is way more manageable than having maybe 100,000 files all saved in the same folder. You can find the tutorial here:
2007 Nov 10
1
PHP - Queues - etc.
Hello, I'm trying to understand the AMI and use the PHPAGI library to extend and to easy my work ... I'm still trying to figure out how things works, but I haven't found enough resources to make me sure about certain things ... So, I'd like to know if somebody can give me a hand .... ;) My calls are answered almost instantly by an IVR and puts the call on a queue to wait for
2008 Jan 31
1
createlink with out agents in 1.4
Hi, I am moving my call center to 1.4. Previously I was recording calls in agents.conf with the following config recordagentcalls=yes recordformat=wav createlink=yes So I had the filename in all calls which was *connected to agents*. I am looking for a similar functionality for 1.4. I am now recording calls using the following configuration. [general] persistentmembers = no eventwhencalled =
2008 Nov 17
4
Debugging Asterisk
Hello all, Two questions: 1) What do people on the list do to debug phone quality issues. Phone quality seems to be a very subjective thing. But are there metrics that you can work against? Like maybe generating a tone and measuring the return quality etc? It looks like all trial and error right now. If that is the way it is, then fine. But anything more accurate / scientific? 2) Also
2006 Jan 31
5
Queue() with timeout=0
Hello, i've recently switched over from 1.0.9 to 1.2.3. I've experienced some (to me) weird behaviour. This is the config for an example queue.conf: [654] wrapuptime=30 timeout=20 strategy=ringall retry=5 queue-youarenext=queue-youarenext queue-thereare=queue-thereare queue-thankyou=queue-thankyou queue-callswaiting=queue-callswaiting music=default monitor-join=yes monitor-format=
2005 Feb 11
2
transferring a IAX call into a conference
When I make a call out on the Faktortel number I am then able to transfer to call to my asterisk meetme room of 801 by hitting 'transfer' then '801' then 'send' on my grandstream phone. This connects my faktortel trunk (and who ever is on the other end) to my conference room I can then make another call using my local pstn service and set up a 3 way (or whatever number
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 Jul 15
1
ResetCDR after GotoIf doesn't set dst correctly, Is this a bug?
(Both on Asterisk 1.2 and 1.4) I was struggling to find out why my CDR was recording dst = h after a call hangup. It was working fine until I added a GotoIf statement before ResetCDR to calculate some value for userfield column. Today I tested and found out that if ResetCDR is put after GotoIf (or after if in AEL), it doesn't record correct value in dst column, and isntead puts 'h'
2008 Aug 15
3
AstDB/Berkely DB - Hash function? Balanced-Tree? b-Tree? Linked List?
Does anyone know enough about the implementation of AstDB to know whether the data structure is a Hash function, a Balanced-Tree, a b-Tree, or a Linked List? I'm trying to estimate the lookup 'cost' of a AstDB with around 160,000 keys? Obviously I already know that it WILL WORK, but the question is whether the data structure is optimal in the Berkeley DB AS IMPLEMENTED in Asterisk.
2008 Feb 07
5
Two Leg CDR
Hi all, i am wondering if i can make two leg cdr in mysql cdr table. 1st Leg : Registrar the ATA which registered to the asterisk and it normally logging in cdr table. 2nd Leg : The CDR of carrier for the example if i send call like exten => _x.,1,Dial(SIP/${EXTEN}@AT&TIP) I this cause i can get the accrue duration of call because currently we are facing some call missing not coming
2005 Jan 28
4
FW: FAQ missing info? Asterisk@home V 0.4
Just installed V 0.4 of asterisk@home Programmed up 3 sip budgetone extensions, they call call each other fine. Tried to dial '9' for an outside line through an X100P to a packet8 ATA but got 'all circuits are busy now'. Here is the console output. == Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/30-8d25' -- Executing
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters? I 'm talking about this kind of info in asterisk console. >show queue 600 600 has 0 calls (max unlimited) in 'ringall' strategy (4s holdtime), W:0, C:14, A:8, SL:0.0% within 0s I just say that because I have a queue with strategy "Fewest Calls" working for a couple of mouths, and a new agent has been added this