Displaying 20 results from an estimated 6000 matches similar to: "How can conect Cisco Unified Communications Manager with Asterisk"
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
Greetings:
I'm in the situation where I'm trying to splash information picked off
by an asterisk IVR into a Cisco call center environment. I'm under the
impression that the ONLY way to do this is to setup socket connections
with the Cisco "voice processor", or CVP, and send packets
corresponding to GED-125. Cisco has a detailed 100+-page document
detailing the internals of
2009 Dec 25
2
SIP Incoming / Inbound not working for Broadvoice (Asterisk PBX 1.6.1.6)
Hello,
Please forgive me if I'm repeating this post. I have searched and looked for
similar problem with a solution but have not see a similar one.
My outgoing SIP and other channels work fine but the incoming/inbound SIP
call goes straight to Broadvoice voicemail. I see that Broadvoice is
registered when I look at the SIP registry. I have turned on SIP Debug and
it is below.
Anyone know
2008 Jul 01
3
[LLVMdev] build on windows
Hi Jean-Daniel,
Thank
I use VC++ 9 (express version). I have also an error in TableGen: The
"strtoll" could not be found under win32. Have you fixed it ?
Regards
Quang
-----Ursprüngliche Nachricht-----
Von: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] Im
Auftrag von Jean-Daniel Dupas
Gesendet: Montag, 30. Juni 2008 22:00
An: LLVM Developers Mailing List
2008 Jul 01
2
[LLVMdev] build on windows
Hi Jean-Daniel,
thank for ur fast answer, i have fixed this error, another function was
defined inside llvm source code.
So, my only problem now is, I cannot create the file "configure.lib"
(belongs to project "Configure"). I can build this project without error,
but it didn't generate the lib data ?!
Can you build this file ? if yes, I will be very happy if you send it to
2008 Jun 30
4
[LLVMdev] build on windows
Hi,
I have tried to compile LLVM with Visual C++. Some subprojects work now.
Other subprojects require the file "configure.lib". So I tried to compile
the project "Configure". It could be built successfully, but the file
"configure.lib" is not generated. So, what is the problem here ? Can
somebody help me to fix that ?
Thanks and regards
Quang
2008 Jun 30
0
[LLVMdev] build on windows
Le 30 juin 08 à 21:28, Le Anh Quang a écrit :
> Hi,
> I have tried to compile LLVM with Visual C++. Some subprojects work
> now.
>
> Other subprojects require the file "configure.lib". So I tried to
> compile
> the project "Configure". It could be built successfully, but the file
> "configure.lib" is not generated. So, what is the problem
2008 Jul 01
0
[LLVMdev] build on windows
AFAK, the Configuration project does not generate any output. It just
patch and generate some required header file.
Le 1 juil. 08 à 17:32, Le Anh Quang a écrit :
> Hi Jean-Daniel,
> thank for ur fast answer, i have fixed this error, another function
> was
> defined inside llvm source code.
> So, my only problem now is, I cannot create the file "configure.lib"
>
2008 Jul 01
0
[LLVMdev] build on windows
Not this one, I have a different error here. One related to hasmap and
pair templates.
I will check this on my Windows machine later.
Le 1 juil. 08 à 16:44, Le Anh Quang a écrit :
> Hi Jean-Daniel,
> Thank
> I use VC++ 9 (express version). I have also an error in TableGen: The
> "strtoll" could not be found under win32. Have you fixed it ?
>
> Regards
> Quang
2005 Aug 10
1
fileutil & tar utility RPMs on RHAS3.0
Hi,
Please advice how to download utility for 'tar', 'cp' supporting RHAS3.0
RPMs listed in note 237997.1 are used for RHAS2.1
* Patch 2883583: fileutils-4.1-4.2.i386.rpm
* Patch 2913284: tar-1.13.25-9.i386.rpm
Best regards,
Huy.
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
2006 Oct 12
0
Cannot conect LDAP to Kerberos
I'm trying to set up my ldap directory to use kerberos passwords. I have
compiled openldap with --with-kpasswd, added the principal
ldap/iceage.sg.org.br@SG.ORG.BR to kerberos. Also, I have prepared the user
entries in LDAP with these fields (in addition to other ones):
objectClass: krb5Principal
krb5PrincipalName: diego@SG.ORG.BR
cn: Diego Lima
userPassword: {KERBEROS}diego@SG.ORG.BR
I
2007 Apr 05
1
Can't conect to share ?
Hi to all here is my problem
i have one very simple share [files]
here is the permissions of directory
fileserver data # ls /home/samba/data/ -la
total 16
drwsrws--x 4 alan acct 4096 Apr 4 04:58 .
drwxr-xr-x 3 alan users 4096 Apr 4 04:55 ..
drwsrws-wx 2 alan acct 4096 Apr 4 04:58 alan
drwsrws-wx 2 ldbl acct 4096 Apr 4 04:58 ldbl
Here is samba version
fileserver data # smbd -V
Version 3.0.24
2008 Jun 30
1
[LLVMdev] build on windows
So far, I'm building largely clean too. I had to change which llvmAsmParser it was looking at since it needs to look at the generated file under the win32\AsmParser directory rather than ...\lib\AsmParser where no such file exists. After that, it compiles clean on debug. Working on release now and then I'll check that change in.
Quang, do you have flex and bison on your system and in
2008 Jul 13
3
[LLVMdev] instruction description
Hi,
I need the description of LLVM instructions on bitcode file. I can't find it
on any document. Reading the code costs much time. Does a description like
this exist ? It should look like the JVM Instruction set on the link bellow:
http://java.sun.com/docs/books/jvms/second_edition/html/Instructions2.doc.ht
ml
Thanks for any advise.
Quang
2008 Oct 06
3
[LLVMdev] sext..to instruction
Hi,
I have a question about the "sext..to" instruction. In the document, I found
two examples:
%x = sext i8 -1 to i16
It means:
i8 -1 = 1111 1111 --> 1111 1111 1111 1111 = i16
how can it determinate, that the i16 value %x positive is (65535)?
And the second example:
%y = sext i1 true to i32
1 --> 1111 1111 1111 1111 1111 1111 1111 1111
In this example, %y is -1
I'm not sure
2005 May 23
1
RE: Ocfs-users Digest, Vol 25, Issue 6
When OCFS2 is available as Production?
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
Fax: +84 4 943 2592
==
-----Original Message-----
From: ocfs-users-bounces@oss.oracle.com
[mailto:ocfs-users-bounces@oss.oracle.com]On Behalf Of
ocfs-users-request@oss.oracle.com
Sent: Tuesday, May 24, 2005
2005 May 29
1
Does OCFS2 certified on RHAS3 and 2.1?
Hi All,
Is there any one know if OCFS2 will be certified on RedHat AS3 or 2.1? On
http://oss.oracle.com I see OCFS2 Beta is available for RHAS 4 only.
Rgds,
Huy.
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
Fax: +84 4 943 2592
==
-----Original Message-----
From:
2008 Jul 23
1
[LLVMdev] weird function
llvm-gcc is the C compiler, but you're trying to compile a C++ file.
"@_Znwj" looks like part of a C++ symbol.
Try llvm-g++ instead, that should help.
- Simon
2008/7/23 Le Anh Quang <anh_quang.le at mailbox.tu-dresden.de>:
> Hi,
> I have tried to compile a simple cpp file with llvm-gcc. I have attached
> the assemble file here.
> I see a weird thing there.
2008 Jul 01
2
[LLVMdev] build on windows
Hi,
but on some other project, they require "configure.lib". What is this one ?
Thanks
-----Ursprüngliche Nachricht-----
Von: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] Im
Auftrag von Jean-Daniel Dupas
Gesendet: Dienstag, 1. Juli 2008 17:58
An: LLVM Developers Mailing List
Betreff: Re: [LLVMdev] build on windows
AFAK, the Configuration project does not
2008 Jul 24
1
[LLVMdev] weird function
Hi Quang,
> As I compiled a C or C++ program using llvm-gcc or llvm-g++, I have a
> bitcode file. If a C++ library is used, some functions will be declared
> inside it, but not defined there (like the @_Znwj). Is it possible to create
> LLVM IR with all libraries defined inside (or linked with another bitcode
> libraries) ?
I don't know how hard it would be to compile the C++
2008 Nov 19
1
Samba conect/disconect/reconect when browsing or when freeze open/save dialogs
Hi everybody,
Recently, I change my server to anoter, but I copied all accounts
linux/samba users to new one.
I migrate from Ubuntu Server 8.04 to 8.10 server
It's the same old smb.conf of old machine, but one new problem.
When logon is OK, but wait 5 minutes or less and when connect remote
drive for second time by explorer, windows says that "not respoding",
but wait 30 seconds and