similar to: Need to retrieve Call-ID from dialed SIP channel(w/o CDRs)

Displaying 20 results from an estimated 20000 matches similar to: "Need to retrieve Call-ID from dialed SIP channel(w/o CDRs)"

2006 Feb 08
2
Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Is there a way to retrieve the Call-ID from a call made using the 'Dial' command on a SIP channel without CDRs (i.e. variable) ? Thanks, - Darren
2006 Feb 08
1
Re: Need to retrieve Call-ID from dialed number
Exactly. Message: 8 Date: Wed, 08 Feb 2006 13:41:29 -0600 From: "Kevin P. Fleming" <kpfleming@digium.com> Subject: Re: [Asterisk-Users] Re: Need to retrieve Call-ID from dialed SIP channel (w/o CDRs) To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <43EA4969.60603@digium.com> Content-Type: text/plain;
2023 May 05
0
Calls running forever / CDRs inaccurate
Hi list! Running Asterisk 20.0.0 on CentOS 7, logging CDRs using cdr_adaptive_odbc to mariadb-server-5.5.68 (via mariadb-connector-odbc-3.1.7-ga-rhel7) Using chan_sip. I'm facing the problem when there is a sudden spike of calls, some of the calls that are being made during those spikes hang forever basically. This looks like this: [root at voip]# asterisk -rx 'core show channels
2011 Feb 15
1
outbound call leg CALLID
Hello everyone Is there a possibility to catch an outbound callleg ID for the follovong scenario: some carrier -----> ------(asterisk1) --->-----asterisk2 ? I can get inbound callid for asterisk1 with a ${SIPCALLID} in extensions.conf or to look it up in cdrs field (are the same). But how about outbound? I have all calls just forwarded through asterisk1, not answered and for every call I
2007 Jul 05
1
Simple CDRs w/Asterisk/OpenSER.
Suggestions on how to use Asterisk to collect CDRs from a OpenSER-based proxy / call routing setup? I need to get simple CDRs; not for detailed settlement/rating, but just for reconciliation with an ultimate TDM carrier just to make sure we only get billed for what we're actually using. I'd use the often-heralded approach of dumping a call from OpenSER into Asterisk and having it
2003 Sep 08
0
CDRs and zap channels
In order to bill some of my customers I am trying to convince * to write a full set of cdrs. I found that * does not log cdrs outgoing calls on a zap pri channel when incoming and outgoing calls share the same span. So far I tried to play around with the 'C' option for the dial application and tried to set overlapdialing to 'no'. Interesting enough calls coming in on IAX2 or SIP
2009 Feb 09
0
[asterisk-dev] 1.4 and CDRs -- The Breaking Point
On Sat, 2009-02-07 at 15:51 -0500, Alexander Lopez wrote: > > > -----Original Message----- > > From: Steve Murphy [mailto:murf at digium.com] > > Sent: Saturday, February 07, 2009 1:59 PM > > To: Alexander Lopez > > Subject: RE: [asterisk-dev] 1.4 and CDRs -- The Breaking Point > > > > On Fri, 2009-02-06 at 12:28 -0500, Alexander Lopez wrote: >
2007 Feb 01
1
API Originate Action - distinguishing between No Answer and Invalid phone number
I've discovered that when dialing out using API's Originate action, a no answer is considered a failed attempt, while a busy is considered a successful attempt. The problem I'm having is that when I dial an invalid number, say a disconnected number that gives a fast busy, my CDRs are identical to those generated by a no answer attempt. Is there a way to distinguish between a no
2006 Feb 13
1
problem with outgoing calls Unable tocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
When Asterisk first starts up, it will attempt to "bring up" the B channels on any PRI circuits. If you are using A@H then you can log on to the Asterisk CLI (asterisk -r) and then do "stop now" to stop asterisk. Start up Asterisk again by typing asterisk -cvvv at the Linux command line. You should see a bunch of messages on the terminal and then you'll get the Asterisk
2005 Mar 26
1
Transferred calls CDRs
Hello! I have been doing some tests with call transfers and I have been looking at the CDRs that Asterisk generates. Scenario 1: A calls B B answers and does a blind transfer to C (using # key) C answers and talks with A Scenario 2: A calls B B answers and does an attended transfer do C (using the phone's transfer key) C answers, B hangs up, and C talks with A For scenario 1, the CDR shows
2013 Sep 25
2
mysql CDRs in web based tool
Hi. i am running asterisk 11.5.1 in my system (debian squeeze) and i do get the CDRs through the csv file, that asterisk creates. i would like to have the CDRs in a nice web based tool and after some search i have found http://acdr.com.au/ i do have it installed with all the dependencies (apache, php, mysql), but i do not know how to interface the CDRs. has anyone used this tool or any other
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
2010 Aug 27
0
Duplicate channel variables after transfer
Hi all, with an (attended) transfer i see the following happening: 1) A calls B1 2) B2 calls C 3) B2 transfers call to A 4) A talks to C At step 3, the channel A is connected to channel C and B1 and B2 are hung up. In the h extension for channel B2, the channel is renamed to B2<ZOMBIE> and i see that the channel variables of A have been merged into B2<ZOMBIE>. If there were
2009 Jun 30
0
Resetting CDRs on inbound calls
Hello, all. I see that I can use the C flag in Dial() to reset the CDRs and plan to use this for outbound calling since our carrier does not bill us until the call is answered. We'd like to do this for inbound calls from the PSTN since we pay for inbound and outbound minutes. However, it doesn't seem to make sense to do this with Dial() because we have an automated attendant which
2009 Jul 26
0
MeetMe time doesn't show up in CDRs?
Hello, I'm working on some dialplan rules to pull multiple users into a conference call. I have some fairly straightforward rules which start up a new MeetMe conference, allow escape with the * key to invite more users, then use a features.conf sequence to bring the new user into the conference with ChannelRedirect. The problem I'm running into is the time in the MeetMe conference
2009 Oct 19
3
update CDRs in mysql during a call
All, According to my readings CDRs are stored at the end of the call. My concerns is when asterisk goes down (I know that it's never happen but it's just in case) or when the is a power shutdown of the server. then CDRs are not stored in mysql. is there a way to store periodially CDR during a call, and set the periodical timer regarding the context. if no is there a way to retreive CDR,
2006 Feb 13
1
problem with outgoing calls Unabletocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
Nik, I'm not sure that "NOP" is correct, but I'm in the states so I'll to defer to someone who knows E1/PRI. When I run zttool I have "OK" under the alarms. Is there a way you can call the telco and confirm the settings? Make sure that framing, coding and D channels are set up on their end the same way you're set up. As for asterisk, here's what I get
2008 Dec 05
1
How to connect Asterisk-stat with Asterisk CDRs database
Dear All, We are trying to install CDR Stats module. We are able to open its web pages but unable to retrieve data from CDRs. Can anybody suggest that how to connect this module with Asterisk CDRs database ? Regards, -- Kashif Naeem Business Development Manager Hadi Telecom www.haditelecom.com Cell: +92 (0)345 4226006 Office: +92 (0)42 5692766 Email: kashif at haditelecom.com MSN:
2011 Jul 12
3
CDRs
Hi Like we can define cdr field format for csv, is it possible to define if cdrs are stored in a database? Also, what will be size limit for database CDR storage ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110712/b5356cfd/attachment.htm>
2003 Dec 09
3
Web Interface for CDRs
Does anyone know where that nice .php is that was written to access the CDRs from mysql DB? Bruce W. Hedreen Computer Technologies of Eastern Carolina, LLC --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.543 / Virus Database: 337 - Release Date: 11/21/2003 -------------- next part -------------- An HTML attachment was