search for: uniqueid

Displaying 20 results from an estimated 617 matches for "uniqueid".

2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...0 canale ISDN - MEDIASAT(momentan) span=3,1,0,ccs,hdb3,crc4 indclear=49-63,65-79 fcshdlc=64 #TDM400P - 4 porturi FXO fxsks=80-83 ----------------------------- extensions.conf ----------------------------- [macro-faxreceive] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID}) exten => s,2,rxfax(${FAXFILE}.tif) [macro-stdexten] ;exten => s,1,Dial(${ARG2},120,t) ;exten => s,2,Goto(s-${DIALSTATUS},1) ;exten => s,105,Goto(nothere,s,1) exten => s-NOANSWER,1,Voicenail(u${ARG1}) exten => s-NOANSWER,2,Goto(nothere,s,1) exten => s-BUSY,2,Goto(nothere,s,...
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
...on? I paste my dial plan and the the AMI events: [b]1.2 dialplan[/b] exten => _4XX,1,dial(SIP/${EXTEN}) exten => 140,1,Answer() exten => 140,n,Set(CALLERID(name)=140:${CALLERID(name)}) exten => 140,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMES TAMP}${UNIQUEID}) exten => 140,n,Queue(140|t||) exten => 140,n,Hangup() [b]1.2 AMI events[/b] (newcallerid event is maked with bold font) Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Asterisk Call Manager/1.0 Action: Login UserName: admin Secret: xxxxxx ActionID: 1 Respons...
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...annel, i.e., BUSY, ANSWER,? NOANSWER........ Is there anyway to specify which channel you want to? monitor with dialstatus? Here is the response in the AGI with the setup like I have it above and I'm calling a busy number: Channel: IAX2/teenlighthouse/16384 State: Down Callerid: <unknown Uniqueid: 1106323559.4 Event: Newcallerid Channel: IAX2/teenlighthouse/16384 Callerid: DAQE Dialer Uniqueid: 1106323559.4 Event: Newchannel Channel: IAX2/teenlighthouse/16384 State: Ringing Callerid: DAQE Dialer Uniqueid: 1106323559.4 Event: Newstate Channel: IAX2/teenlighthouse/16384 State: Up Callerid:...
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) bundle be safely used as CDR's ta...
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 so...
2007 Mar 30
1
call file vs. originate
...bx, and the outside world respectively.) Below lies the results given over the manager interface: Response: Success Message: Originate successfully queued Event: Newchannel Privilege: call,all Channel: Local/201@from-sip2-3974,2 State: Ring CallerID: <unknown> CallerIDName: <unknown> Uniqueid: 1175271459.2289 Event: Newchannel Privilege: call,all Channel: Local/201@from-sip2-3974,1 State: Down CallerID: <unknown> CallerIDName: <unknown> Uniqueid: 1175271459.2288 Event: Newcallerid Privilege: call,all Channel: Local/201@from-sip2-3974,1 CallerID: 201 CallerIDName: Fake Name...
2009 Jul 12
2
strata -- really slow performance
I'm a bit confused why the following command is taking an extrodinarily long time (> 2-3 hours) to run on an 3.06ghz iMac (brand new). I'm trying to do a stratified random sample, drawing only a single value per UniqueID from the patch_summary data frame: uniqueids <- unique(patch_summary$UniqueID) uniqueids_stratasize <- c(1:length(uniqueids))*0+1 temp_species_patch_random_strata <- strata(patch_summary,c("UniqueID"),size=uniqueids_stratasize) The patch_summary data frame is too big to includ...
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-m...
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.htm...
2010 Sep 14
9
Random File Name
Hi, Im looking at using MixMonitor to record calls and I know that I need to set the filename first. However, with the number of calls coming in, hard coding the filename isnt an option. So I need to do something like this:- MixMonitor(RANDOMNUMBER.wav) But can't find a way to generate a random number. I thought that maybe I could use a unique variable that already exists for the current
2009 Jul 16
0
Unique id used for call recording missing from CDR data for transferred call
Hello, I have an application that needs to record outgoing calls. It's running on Asterisk 1.4.18, with CDR data stored in MySQL. Outgoing calls are recorded based on their uniqueid. When outgoing calls are placed, there is a line like this on my extensions.conf: exten => _.,n,MixMonitor(/var/spool/asterisk/monitor/${UNIQUEID}.gsm) For regular outgoing calls, this works fine. The call is recorded in a file named for its uniqueid, and if I need the recording I can pu...
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: <unknown> > Uniqueid: asterisk-1252055630.26702 I'm really wondering how the Uniqueid works. Why is it...
2009 Mar 25
0
${UNIQUEID} variable and queue log issues on 1.4.22
...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 learned that when a Local channel finds a Dial instruction on the dialplan, and when the new requested channel is answered then a masquerading begins, so the new dialed channel becomes the active and the Local/ one becomes inactive as a <zombie>. This was putti...
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....
2010 Nov 08
3
Get the Uniqueid of Action Originate in the AMI
Hi to all. I'm begin a use the AMI and i have the need to get the uniqueid from the call i have generate using the Action Originate. Anyone can help me? When I generate these commands: action: Originate channel: SIP/101 application: Dial data: SIP/100,120,Ttr The only response I get when the call is answered, is this: Response: Success Message: Originate successfully...
2006 Feb 09
1
Re: Help on Vicidial
...l_auto_calls where status = 'LIVE' and server_ip='127.0.0.1' and campaign_id = '' and call_time < "" and lead_id != '';| -- VDAD get agent: |0|update of vla table: |127.0.0.1 |UPDATE vicidial_live_agents set status='QUEUE',lead_id='0',uniqueid=' 1139506471.2', channel='IAX2/u32218094-1', callerid='unknown' where status = 'READY' and server_ip='127.0.0.1' and campaign_id='' and last_update_time > '19700101075955' limit 1;| |SELECT count(*) FROM vicidial_auto_calls where statu...
2007 May 14
1
Some problems with mysql CDR
Hello, We have finally upgraded to Asterisk 1.4, however we've run into two issues that weren't occurring before the upgrade. Issue #1: We're an outgoing call center and need to record all calls. We use the uniqueid field in the CDR to match with the recording, which we labeled with {UNIQUEID} in MixMonitor. For some reason, the uniqueid is not correct in the CDR. Here is the manager event for a call: Event: Cdr Privilege: call,all AccountCode: 6384106:MMI-Y:200705081051010077 Source: 0000000000 Destination...
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...
2008 Jan 03
1
Right timing for a queue call
..., duration: T, state: ANSWERED This independently from how many peers the Queue app calls without success (peer not connected or not answering). The only way I could think of was giving an unique userfield to all the calls related to the call from A to the queue X, e.g.: - A -> X usrfield: AX-uniqueid - call to peer B that doesn't answer, usrfield: AX-uniqueid - call to peer C that isn't available, usrfield: AX-uniqueid - call to peer Z that answers, usrfield: AX-uniqueid And then do some math based on duration and call state in order to get the info I need. Do you think that it's...
2013 May 07
4
create unique ID for each group
...2.6 I want to merge dat1 and dat2 based on "ID" in order, I know "match" only returns the first match it finds. So I am thinking create unique ID col in dat2 and dat2, then merge. But I dont know how to do that so it can be like this: dat1: ObsNumber ID Weight UniqueID 1 0001 12 0001_1 2 0001 13 0001_2 3 0001 14 0001_3 4 0002 16 0002_1 5 0002 17 0002_1 dat2: ID He...