similar to: asterisk-addons-1.4 write wrong uniqueid

Displaying 20 results from an estimated 8000 matches similar to: "asterisk-addons-1.4 write wrong uniqueid"

2007 Mar 21
3
Cisco 7970 with skinny on * 1.4.1
Evnin' (o; As chan_sccp is pretty much dead, doesn't compile on FBSD anyway and isn't supported on * 1.4.x I tried going with chan_skinny... The Cisco 7970 registers and is being acknowledged by * but that's it... I see no lines on the 7970 display configured and it is not reachable or it can't make any outboudn calls... The docs are pretty non-existent for skinny and the
2007 Mar 27
0
ARI with * 1.4.2 won't display recordings
Evnin' Now I tracked my problem down why ARI won't display most of the recordings... It write a recording for examples as: 1175031785-SIP-0615000995-0872a000.wav But it writes to the field "uniqieid" into MySQL database as: 1175031779.16 WHen I overwrite the "uniqueid" field with the value from the recording file, the recording is playable within ARI:
2008 Mar 17
1
asterisk.conf uniquename or sysname for uniqueid field in CDR
I set uniquename = MYHOST in asterisk.conf (under [options]) so that my uniqueid data shows up as MYHOST.time.seq. First of all, I would like to know if uniquename (or sysname?) will still be valid across future * versions (mainly 1.6). Secondly, is there a way to specify uniquename as an asterisk option at the command line? (asterisk -h doesn't show me anything regarding this feature)
2010 Oct 29
1
Updating asteriskcdrdb with uniqueid field from Master.csv, Master.csv.1....Master.csv.5 - Must I bring all files together first?
Hi Everyone, Just noted that PBXinaFLASH failed me again on yet something else. The uniqueid field didn't update on the asteriskcdrdb in the past few months but it is available in the .csv files in /var/log/asterisk/cdr-csv/*.csv I have already re-did the asterisk-addons install with correct parameters to include future calls "uniqueid" in the table (I have no clue why these
2009 Mar 25
0
${UNIQUEID} variable and queue log issues on 1.4.22
Hello list, I don't know if anybody faced this issue, but I finally found a workaround. I am using an external program with an AMI connection to originate outbound calls to Local/ channels, and on the dialplan context I dial outside with the corresponding trunk according to the prefix of the dialed number. The problem here was CDR, more precisely the uniqueid. Reading these mail lists I
2013 Jun 03
1
Is uniqueid/sequence a safe CDR table primary key ?
Hi, When dealing with CDR SQL tables, I always added an auto-incremented cdr_id key as a primary key, just in case provided uniqueid key went wrong. Now I'm facing a situation where I need to insert into a database's table and from the dialplan, a reference to the CDR record which is currently processed. So my questions are: 1. Can uniqueid/sequence (or uniqueid/sequence/calldate)
2004 Oct 08
0
re:uniqueid - how unique it is (Sathya Weerasooriya)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body text="#000000" bgcolor="#ffffff"> <blockquote type="cite"> <div><font
2009 Sep 09
1
UNIQUEID not the same in Dialplan as passed to AGI
Hi, I've noticed that the UNIQUEID for a call is not the same in the Dialplan (when executed e.g. exten => s,n,NoOp(${UNIQUEID}) as it is when passed via STDIN to an AGI script. Is this normal, and is this supposed to behave this way? The UNIQUEID received in the AGI is usually .001 higher than the one in the dial plan -- but sometimes it is also a second behind. Here's an example
2009 Sep 04
1
Incremented UniqueId
Hi. I've been using the Asterisk Manager Interface to originate calls from Console/dsp. I get the following form the server. > Response: Success > Message: Originate successfully queued > Uniqueid: asterisk-3301-1252055630.26701 > > Event: Newchannel > Privilege: call,all > Channel: Console/dsp > State: Down > CallerIDNum: <unknown> > CallerIDName:
2007 Mar 24
1
Remote host can't match request NOTIFY to call
Evnin'... Anybody got an idea where those CLI messages come from? [Mar 24 20:30:05] WARNING[4518]: chan_sip.c:12296 handle_response: Remote host can't match request NOTIFY to call '0354c42214142e5d6cb8e05568c59837@10.0.2.2'. Giving up. Interestingly all are caused by local IP used by asterisk-1.4.1 cheers rick
2011 May 02
1
Asterisk repository: asterisk14-addons-mysql
Hello, We have chosen to upgrade our Trixbox installations (2.6.2.3, asterisk 1.4.20) and everything work smooth. The problem we face now is that asterisk14-addons-mysql looks to have not been compiled with uniqueID feature and we are asking your opinion about what should be the best fix for this problem. Our workarround was to overwrite (from backup) the cdr_addon_mysql.so module, but this is
2007 Dec 27
3
facter''s uniqueid is not unique
I have been storing the output of facter in a database with the assumption that uniqueid was actually unique, until I found that it is the same for a handful of my machines. It appears that uniqueid is set from the output of hostid. I checked into hostid and it gets its value from gethostid(). The following link, http://www.opengroup.org/onlinepubs/009695399/functions/gethostid.html, states,
2007 Feb 01
1
CDR - uniqueid
Is uniqueid globally unique? I have three Asterisk installations and I need to store data from all of them in same database, in same table. Will this uniqueid field be unique? -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)270248 Mob.: +385(91)1212148 SIP: tomo@sip.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr -------------- next part -------------- A
2006 Mar 05
1
uniqueid
Hi folks, I've just updated my * and I noticed that from the update the uniqueid field into mysql, is not written and ASTPP do not charge the calls. I got an eye to cdr_mysql.c and I found that at line 212, into one insert query, uniqueid is missing. But I can be wrong. In any case, somebody got same problem? Any suggestions? Thanks to all. -- .:FaberK:. -------------- next part
2004 Oct 07
0
uniqueid - how unique it is
Hello, a.. uniqueid: Unique Channel Identifier (32 characters) I would like to know how is the unequeId constructed. ? I need a primary key in cdr database and would like to know whether I can make uniqueid the primary key. If asterisk channel does not have any idea of previousely crated ID's and if this id is randomly crated number then there is a chance that unequeid get a duplicate
2009 Apr 23
0
UserEvent doc : is Uniqueid mandatory in 1.6
Hello, I'm using 1.6.1-rc4. When sending a userevent, (with "UserEvent(MyEvent);" in extensions.ael), I've got : Event: UserEvent Privilege: user,all UserEvent: MyEvent I can't see any Uniqueid field as mentioned http://www.voip-info.org/wiki/view/Asterisk+cmd+UserEvent or http://www.the-asterisk-book.com/unstable/applikationen-userevent.html Is this Uniqueid mandatory ?
2006 Dec 18
1
Queue Monitor not mixing if using UNIQUEID in MONITOR_FILENAME
Hello Asterisk Users, I guess the subject says the most of it; here goes some more detail: - Running Asterisk 1.2.14 - Objective: record all calls managed by a specific queue - Name those files ${TIMESTAMP}-${CALLERIDNUM}-${UNIQUEID} Facts: - If the UNIQUEID chan var is used in the MONITOR_FILENAME, before calling the Queue() application, the two legs of the call are not
2008 Mar 06
2
format of UNIQUEID variable
What is the format of the UNIQUEID variable? It seems to be something like: 40651204817492.56 Does it always have the pattern <long_number>.<short_number>? ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
2007 May 31
1
Duplicate UNIQUEID on CDR
Sometimes I get the following error on the console: [May 31 11:14:01] ERROR[23502]: cdr_addon_mysql.c:230 mysql_log: mysql_cdr: Failed to insert into database: (1062) Duplicate entry '1180628004.3214' for key 1 -- Zap/38-1 answered UniCall/11-1 Why would the UNIQUEID be duplicated? Isn't is supposed to be UNIQUE? This worries me a bit because the customer is losing calls that
2006 Mar 16
0
carry forward uniqueid
Hi all, I have a couple of asterisk servers running. When one asterisk server dials another asterisk server over IAX, i want to match that call in both of the cdr's. How do i make both asterisk servers use the same uniqueid for that call, if this is possible. Or is this a dumb question since it is 'unique'. I just want to match a call on different asterisk servers from the