similar to: cdr question

Displaying 20 results from an estimated 5000 matches similar to: "cdr question"

2009 Jul 14
3
Why CDR is recording dst value = h?
For a new project, I have written a dialplan and it is pretty straight forward: The [dialout] context dials out a number, and h extension in this context writes the CDR. But what is happening is that if the callee hangs up first, all values in the CDR are fine, but if the caller hangs up first, the 'dst' column is always 'h'. I put a NoOp right in the begining of this macro to
2009 Jul 27
1
disposition "answered" after authenticate??????????
Hi, I have the following dialplan. Problem is, if the user authenticates, * starts counting as billable seconds even if i hangup the phone before the called party answers..And also as disposition.. it accepts all calls authenticated as 'answered' If i commentout the authentication line everything works as it should be. How should i use authentication that, it should accept it as aswered by
2007 Feb 15
7
Call forwarding
Hi All, I'm using asterisk 1.2.15 and call forwarding doesnt work for me. from my extensions.conf: ; Unconditional Call Forward exten => _*21*X.,1,NoCDR exten => _*21*X.,2,Set(DB(CFIM/${CALLERID(NUM)})=${EXTEN:4}) exten => _*21*X.,3,Playback(vm-saved) exten => _*21*X.,4,Hangup exten => #21#,1,NoCDR exten => #21#,2,DBdel(CFIM/${CALLERID(NUM)}) exten =>
2009 Jan 26
2
custom cdr userfiled
Dear, I added new field to cdr table , named "service" and type varchar(20), but in extensions.conf with the following command, nothing to be saved. exten => _X.,1,Set(CDR(service)=OUT) does asterisk support this ability ? is any setting must be changed, before that ? best Mani
2007 Mar 18
2
camp on off-line phone
When phone A registers, I want phone B to ring, when picked up, it should call phone A and connect the phones. Translated: When GF in Mexico powers up laptop where soft iax-phone registers automatically, I want to talk to her asap :-) How to? Leif
2007 Nov 28
2
cvs or svn
Hi All; Which is better (to have more stable or release versions) of zaptel, libpri and asterisk: to use cvs or svn? In case of using cvs, why I need to type: export CVSROOT=:pserver:anoncvs:anoncvs at cvs.digium.com:/usr/cvsroot In other words: what is the use of pserver, anoncvs, ... with cvs checkout? Note: How can I know all the variables needed for cvs checkout so I might need to do
2007 Dec 03
2
Hoteling
I'm sure this has been discussed many times, but I have a question about hoteling. My understanding would be this: A phone sitting on a desk. A user hits 9000 and it asks what extension you'd like to become. You type "1001" and then it asks for your password. You type 1234, and it says you're "logged in". You now are accepting calls at your phone and you're
2007 Jul 01
2
the-asterisk-book.com online (unstable version)
Hi, this is to inform everybody that the translation of my new book (unstable version) is online at http://www.the-asterisk-book.com The book is a GNU FDL project. So everybody who wants to participate is welcome to do so. Also, everybody who needs material for his own work, feel free to take it as long as the new material will become GNU FDL too. I am glad that Stephen Bosch (who you
2007 May 02
2
Large dial plans and variables
I have a large dial plan here with over 3000 lines, and several dozen macros. As it grew, it became apparent that there was some problems. 1. When you pass arguments to a macro in the form of $ARG1, $ARG2 etc, if that macro calls another macro, and passes arguments like this as well, you lose the original values. 2. When the macro's 'return' some value, it has to set a channel
2007 Feb 21
2
How does Asterisk use SIP info command
What Asterisk command I can use to send a SIP INFO command? Thanks for pointers. Yuan Liu
2007 Oct 14
4
ResponseTimeOut() and t extension
Hi List; Can someone advise me why in the below context, it does not run the Background step? Once I dial 1000, then it hangup and give congestion signal? If I comment the ResponseTimeOut, then it run the Background but it does not wait till caller enter the digits, once the sound file finish, then it hangup (congestion signal), also in all the situation, it does not go for the t extension, why?
2007 Nov 14
1
"Whats New at Digium the Asterisk Company" -- Junk?
Is the "Whats New at Digium the Asterisk Company" message I got from digium at en25.com really from Digium? If so I suggest to send it from digium.com and not to use those shady Eloqua redirect URLs. Regards, Philipp Kempgen -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de Let's use IT to solve problems and not to create new ones. Asterisk?
2007 Feb 26
1
deprecated - CLI help vs. source code
Could someone with inside knowledge comment on that? If the source code says "deprecated" but the CLI help does not mention that - whom do I trust? -------- Original message -------- Subject: Re: [asterisk-users] Ex-Girlfriend syntax and RealTime Extensions From: Philipp Kempgen <philipp.kempgen@amooma.de> Thomas Kenyon wrote: > Philipp Kempgen wrote: >> You might use
2007 Mar 07
2
queue information in mySQL
Hi, is it possible to have the information stored in /var/log/asterisk/queue_log realtime in mySQL? thanks
2007 Dec 19
5
Using * in extension name
I am trying to setup an extension of *7XXX that will allow me to dial *7 and then any extension and use the Pickup application to pickup a ringing phone. Ideally it will also check if the phone is ringing somehow and then either dial the extension or pick it up if it is ringing. But I can't get that far. If I use *7268 specially it works fine, but as soon as I introduce any wild
2007 Mar 09
2
AEL #include file
Hi, Does anyone know how to include a file in AEL using the #include "filename" syntax in .conf files? Regards, Philipp -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de Let's use IT to solve problems and not to create new ones. Asterisk? -> http://www.das-asterisk-buch.de Gesch?ftsf?hrer: Stefan Wintermeyer Handelsregister: Neuwied B
2007 Nov 27
4
Snom phones, blinking lights and call pickup
Hi! I have the following questions/problems with * 1.4. We have several Snom phones (320 and 360). Hints are configured in extensions.conf (core show hints shows the correct values). My Snom phone is registered to some numbers (validated by using sip show subscriptions). I see the lights blinking if someone calls the subscribed number and steady lights if the call is established. So far, so
2009 Apr 14
4
Ignoring time spent waiting in queue in CDR
Hello, I'm working on an Asterisk configuration for a call center, and they bill based on the time spent talking to an agent, but not for any time spent waiting in a queue. The CDR information contains the entire duration of the call as billable seconds, including time spent waiting in the queue. I would like the billable seconds to only include the time spent actually talking to an agent.
2009 Nov 08
2
CDR userfield not written into DB
Hi everybody, i've been googling for quite some time now but can't find an answer to my problem... I'm using Asterisk 1.2.12.1 with mysql as the cdr backend. In the dialplan i've written exten => 1234,n,Set(CDR(userfield)=blah) exten => 1234,n,Answer() exten => 1234,n,Queue(.....) exten => 1234,n,Hangup() When I'm doing a call I can see that the statement is
2008 May 06
3
asterisk queue cluster
I setup two asterisk servers with identical settings (same extensions, same queues, etc). Each one is connected to the same amount of incoming/outgoing links (1 PRI, 4 BRI, 1 IAX friend, etc, on each box). Most extensions are sip and they register via DNS SRV and other methods so that the two servers are load balanced. Incoming PSTN calls (BRI) reach 50% each server so that's load balanced