search for: tapi

Displaying 20 results from an estimated 133 matches for "tapi".

Did you mean: api
2010 May 26
5
OT: Windows TAPI command-line driver
Hi, This is a bit off-topic, but still related to telephony. Is there a barebones TAPI driver that exists that would allow me to call up a command line with, as parameter, the number to dial. For exemple, Outlook integrates with TAPI, so that TAPI driver would allow me to call my own app with the phone number as argument. ex when clicking on 555-555-5555: the TAPI driver woul...
2018 Sep 27
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Since the goal is to start llvm-tapi more or less from scratch, I feel the best approach initially is to focus on the structure as a key point of feedback in initial reviews. Once the foundations are set, integrating Mach-O TAPI in parallel with the ELF implementation should be relatively straightforward. The features outside of stubb...
2018 Sep 28
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...ode over the wall anyway so the merge was going to need to be reviewed chunk by chunk anyhow. Support for the two formats should be possible to add in parallel (although, I assume if anyone puts in the time the MachO support could race ahead). The hope would be that people familiar with Apple's tapi would catch any cases where something that would make it difficult to merge code from Apple's tapi in during review. On Fri, Sep 28, 2018 at 10:46 AM Chris Bieneman via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I think that the idea of adding an llvm-tapi tool that is ELF-only...
2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Hello all, LLVM-TAPI seeks to decouple the necessary link-time information for a dynamic shared object from the implementation of the runtime object. This process will be referred to as dynamic shared object (DSO) stubbing throughout this proposal. A number of projects have implemented their own versions of shared obje...
2007 Nov 30
1
OT - How to add a new TAPI driver on an XP system ?
Hi, To make a long story short, I can't install any TAPI driver on my XP platform. A. Within Config Panel|Modems and Telephony options|Advanced parameters, I've got a list of 7 TAPI drivers. Among them is Omniis TAPI driver for Asterisk. B. I can properly configure this driver (line, context, ...). C. When I open Outlook 2002 Contacts panel, I can s...
2006 Jun 09
1
hangup extension
I've been testing the debug version of AstTAPI, which worked for a few calls, then a bit later in the day (and ever since), when the call is hung up, the TAPI client doesn't get notified. Looking at the server logs, The TAPI message that is sent upon hangup, isn't being sent. exten => h,1,UserEvent(TAPI|TAPIEVENT: LINE_CALLSTATE LI...
2005 Jul 28
4
TAPI Interface
Hi All !!! Somebody can inform me where to get more information about the TAPI (M$) interface of the Asterisk ? Thanks in advance. --- Isamp
2005 Mar 20
1
TAPI
I just installed tapi and some app called identapop pro. I havent tested incoming calls yet but so far, I cant get calls out using outlooks. I configured TAPI for asterisk inside outlooks and I set TAPI to these configs: TAPI connects using the manager to asterisk without problems. As channels I configure this: User...
2019 Mar 07
2
What's the status of Mach-O TAPI?
Hi all, It looks like Juergen landed the TextAPI libraries for Mach-O in https://reviews.llvm.org/D53945, and also had several follow-ups, but then it was deleted entirely by r347874. I'm not sure if the entire deletion was intentional, since the commit message only mentions reverting a certain series of patches; CC Hans. In any case, I'm...
2018 Sep 27
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
On Thu, Sep 27, 2018 at 3:12 PM Rui Ueyama via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Thu, Sep 27, 2018 at 2:42 PM Armando Montanez via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Since the goal is to start llvm-tapi more or less from scratch, I feel >> the best approach initially is to focus on the structure as a key >> point of feedback in initial reviews. Once the foundations are set, >> integrating Mach-O TAPI in parallel with the ELF implementation should >> be relatively straightfo...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...phabetically, so that the tool produces the exact same output for two different files that are semantically equivalent to the linker. > > On Wed, Sep 26, 2018 at 8:30 AM Armando Montanez via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hello all, >> >> LLVM-TAPI seeks to decouple the necessary link-time information for a >> dynamic shared object from the implementation of the runtime object. >> This process will be referred to as dynamic shared object (DSO) >> stubbing throughout this proposal. A number of projects have >> implement...
2019 Mar 15
2
What's the status of Mach-O TAPI?
Adding Juergen to the thread. On Fri, Mar 15, 2019, 12:20 PM Shoaib Meenai via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Ping. > > > > Would anyone be opposed to me trying to revive the in-tree Mach-O TAPI > code? > > > > Thanks, > > Shoaib > > > > *From: *Shoaib Meenai <smeenai at fb.com> > *Date: *Wednesday, March 6, 2019 at 9:22 PM > *To: *"llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> > *Cc: *"juergen at ributzka.de&q...
2005 Nov 28
11
SIP tapi
I am trying to use a the SIP tapi from www.enum.at <http://www.enum.at/> . This works fine from all kinds of applications which support TAPI, like outlook and Dialer Pro. However when making tapi controlled calls, the signaling to and from PSTN seems to fail. I have used the digium hardware ISDN PRI boards, but also...
2018 Dec 31
0
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
<div dir='auto'>Maybe LLD is lagging behind, but is the TAPI stuff that's landed close enough to the original such that Apple cctools could be modified to use it?<div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto"><br></div><div dir="auto">Joh...
2005 May 23
4
CallerID, TAPI and CTI
I would like to hear stories from people using TAPI, CTI or CallerID software with Asterisk. What are you guys using, setup examples, etc. Has anybody sucessfully integrated SugarCRM with Asterisk and how did you do it. Are you running callerid software? Did you stumble into problems like using tapi and callerid software returned both the callerid...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...output for two different files that are semantically equivalent to the linker. >> > >> > On Wed, Sep 26, 2018 at 8:30 AM Armando Montanez via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> >> >> Hello all, >> >> >> >> LLVM-TAPI seeks to decouple the necessary link-time information for a >> >> dynamic shared object from the implementation of the runtime object. >> >> This process will be referred to as dynamic shared object (DSO) >> >> stubbing throughout this proposal. A number of proje...
2017 Oct 25
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...At a minimum I think adding the support to libobject, etc so the various llvm tools can read or even write files from/for OSX should be fairly non-controversial so how about go ahead and do that first (I'll happily review if you'd like) and then we can go from there to do anything else with TAPI and llvm? Sound good? -eric On Thu, Sep 7, 2017 at 5:01 PM Juergen Ributzka via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Hi @ll, > > Over the past years I have been looking into how to reduce the size of the > SDK that ships with Xcode and how to improve build times for t...
2003 Nov 12
1
TAPI development
Has anyone ever worked opn TAPI stuff to make asterisk work with it ? I'm a Windoze C++ developer dig'n into asterisk (and linux at the same time) since a few months and i'm quite interested in creating a TAPI driver for asterisk. so if anybody did any research in that way please inform me. Also i've you th...
2007 May 22
0
asterisk TAPI interface
Hello, I need to connect asterisk 1.2.16, with a Contect Center software that works with TAPI. As I know, asterisk doesn't support TAPI directly, if needs a tirth party software. I just reading about asttapi and Activa TAPI. does anyone test this software? have you using asterisk againts a TAPI compatible software? Witch TAPI software do you test? Thanks in advance. VoipCrazy -------...
2003 Dec 02
6
CTI/TAPI
Hi I want to connect a Windows machine over TAPI with the Asterisk PBX. So is it possible to connect the Windows machine directly to Asterisk (Zaptel card)? Thanks Harry Baron