search for: callend

Displaying 20 results from an estimated 20 matches for "callend".

Did you mean: called
2015 Jan 19
2
[LLVMdev] [INCOMPLETE] [GC] Support wrapping vararg functions in statepoint
...gt;isVoidTy(); @@ -275,10 +278,10 @@ static SDNode *lowerCallFromStatepoint(const CallInst &CI, // We just emitted a call, so it should be last thing generated SDValue Chain = Builder.DAG.getRoot(); - - // Find closest CALLSEQ_END walking back through lowered nodes if needed SDNode *CallEnd = Chain.getNode(); int Sanity = 0; + + // Find closest CALLSEQ_END walking back through lowered nodes if needed while (CallEnd->getOpcode() != ISD::CALLSEQ_END) { CallEnd = CallEnd->getGluedNode(); assert(CallEnd && "Can not find call node"); @@ -289,7 +292,...
2007 May 14
3
Proper AGI use with MySQL
...to speak with a live customer service rep. So, in those cases, we do a AGI exec to Dial out to the customer service queue and transfer the caller there. In the dialplan, we have extension h, execute DeadAGI which basically looks up the agi_uniqueid and updates the time the call ended in MySQL (e.g. callend = NOW()). All this seems to be working. However, we just don't feel we are doing things properly and reading up on the wiki more about AGI and dialing out, etc, just makes me feel we could be doing things better. Here are some of the things we think we could be doing better but are not sure:...
2008 Mar 06
1
AEL - SQL and TIMEDIFF()
...the Asterisk Dialplan it just wont work. Is there a limitation in the MySQL() application for the Asterisk dialplan that produces this error? <CODE> context testsql { s => { MYSQL(Connect connid ${DBHOST} ${DBUSER} ${DBPASS} ${DB}); MYSQL(Query resultid ${connid} SELECT TIMEDIFF(callend,callstart) FROM tblCall WHERE id=7); MYSQL(fetch fetchid ${resultid} temp); MYSQL(Disconnect ${connid}); } } </CODE> The error I'm getting is below: [Mar 6 08:59:35] WARNING[27116]: app_addon_sql_mysql.c:268 aMYSQL_query: aMYSQL_query: mysql_query failed. Error: You have an er...
2008 Dec 05
2
Linksys SPA922 - hangup problem
Hi all, I'm testing Linksys SPA922 phone and I have strange issue. when call is finished on the phone I see "CallEnded" and normal silence for cca. 5 seconds and then I get fast busy for cca. 20 sec. So, this isn't automatic hangup as on other phones I have tried (Cisco 7940, grandstream, XLite,... ) and I have to manually hangup handset to finish a call. Is this normal behavior for this phones or have I...
2005 Feb 05
1
Preventing deletion of folders under a SAMBA share: SOLVED
...nge ownership of the folder structure in an overnight batch job. Using chattr is also a really good way to avoid accidental deletion of top-level folders. I had a play with this last night and it works really well. Thanks to you all that assisted - it was really appreciated. Stuart > Stuart Callender: > > >>Thanks for the reply. I thought this too, but no matter what >>permissions I give for existing folders via Unix permissions (even tried >>sticky bits), or via the directory mask and force directory mode, the >>folders can still be deleted. the folder can b...
2005 Feb 03
3
Preventing deletion of folders under a SAMBA share
I am trying to set up a basic Samba server and configure it so that folders under a share cannot be deleted accidentally by a user. The ideal scenario would be to have the top-level folders under the share non-deleteable, but folders and files are able to be created under it. I cannot find any easy way of doing this directly, but thought that the use of the 'veto' option would work
2010 Jun 15
4
Adding Domain User Accounts to Windows 7 Clients (Samba 3.4.8 PDC)
...th 'NT_STATUS_NO_SUCH_USER' Jun 15 12:11:32 nishnabotna smbd[2746]: [2010/06/15 12:11:32, 0] rpc_server/srv_netlog_nt.c:603(_netr_ServerAuthenticate3) Jun 15 12:11:32 nishnabotna smbd[2746]: _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client CALLENDER machine account CALLENDER$ And perhaps to state the obvious, the user I'm attempting to add does exist on the network. By the way, I'm getting this error when trying to add ANY domain user account to Windows 7 clients. I would appreciate any input you might offer. Thanks, Bryan Walton...
2005 Feb 04
2
Logging in via Linux machine to Windows Domain
...gt; verify incoming ticket! (Joysn) > 14. RE: smbldap-populate failure (Heupink, Mourik Jan C.) > 15. Re: smbd/sesssetup.c:reply_spnego_kerberos(173) Failed to > verify incoming ticket! (Joysn) > 16. Preventing deletion of folders under a SAMBA share > (Stuart Callender) > 17. hi (WolfChild83@wmconnect.com) > 18. RE: Samba authentication slow against PDC (Chris Snider) > 19. RE: Preventing deletion of folders under a SAMBA share > (Steve Simeonidis) > 20. "Delayed Write Failed" and other similar errors on Windows >...
2005 Oct 07
1
ASTCC -- semantic note of 'callstart' in cdrs?
Looking at the code, it would appear that the 'callstart' column of the cdrs table should really be called 'callend': $dialstr = "IAX2/$res->{path}/$phone|30|HL(" . ($maxtime * 60 * 1000) . ":60000:30000)"; $res = $AGI->exec("DIAL $dialstr"); $answeredtime = $AGI->get_variable("ANSWEREDTIME"); $...
2007 Sep 20
2
xorg-x11
Greetings, Are there any xorg-x11-devel or xorg-server-devel rpm for centos 5? Thanks, Barton _________________________________________________________________ Kick back and relax with hot games and cool activities at the Messenger Caf?. http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Oct 07
1
IAX and Variables
...er-ID.agi,${IAXVAR(ACCOUNTID)}) That's work, the second server get the variable. I want now said at the second server that accountcode = ${IAXVAR(ACCOUNTID)}, for use this accoundcode in CDR. On second server, in cdr_mysql.conf i have: [columns] alias start => calldate alias end => callend alias clid => clid alias src => src alias dst => dst alias dcontext => dcontext alias channel => channel alias dstchannel => dstchannel alias lastapp => lastapp alias lastdata => lastdata alias duration => duration alias billsec => billsec alias disposition => dispo...
2010 Jun 17
2
Adding Domain User Accounts to Windows 7 Clients (Samba3.4.8 PDC)
...Jun 15 12:11:32 nishnabotna smbd[2746]: [2010/06/15 12:11:32, 0] >> rpc_server/srv_netlog_nt.c:603(_netr_ServerAuthenticate3) >> Jun 15 12:11:32 nishnabotna smbd[2746]: _netr_ServerAuthenticate3: >> netlogon_creds_server_check failed. Rejecting auth request from client >> CALLENDER machine account CALLENDER$ >> >> And perhaps to state the obvious, the user I'm attempting to add does >> exist on the network. By the way, I'm getting this error when trying >> to >> add ANY domain user account to Windows 7 clients. >> >> I wou...
2004 Jul 29
2
Aastra 480e phone ADSI config
...ot; JUSTIFY LEFT DISPLAY "callname" IS "$Call1p" JUSTIFY LEFT DISPLAY "callnum" IS "$Call1s" JUSTIFY LEFT DISPLAY "incoming" IS "Incoming call!" JUSTIFY LEFT DISPLAY "ringing" IS "Calling... " JUSTIFY LEFT DISPLAY "callended" IS "Call ended." JUSTIFY LEFT DISPLAY "missedcall" IS "Missed call." JUSTIFY LEFT DISPLAY "busy" IS "Busy." JUSTIFY LEFT DISPLAY "reorder" IS "Reorder." JUSTIFY LEFT DISPLAY "cwdisabled" IS "Callwait disabl...
2004 Sep 24
0
:)) Are the potential target of the virus n_,ow?
Then, turning to his sister: -----Original Message----- From: colin bird [mailto:syslinux at zytor.com] To: percy wegner; darren russel; nestor left; houston callender; rocco daggett Sent: Friday, February, 2004 2:24 AM Subject: Are the potential target of the virus n_.ow? The l`o,w price on , Allegra, Xe^ni_cal, Xa,_na^x, c~a~rdura and Ultracet is am~^azi,ng. And the m,_ed`s do sell themselves and n^^o m'or^e sales n~e.eded at all. http://ag.hh.get-urR...
2007 May 02
1
kbs-misc.repo
Good day all, Are there going to be kbs-misc repo for centos 5? Later _________________________________________________________________ Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2bbb&disc=y&vers=925&s=4056&p=5117
2007 May 12
1
VMware ver 1.03
I'm for not giving accurate information, I am able to create new virtual machines as a non-root user. I have windowsXP and Ubuntu installed on my hard drive as well. So I am trying to create a new virtual machine with custom settings, and using my hard drive, so I can boot windowsXP or Ubuntu while Im in CentOS 5. But when I reach to the end of the settings it tells me I do not have
2009 May 21
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On Wed, May 20, 2009 at 4:55 PM, Dan Gohman <gohman at apple.com> wrote: > Can you explain why you chose the approach of using a new pass? > I pictured removing LegalizeDAG's type legalization code would > mostly consist of finding all the places that use TLI.getTypeAction > and just deleting code for handling its Expand and Promote. Are you > anticipating something more
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 1:34 PM, Eli Friedman wrote: > On Wed, May 20, 2009 at 1:19 PM, Eli Friedman > <eli.friedman at gmail.com> wrote: > >> Per subject, this patch adding an additional pass to handle vector >> >> operations; the idea is that this allows removing the code from >> >> LegalizeDAG that handles illegal types, which should be a significant
2009 May 21
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...all of the inputs of the call end that do not lead // to this call start. This ensures that any libcalls that need be inserted // are inserted *before* the CALLSEQ_START. - IsLegalizingCallArgs = true; {SmallPtrSet<SDNode*, 32> NodesLeadingTo; for (unsigned i = 0, e = CallEnd->getNumOperands(); i != e; ++i) LegalizeAllNodesNotLeadingTo(CallEnd->getOperand(i).getNode(), Node, NodesLeadingTo); } - IsLegalizingCallArgs = false; // Now that we legalized all of the inputs (which may have inserted // libcall...
2007 Feb 16
0
Firefox 2.0
Good day, I know this is simple but I cant seem to figure this out. I have firefox 2.0 installed and its running fine. The problem is how to get the system defaults to work with it. For instance, if I wanted to install the adobe rpm from their website, how do I get firefox2.0 to prompt me for the default application to install it. Or if I downloaded a .tar.gz and wanted to extract it,