Displaying 20 results from an estimated 800 matches similar to: "Double quotes in CDRUserField?"
2006 Feb 01
1
SetCDRUserField not working in A@H?
I have A@H 2.1, running * 1.2.1. I am trying to put information into the
userfield with SetCDRUserField and AppendCDRUserField. However, the field
is never populated in the cdr - I've checked the csv files and the MySQL
asteriskcdrdb table. The field is defined in the MySQL table, but is always
empty. The csv files that get created don't have a userfield at all, that
is, there
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
Hi all,
I'm using Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o on box A with a TE410P
(EuroISDN cpe)
connected to another similar asterisk box B acting as EuroISDN master.
I'm performing some load tests by contiously feeding up to concurrent 30
call files to /var/spool/asterisk/outgoing/ on box A
which inititate via a dialplan context/extension a outbound call
(redirected via chan_local) to
2006 Nov 08
0
Warning: "Channel does not have a CDR" when doing ForkCDR
Gang,
I'm having this error pop up when I do a ForkCDR, and I'm not sure how
to get around it. Here are a few log lines:
Nov 8 10:37:08 VERBOSE[28079] logger.c: -- Executing
ForkCDR("Zap/49-1", "") in new stack
Nov 8 10:37:08 WARNING[28079] app_forkcdr.c: Channel does not have a
CDR
The scenario occurs like this:
I use a .call file to generate a call on
2006 Feb 01
0
RESOLUTION: SetCDRUserField not working in A@H?
Paul,
Thanks - it worked! For the record, this is exactly what I did:
cd/usr/src/asterisk/cdr
grep -in "userfield" cdr_csv.c
(to find the line that had "#define CSV_LOGUSERFIELD 1" commented out)
Opened cdr_csv.c and removed the /* and */ comment marks
Saved & exited
After shutting down * I went to /usr/src/asterisk and did the usual:
Make clean
Make
Make install
I also
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
Hello... I have a big problem with asterisk. Every time i make a call
asterisk does not bridge the zap channels. The zap channel from which
i'm calling remains in state:ring and applicaton:dial and the zap
channel with the external line configured remains in state:dialling an
Application:AppDial.
Zap/20-1 agentie s 1 Dialing AppDial (Outgoing Line) 09399 (None)
Zap/9-1 int_omg 09399 5 Ring
2004 Jun 15
2
using SetCDRUserField in an AGI script
Hi I am trying to use SetCDRUserField in an agi script
but with no success.
I am using the CDR mysql addon, however I can't see it
being at fault as my attempt is not doing anything to
the CVS CD either.
has anyone used this, any hints guidence would be
greatly appreciated.
The syntax I am using is like so ..
res=DoExec('SetCDRUserField','12345');
and then dialing the
2005 May 10
2
DISA
We are using DISA with local SIP users. The user enters in a 2 digit
code then they get a dialtone and the phone dials out. The problem is
that the calls waits 10 seconds after the outgoing number is dialed, no
matter what I put for the timeout values. Anyone else using DISA that
has run into this?
exten => _2X,1,Answer
exten => _2X,2,DigitTimeout(2)
exten =>
2007 Nov 01
2
hostname in MySQL CDR records
I would like to send the CDR records from all our machines around the
world to a single database. But I need the hostname included with each
record for monitoring purposes.
Is there a better way than using the userfield and adding
SetCDRUserfield for every call to set the userfield to the name of the
host?
Thanks...
2004 Dec 17
6
Realtime and PostgreSQL
Has anyone had any luck with PostgreSQL and Realtime? The realtime
instructions on voip-info seem pretty straight forward... just not woking for
me. I've included all of my config files below, and my console output.
Entire console bootup output:
[root@abox asterisk]# /usr/sbin/asterisk -vvvvvvc
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing
2004 Apr 04
1
SetCDRUserField actually works?
Hi all,
I'm trying to add custom billing info into the CDR records. I did a
SetCDRUserField from my agi. Asterisk seems to acknowledge the call, but
the value is not anywhere in the CDR record. I checked the CSV and Mysql
CDR table. The field is always blank.
Anyone had any success with this?
Cheers and TIA.
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
Hi,
Ive been struggling with asterisk for a few days now. I understand
pretty much how it works and how to tie things together (SIP -> SIP
internally works fine etc), but just cannot get asterisk to work with an
X100P clone (its a Ambient MD3200, if that means anything to you guys).
I have tried (initially) asterisk 1.07 with zaptel 1.07, and now
Asterisk CVS-HEAD with zaptel cvs. Both give
2003 Dec 20
0
smbfs, strange sym link import, starting with kernel 2.6.0
After installing kernel 2.6.0 on a samba client machine, the following
problem occurred:
The server:
One machine in the networks acts as a file server using samba 2.2.3.
(Debian-Woody). It exports one share to the network.
The directory structure below that share contains a few subdirectories
as well as a few sym links pointing to directories on other hard disks
in the server machine. Samba is
2010 Apr 28
2
Broadvoice inbound fails on Asterisk 1.6.1
All,
I have been fighting with my dialplan for hours now, and google
searches talk lots but offer nothing in terms of explication for this. I
have my SIP peer set up and working with Broadvoice:
[sip.broadvoice.com]
type=peer
user=phone
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
fromuser=5555551234
secret=password
defaultuser=5555551234
insecure=port,invite
context=broadvoice
2007 Apr 03
1
ZAP device reference in Zaptel 1.4
Hi Everyone,
I am using Zaptel and Asterisk 1.4 and have a Digium card with two FXS
modules. The card works and ztcfg reports that it finds the two
modules.
Howevery when I try and place a call through the gateway I get the
following error message. I have tried to refer to the ZAP device as
ZAP/g2 etc
Any suggestions? Anything that's different about Zaptel 1.4?
-- Executing
2005 Feb 18
0
Installing Asterisk on Mandrake 10.1 Official
I have a pretty basic Mandrake 10.2 w/KDE 3.2 and I installed Asterisk-1.0.1-2mdk. I installed the source of main and contrib from ftp, so at the install time I accepted all the packages needed to be installed too.
The installation went smooth, but when I try to execute asterisk (#asterisk -vvv) I encounter few warnings I end with an error. At this point I didn't touch any conf file, I was
2007 Jun 12
4
write some custom values to CDR table
Hi,
I write the CDR of my Asterisk 1.2.17 server in MySQL database
using cdr_addon_mysql.so.
Now I'm trying to write some custom values to userfield column by
the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in
MySQL cdr table!!
Why? I'm I skeeping something or what?
Taking a look at the URL:
2008 May 19
2
Recording problems, reinvites
Hello,
I'm wondering if anyone else has been observing problems lately with
1.4.18 and higher releases of asterisk not properly recording calls.
When using MixMonitor, the resulting file is only a few bytes long.
I think this is because asterisk is doing Native bridging even though
MixMonitor should block that.
Did something change around the release of 1.4.18 that would have
changed
2005 Mar 17
2
PRI Cause Code Help
Hello,
I just got off the phone with my PRI provider, and was told that I am
not sending an expected message when I reject a call with a Cause Code
for Unassigned(1) and Congestion (42). Busy works fine though...
Anyhow, they are seeing the RELEASE COMPLETE message with cause code 1,
however the tech told me they expect a PROGRESS indicator with a value
between 1 and 10.
Any ideas on how
2006 Jun 07
19
Quad T1 Card
Ok... I am reluctant to ask this question as I believe that it may be
like asking what someones favorite linux distribution is... but I need
to make an informed decision.
We are getting ready to upgrade from a TE210P to a quad T1 card with
echo cancellation. I am trying to decide between the Sangoma card and
the Digium card. I need this to have great quality and I need it to
work well.
I would
2013 Jul 16
3
exhaustive-model-search issue results in multi-gigabyte FLAC file
Hi,
On a particular input file, FLAC (testing with current git) greatly
inflates its output if I encode at level 7, which enables
--exhaustive-model-search. The source is a 24-bit WAV file of about
60MB; flac -6 encodes this to a 43MB FLAC file, but flac -7 produces a
9.1GB (!) file.
The enormous file does seem to be perfectly valid, FWIW -- it
(eventually) decodes to a WAV that's