similar to: Troubles with voicemail and cisco 7905 SIP

Displaying 20 results from an estimated 2000 matches similar to: "Troubles with voicemail and cisco 7905 SIP"

2003 Sep 18
1
e100p and E-bit alarm indication
We connected an * box with an e100p to an E1/PRI from a telco here in Italy. After we had it working perfectly the telco told us that, despite the circuit appeared to work fine, and we could place calls on it, they had an "E-bit2 alarm indication constantly on that caused the circuit to be flagged as "faulty" every time. (The E-bit indication, is an alarm sent back from us to
2004 Feb 03
2
cisco 7912 voicemail/dnd issue
Hi all, I playing around with some C7912 IP phones (SIP FW). They work nice with asterisk, but I found the following issue: o When I configure the voicemail number (8500) to access VM I can push the "messages" button on the phone to access my VM o The phone can setup DND and call redirection on NA and BUSY o MWI is also working fine ;-) But in this case the call will be
2019 Nov 27
2
Writing a Pass in LLVM MC (Machine Code) level to Analyze Assembly Code
Hi All, A self-follow up and rephrase of my previous question with updated subject: What I want to do is to analyze hand-written assembly code with 'full details' where semantics of each instruction can be known in LLVM passes. Many of such instructions have no corresponding counterparts in IR/MIR forms, such as 'syscall' 'iret', etc. At MC level, such assembly code can
2019 Nov 25
2
[Machine IR] Analyzing Assembly Source Code in MIR passes
Llvm-mctoll will raise a binary back to LLVM IR. Not exactly what you want but it might be something you can leverage. https://github.com/microsoft/llvm-mctoll On Mon, Nov 25, 2019 at 1:19 PM Nicolai Hähnle via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Thu, Nov 21, 2019 at 3:37 AM Lele Ma via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > My goal is to write
2019 Nov 21
2
[CodeGen] Read/Write Machine IR from/to Persistent File
Dear LLVM developers, Just as LLVM IR can be read/write via persistent bitcode (*.bc *.ll) files, is there any similar implementation in LLVM to read/write Machine IR (MIR) via a persistent file? If not and I would like to add it (e.g. for ARM or RISC-V), could you direct me materials and/or LLVM source code modules where I should start with? Best Regards, Lele Ma -------------- next part
2019 Nov 21
2
[Machine IR] Analyzing Assembly Source Code in MIR passes
Dear LLVM developers, My goal is to write LLVM Machine IR (MIR) passes to analyze the assembly source code. But it seems I need to find a way to translate the handwritten assembly code into MIR format first. Is there any materials, or any modules in LLVM source code, that can help to translate assembly code into LLVM MIR for analysis? Or is there any easier ways to analyze assembly code in MIR
2003 Sep 18
1
CDR of calls transferred via IAX[2]
Let's say i have a network of * boxes connected via IAX, one of them is a "switch", one or more are the "gateways". - An IAX[2] "customer" register himself on the "switch" (and gets an accountcode for te purpose of cdr) - The customer places a call to the "switch", the switch does some magic and decides which "gateway" the call
2013 Oct 04
3
[Bug 10182] New: Deleted file not shown in logfile (--log-file) unless out-format option is specified
https://bugzilla.samba.org/show_bug.cgi?id=10182 Summary: Deleted file not shown in logfile (--log-file) unless out-format option is specified Product: rsync Version: 3.1.0 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo:
2011 Oct 29
2
EveHq & dotnet 3.5
Hello, i use ubuntu 11.10 and wine 1.3.x i want install eveHq (http://www.evehq.net/downloads.html) and I read this (http://wiki.indiceve.com/doku.php?id=installation:installation) > EveHQ is written using Visual Studio .Net 2010 and requires the following to run: > > .Net Framework v3.5 SP1 > MS SQL Compact Edition v4.0 (for the databases) I can install MS SQL Compact
2004 Dec 30
1
Regarding testsuites for protocol conformance
We have made some changes in samba-3.0.7, as part of our graduation project. Are there any test suites which we could use to check the conformance of the changes, with the original samba specifications? Also, with reference to your statement in document tridge_cifs04_tutorial.pdf , saying that inputs about test documents would be welcome, if the above mentioned suites are not available,then we
2012 Aug 27
0
PVAClone: new package for population viability analysis
Dear UseRs! We are pleased to announce the release of our new package 'PVAClone'. The 'PVAClone' package implements Population Viability Analysis (PVA) methodology using data cloning. The data cloning algorithm by Lele et al. (2007, 2010) is employed to compute maximum likelihood estimates of the state-space model parameters and the corresponding standard errors, heavily
2012 Aug 27
0
PVAClone: new package for population viability analysis
Dear UseRs! We are pleased to announce the release of our new package 'PVAClone'. The 'PVAClone' package implements Population Viability Analysis (PVA) methodology using data cloning. The data cloning algorithm by Lele et al. (2007, 2010) is employed to compute maximum likelihood estimates of the state-space model parameters and the corresponding standard errors, heavily
2004 Jul 02
2
Active X Component Can't create object error while runn ing vb application
Satish: Does your app uses any AX controls?. If so, it should be registered. Partha Saradhi -----Original Message----- From: Satish A. Lele [mailto:satishl@spidersystems.co.in] Sent: Friday, July 02, 2004 11:53 AM To: wine-users@winehq.org Subject: [Wine]Active X Component Can't create object error while running vb application Hello, I am using Red Hat Linux 9. I am trying to run
2002 Jan 02
2
good book
to teach statistics with R thanks -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2004 Apr 27
3
se.fit in predict.glm
Hi Folks, I'm seeking confirmation of something which is probably true but which I have not managed to find in the documentation. I have a binary response y={0.1} and a variable x and have fitted a probit response to the data with f <- glm( y~x, family=binomial(link=probit) ) and then, with a specified set of x-value X I have used the predict.glm function as p <- predict( f, X,
2003 Oct 08
4
asterisk & festival problem.
Hi, I?m trying to get app_festival to work. I got the source from the Debian woody package of festival-1.4.2 and applied the patch that came with * sources it applied fine; then I made the debian package and installed it. I have this on extensions.conf: exten => 6700,1,Festival(Hi there how are you doing ?) When I dial 6700 I hear nothing and then * hangups: -- Executing
2004 Dec 07
4
Importing vector graphics into R
Dear R users, I know of the possibility to import bitmaps via the nice pixmap library. But if you later on create a PDF it is somewhat disappointing to have such graphics bitmapped. Is there a trick (via maps?) to import a vector graphic and have them plotted onto a graph? My searching attempts in the searchable r-help archive did not seem to result in anything useful... Cheers, hinrich
2003 Oct 24
8
SS7 signaling/Softswitch
I'm confused a bit about the following and was hoping to get some answers on this group - What is exactly implied when we say asterisk can connect to a PSTN. Does it mean connecting to the PSTN via PRI/T1/E1? If yes, then I assume asterisk does not need to do any SS7 signaling and all it does (playing the role of a PBX) is to connect to a Class 5 Switch at the CO. Is this a correct statement?
2005 Feb 06
8
snom soft phone
Some of you might already know that we are releasing a new phone, snom 360. To make the phone well-known and stable, we have made a soft phone version out of it and offer it for trial or private use for free (for more details, see the license conditions). There are only few limitations to the phone. First of all, the audio subsystem will work only work with an acceptable quality if you are using
2003 Oct 14
2
VAD in Asterisk ?
Hi, Is there is some form of VAD on * for SIP channels, cause I have a problem with MOH. I made an extension which simply plays MOH, when I dial that extension with my ATA188 MOH sounds choppy if I talk on the phone the MOH keeps playing. I saw the sip channel (show channel SIP/*) and I see no packets going in/out when I talk then packets shows going in/out. I don?t have this kind of problem