similar to: Questions about cdr

Displaying 20 results from an estimated 20000 matches similar to: "Questions about cdr"

2005 Feb 19
2
I have a odd question...
Hi all. I am going to do a simple "voting application" for a radiostation. The idea is to have listeners call in to vote on songs. What I want to do is to take a phonenumer for each song and present the result on a simple webpage. Eg. To vote on song number one, call 555-1111 To vote on song number two, call 555-2222 etc etc. When the listener calls in, a playback tells him:
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:
2010 Sep 03
3
How to tell if there is a transfer from CDR?
Is there any way to know if a call was transferred from reading the CDR? Any relation in fields like UNIQUEID? Something that can be scripted to make a special report? -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2004 Sep 28
1
CDR and transfer
Hello, I was looking into cdr (w/ mysql) before enabling dialout through CAPI, found out that transfered call are not reported as such. For instance, let's say we have 2 local SIP extensions A and B and C is a GSM number. If A calls B and B transfers to C (automatic or after picking up) the CDR shows A calling C. IMHO, It should record A called B then B transfered to C, so that the cost of
2005 Mar 21
2
speex and single frame decompression
An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20050320/88949632/attachment.html -------------- next part -------------- Hi, ? I've started thinking about speex and speex stream. I wonder to know if speex can do this: ? Let assume we already have PCM stream encoded with speex (e.g. saved in a file or memowy): ? frame1 | frame 2 | frame 3 |
2005 Mar 09
2
Privileges problem
Hi!!! I'm trying to implement a SUS server (local windows update) I-ve already solved my problem to modify registry in order to establish windows update configuration. Now i've a quiestion all my client logon my samba PDC enusing a netconfig.pol isend all configuration everithing works ok. But i've a trouble, my users don't have privileges to install anything and i don't
2004 Jul 14
1
Questing regardning dialplans on a Cisco 5350
Hi. If I use a Cisco as a PSTN termination GW and need to route all incoming isdn calls to my asterisk and all outgoing calls from asterisk via the cisco out to pstn, how do I do that ? in the cisco I have this: dial-peer voice 1 pots destination-pattern [0-9]T no digit-strip direct-inward-dial port 3/0:D ! dial-peer voice 50 voip destination-pattern [0-9] voice-class codec 1 session
2004 Oct 04
1
Tones on a Cisco 7960 ?
Hi, Does anybody know if it is possible to change the tones on a Cisco 7960 ? The default seems to be US standard in BUSY, REORDER, DIALTONE etc etc. I guess there has to be a way to change them ? /Regards Mike
2003 Oct 28
2
v3.0.0, AD, 2k3 mumbles
I'm running a Samba 3.0.0 server in production in security = ADS mode against a W2k ADS server. Works just fine, thanks! We're sort of under pressure to regrade to a 2003 AD server, which sent me trying stuff out a bit. Meager results. The 3.0.0 I have (linked with MIT krb5-1.2.8) refuses to verify incoming tickets: [2003/10/28 16:27:36, 3]
2014 Dec 04
4
Samba embedded device?
On Tue, Dec 2, 2014 at 2:26 AM, Gregory Sloop <gregs at sloop.net> wrote: > I love the idea of a low-power high-performance appliance. A NAS will > work fine for storage, but it's not going to act as a DC etc. [At least > none that I'm aware of and would trust.] > > Even appliances sorta like this, that I've seen, are easily five times the > price. > >
2003 Mar 12
20
Cisco 7960
Anyone know if it is possible to load your own XML scripts on to the phone, bypassing the Cisco CallManager? I am still waiting for my phone to arrive, but I have been playing with Cisco's phone services emulator, and that doesn't seem to like anything I pass to it. If it is possible, anyone want to share any sample scripts they have. --Mike
2009 May 26
2
winebrowser and self signed certificates
Hello, I'm trying to open a site protected with self-signed certificate with winebrowser, but error occurs: "***** uses an invalid security certificate. The certificate is not trusted because it is self signed. Error code: sec_error_ca_cert_invalid". and there is no option to continue. I know this is gecko related quiestion, but I'm looking for some way to import self signed
2006 Aug 18
1
What modifications are required for my device driver to work with xen.
Hi, Firstly, I apologise for the naivity of my quiestion. I''m still unclear about the split-driver architecture of xen. I''m developing a software raid driver, and would like to know the changes required for it to work with xen. (guest). As I have understood, the Native driver remains unchanged in Dom0. This driver communicates talks with the backend driver and the hardware(or is
2011 Apr 29
0
Local channel scenario flushes CDR before dialplan end
Hi, There's a quite complex dialplan scenario and I found out that CDR of main channel is flushed right after hangup on Local channel. I will try to simplify my scenario: [incoming] exten => 555,1,Noop(do something before using local channel, fill some variables, play IVR menus and so on) same => n,Dial(Local/555 at office/n,,g) same => n,Noop(Notice the option "/n" and
2009 Jan 12
1
CDR Rewrite -- Questions to the users (Steve Murphy)
Quoth Steve Murphy... >Date: Mon, 12 Jan 2009 08:51:03 -0700 > >QUESTIONS: > >Which of the two would you see being useful to you? Obvious comment really but given LEG based CDR, one can determine the 'Simple' data but you can't work it the other way. I'd therefore find LEG based CDR more useful as the granularity (time on Hold, in Queue, Waiting on pre-xfer ring
2003 Mar 09
6
DTMF detection on SIP provider ?
Hi.. I just wondering why DTMF are not recognized by aterisk on incoming calls from my SIP provider ... ANy suggesteions ?` /Mike
2007 Dec 06
3
Setting custom field in CDR
Hi, The Asterisk Wiki (page: http://www.voip-info.org/wiki/view/Asterisk+func+cdr) mentions I can set any custom CDR field I want. Here is the example it gives: ; Update our accountcode field and then save some random music facts too exten => s,1,Set(CDR(accountcode)=8675309) exten => s,2,Set(CDR(MyFavoriteBand)=Foo Fighters) exten => s,3,Set(CDR(MyFavoriteSong)=Hero) I am
2006 Jun 29
2
tracemem() not exactly what I had in mind
I was trying to use tracemem to look at mblk contents. First, I tried to use mblk->b_wptr - mblk->b_rptr as the size, and was told that it had to be a constant. Foo. (RFE #1). Then, I tried to use 8 as the size, and kept getting decimal numbers printed. Stumbled on #pragma D option rawbytes=true (is the =true necessary, btw?) and that didn''t help. Then, in desperation, I
2016 Mar 17
2
'Smb' server service is reason of panic of Samba 436 smbd daemon.
Everyone is in his (her) shoes, as following each has his (her) own conditions (meaning environment) as tasks. And sometimes what one offers is not applicable for other one. :) > tdbsam or ldapsam, I would just use the Samba standalone server wiki page as a start, if I were you, this (though it doesn't show it) uses the tdbsam backend. Can you tell me briefly, what are diffiriencies
2011 Jan 02
0
CDR Questions
Hi all, I've got two questions about CDR's. 1.? I'd like to start logging the IP address that a call orginates from.? I'm sure I can get this into the userfield of my CDR table, but what variable should I use to get this value?? I looked at the variables page at voip-info and didn't find anything that clearly indicated what I want. 2. I would like to be able to generate a