similar to: CDR - What Changed?

Displaying 20 results from an estimated 500 matches similar to: "CDR - What Changed?"

2009 Mar 04
2
Bounty- CDR Bug Fix
I saw some of the heat about the $20 bounty earlier. So I don't want to put a low bounty out. Quote me a bounty, and I'll see if I can get it approved by management. :-) I'm in need of getting this bug fixed. Bug has all of the details, but basically 1.4.22 broke it all. I've waited as long as I can - hoping the bug would 'resolve itself' - but now I'm putting a
2009 Feb 26
2
Odd Read App Issues
So I'm using the READ() application within an IVR, and having a strange issue, and wondering if anyone else has had this problem. When calling from an outside line, and entering the digits during the read() part of my dialplan, it's accepting some of the digits twice, though it's only keyed in once. When testing the dialplan internally, it accepts only the digits that I key in.
2009 Jan 02
4
Setting Periodic-Announce filename in the dialplan
I'm wondering if there's a way to set which periodic-announce file is played from my dialplan, much like setting the monitor-filename. Something like this: exten => s,n, Set(PERIODIC_ANNOUNCE=foo) This would be a great feature if it doesn't already exist. Or perhaps there's a better way to do this. Thanks for your time. -- Regards, Robert Broyles
2015 May 01
3
DPMA - Asterisk Realtime
We love our Digium phones and DPMA - but we really need it to work on our Realtime Platform. Otherwise we lose all the cool features and they are just standard SIP phones. Anyone working on a solution for this? Or anyone from Digium see this on the roadmap?
2003 Nov 16
1
na.rm default
Is there a way to set "na.rm=TRUE" as a default, so that this does not have to be re-specified for all of the functions requiring this option? Thanks in advance, Stephanie Broyles sbroyl@lsuhsc.edu [[alternative HTML version deleted]]
2009 Mar 31
0
Dead Call But Still Active
I'm having a strange issue, and not really sure where to even begin to troubleshoot it. First let me explain that I have all agents setup locally ( local/100 at agents/n) A call will come in and ring to the agent. When the agent answers the call, they just hear a dial tone. Agent hangs up. Asterisk still shows the agent as 'in use' in queue status. And 'show channels'
2009 Mar 19
1
Overriding Queue Wrapup Time
Is there a way to override the queue wrapup time on the fly? I would like to allow a longer wrapup time for my agents, but if they are already done with closing up the call ticket, I would like them to be able to dial an extension or something to override the wrapup. Is there a way to do that? -- Regards, Robert Broyles
2010 May 11
1
iax calls via checkbox.cc
Is anybody using checkbox.cc to make iax2 calls? They have recently did some changes and my calls no no longer go through. They don't have a best service either, not replying to emails.. -- Joseph
2009 Feb 06
1
AgentCallBackLogin no longer works after installing asterisk 1.6
Hi, My queue used to work fine until I upgraded to 1.6. I am getting the message: No application 'AgentCallBackLogin' for extension (default, 31001, 1) After some rearch I learnt that AgentCallBackLogin is removed in 1.6. Any one has a configuration that works in place of AgentCallBackLogin in 1.6. -- ond -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 18
1
trunk to trunk
Hi, Sorry, I'm a newbee in Asterisk, and I want to call from one SIP trunk of Asterisk B (registered in Asterisk A as extension) to incoming call across another trunk of Asterisk B to extension of Asterisk C What the dial plan should be? Thanks -- We never did too much talking anyway So don't think twice, it's all right -------------- next part -------------- An HTML attachment was
2009 Oct 26
1
state_interface backport issue
It's my understanding that the backport is available now in 1.4. However, seem to be having some issues with it. Just wondering if I have everything setup right. I'm running 1.4.26.2 realtime. queue_members: `uniqueid` int(10) unsigned NOT NULL auto_increment, `membername` varchar(40) default NULL, `queue_name` varchar(128) default NULL, `interface` varchar(128) default NULL,
2010 Jan 04
1
Realtime Queue Members Not Ringing
Hi, So I'm using Asterisk Realtime Queues and Queue members on 1.4.28. I've noticed if there are no people in the queue when a call enters, even after a queue member enters, the call is never rang to him. From the debug, it seems that Asterisk is only grabbing the queue member list upon entering the queue. And not again until another call enters the queue. As a result, a caller will
2009 Dec 30
1
CDR_MYSQL 1.4 Database Structure
So I'm noticing from the docs/ on Asterisk Addons 1.4.10 that the database structure for cdr_mysql is: CREATE TABLE cdr ( calldate datetime NOT NULL default '0000-00-00 00:00:00', clid varchar(80) NOT NULL default '', src varchar(80) NOT NULL default '', dst varchar(80) NOT NULL default '', dcontext varchar(80) NOT NULL default '', channel
2009 Jan 16
4
Snom 300 vs Grandstream gxp
Can anyone who has used both comment on the pros and cons ? Need to buy about 30 of these, for a small company with limited IT support. Julian ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email
2011 Jan 10
1
New Dahdi error
I'm running 1.8.2 rc1 on a Centos box with dahdi-linux-complete 2.4, using the wct4xxp module. All operations appear normal however I noticed an error repeating occasionally on the console. [Jan 10 13:53:05] ERROR[6906]: chan_dahdi.c:13691 dahdi_pri_error: 1 ROSE RETURN ERROR: [Jan 10 13:53:05] ERROR[6906]: chan_dahdi.c:13691 dahdi_pri_error: 1 INVOKE ID: 11 [Jan 10 13:53:05] ERROR[6906]:
2011 Feb 18
1
Asterisk with TE 121 DADHI incoming calls fail
Dear Customer Support, i connected the asterisk to a e1 interface of our hipath4000. outgoing calls from a sip peer of my asterisk to an up0 telephone which iss connected to the hipath4000 are working. If you want to dial from an up0 device to the e1 interface where asterisk is connected to, you have to use the prefix 83. But when you enter the 3rd cipher this error appears at the cli
2008 Feb 01
1
[Bug 13691] Failed to idle channel 0 before destroy. Prepare for strangeness
http://bugs.freedesktop.org/show_bug.cgi?id=13691 Maarten Maathuis <madman2003 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Maarten Maathuis
2009 Jan 04
1
nut_check_os.m4
In m4/nut_check_os.m4, there is the following section: # FIXME if test -z "$dist_cv_build_flavor" ; then dist_cv_build_flavor=$(dist_get_flavor "$(${CC-cc} $CFLAGS -v 2>&1 | grep 'gcc version')") fi There is no dist_get_flavor command on OS X (or other systems, I suspect) so I am wondering if it is OK to just redirect
2008 Jun 11
2
Losing CDR(accountcode)
Hi, I`m occassionally seeing CDR(accountcode)'s value empty at a place in my diaplan where it was filled with some value a few lines before, with nothing else having changed it. It`s giving me headaches (as I rely on it for MySQL queries). Anything I can do? Mick -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Dec 21
3
Bug, Feature, or Limitation?
Howdy-- I'm playing with different IAX softphones. I've got DIAX and IAXPHONE on a windows (XP) machine on my network, and I'm running asterisk on a newly loaded Fedora Core 3 machine. I set up a separate IAX account for each phone. I was EXPECTING them to each register seperately with asterisk.... But I am swiftly finding out, that ONLY one registers. The first one to start