Displaying 20 results from an estimated 200 matches similar to: "does Not detected HANGUP and DTMF"
2007 May 03
0
Secondary redirect failed
hello all,i will make a call to asterisk server, that time the end user in ringing phase.After that i am trying to \"redirect\" the call during ringing phase.This time the server shutdown...............i want to answer the call during ringing phase.please help me if anyone knows.Regards,Pandi.P
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 10
0
clarification about bridge the call
?
Hello all,
we will bridge the two asterisk call, after that i am trying to redirect the call to ivr.
here i faced some problem
1)originate the first call sip/1-234
2)originate second call sip/2-245
3)bridge both the call
4)redirct both the call to IVR
the call has been hangup.....
which cammand i have to use in asterisk manager API
Regards,
Pandi.P
-------------- next part
2007 Apr 04
0
make a call with IP address
?
Hello all,
We are setting up a gateway in which the SIP devices will be connected dynamically using the Asterisk system.
We use the originate Manager API command from our code to call an IP as (SIP/1@10.20.30.40). The call rings on the phone and goes through the normal (default) context and finally hangs up(WARNING[13833]: pbx.c:2415 __ast_pbx_run: Timeout, but no rule 't' in context
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
2018 Sep 28
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Oof, I didn't think about Clang not being in the same place. Perhaps we
could put this in clang-tools-extra to solve that?
As for the unification of the code bases. I was assuming we didn't want to
just throw a ton of code 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
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
2006 May 16
0
Asttapi for Asterisk 1.2 Testers Needed (was RE:Asterisk TAPI - Outlook click2dial)
Had I have been smart originally I would have done this to start. Some
rudimentary documentation above and beyond Asttapi 0.10's poor
documentation is available along with the download at
http://www.kirkhamsystems.com/asttapi.
Clint
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kerry
Garrison
Sent:
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 select "Call this contact"
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
2005 Aug 02
0
TAPI driver: AstTAPI
Hello,
We are using AstTAPI to make call?s from Outlook and it woks perfect. Our issue is that it doesn?t work so well with our CRM. Although the TAPI line initialization is successful, AstTAPI doesn?t report the Phone Number and TAPI doesn?t know about our extension. Anybody knows how to solve this?
Ours log:
2005/08/02 15:42:32:476 Information 0x50002 in Process 2040 Thread 1784
Location:
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 channel: SIP/myphone and the phone actually rings when I tell outlook
to dial
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Absolutely. The goal of the tool is to produce both textual and binary
DSO stubs. This means you could take a DSO, produce a textual stub,
modify it however you wish, and then produce a linkable binary stub
from that modified .tbe. That, or you could bypass the textual portion
altogether and just produce binary stubs from DSOs. While the textual
format is useful, the goal is to make the tool
2017 Oct 25
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
Hi Juergen,
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
2018 Apr 09
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
I'm not really clear on the actual benefits of the TBD file, and why Apple
migrated to them in the first place. Shouldn't a dynamic library containing
only the relevant parts (e.g. the dynamic symbol table) be roughly
comparable in size? And, much simpler to support? I assume that's
effectively what "Mach-O Dynamic Library Stubs" actually _were_, before the
introduction of
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Right. Usually you wouldn't want to write a .tbe from scratch, but for
the sake of linking against a DSO you might only have access to a .tbe
stub that was produced from the DSO. This specific functionality
becomes critical when DSOs only used for linking are replaced entirely
by .tbe stubs because at a SDK level the complete DSO isn't needed.
This is what Apple has done to significantly
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 stubbing aren't
as appealing for ELF, so I probably won't be
2007 Mar 05
1
Serial port problem - again
Hello. I'm new to this list.
After days of reading docs and googling I can say that a lot of
people is trying to use wine with serial ports, but no success story
found?
My problem is just like in bug1244
<http://bugs.winehq.org/show_bug.cgi?id=1244> which is almost 4 years old.
If I run this app <http://appdb.winehq.org/appview.php?iAppId=4165> with
WINEDEBUG=+relay , I
2007 May 14
1
RingCentral UI
I'm trying to use RingCentral with wine. The ui displays, but I get an
dialog box error message because of an msxml (ie) dependency, and the
console produces the text listed below. I run winetricks fakeie6 and
try to run, but it still complains... Should I install IE? What
version of IE should I install?
Thanks,
-Jmt
Jmt:~/.wine/drive_c/Program Files/RingCentral/RingCentral Call
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 object stubbing for a variety
of reasons related to improving the overall linking
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 LINECALLSTATE_IDLE)
This is in the same context as