search for: 1,102

Displaying 20 results from an estimated 46 matches for "1,102".

2003 Jun 10
2
paging system (long)
...festival stuff is never played that I can tell. problem - I don't want the call connected to a local device. I want the called party to hear the festival text if they answer, and if not, subsequent dials to other numbers should take place in order until one answers. [pagejon] exten => 1,1,Dial(${jonexts}|25) exten => 1,2,festival,you didn't answer exten => 1,102,festival,you answered Second attempt - all goes well leaving the message. Then I want to hangup on the caller in some way (which 899 does), in reality the caller stays connected, and then the "pagee'...
2005 Feb 03
1
Multiple mailbox on the same SIP extension
I'm wondering if there's a way it will show on the phone when there's a new message. Here's what I'm trying to do : in my extensions.conf when someone call from a PSTN line on my TDM04B card they have a choice. When someone press 1 for sales then I have 3 phones ringing at the same time. Each phone as already there own mailbox because if someone know there extension instead of pressing 1 they can enter there direct extension and then if they don't answer they are transfer to the voicemail of that extension. When someo...
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
...little IVR and Voicemail service. Eveything works fine, but sometimes the conversation is interrupted. I didn't find any usuable log, I just see that a Zap channel hang up in the CLI. Have you any ideas ? Here are my conf files : /etc/zaptel.conf : ---------------------------------- fxoks=1-2 fxsks=3-4 loadzone=fr defaultzone=fr ------------------------------------- /etc/asterisk/zapata.conf : ------------------------------------ [channels] busydetect=yes callprogress=yes language=fr group=1 context=sortant signalling=fxo_ks channel => 1,2 group=2 context=entrant signalling=fxs...
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
...to simulate it. My asterisk box has a TDM400P card, not a PRI card. Don't know if it makes any difference. Anyway, I want to route incoming phone calls to different contexts based on the phone number being called. Here is my extensions.conf [incoming-calls] exten => _4078698350,1,Goto,bpns-external|${EXTEN}|1 exten => _4078698353,1,Goto,demo1-external|${EXTEN}|1 exten => _4078698359,1,Goto,demo2-external|${EXTEN}|1 exten => _4078698360,1,Goto,demo3-external|${EXTEN}|1 [outgoing-calls] exten => _407NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60) exten => _321NXXXX...
2006 Mar 28
0
Help with the code
library(survival) library(boot) data=NULL lambda=NULL result=NULL pat=rep(1:102,each=1) trt=rep(c(1,0),51) status=rep(1,102) site=rep(1:51, each=2) nr.datasets=100 seed=2006 beta=log(1/2) for (i in 1:51) { lambda[i]=1+((3-1)/50)*(i-1)} lambda1=rep(lambda, each=2) dummy=rep(c(exp(beta),1),51) elf=lambda1*dummy r=70 #the number of bootstrap replicates #m...
2005 Jan 26
0
Simple problem - call another phone on Busy
I'm trying to understand the logic behind n+101 priority. I have the following setting: exten => 1,1,Dial(${phone1},20,r) exten => 1,102,Dial(${phone2},20,r) If I press talk button (my phone is busy) it jumps to priority 102 and dial my second phone; so it works (that is what I want). However, when I'm making call over VOIP and tr...
2000 Jan 22
6
failed to set gid privileges
Hi ! I got a problem with connection of users at a connection to smbd. It seems that the authentication is ok and the user accepted and existing. And for test I just connect to the homes. I get the following log error. lib/sec_.c:assert_gid(70) Failed to set gid priviliges to (-1,100) now set to (0,0) uid (0,0) lib/util.c:smb_panic(2456) PANIC: failed to set gid Does anybody know what that could be ?! Thank you for helping me! I add log and config files: ##################################################### [2000/01/22 12:02:03, 3] smbd/process.c:process_smb(615) Trans...
2007 Nov 15
0
6 commits - libswfdec/compiler.c libswfdec/swfdec_as_date.h libswfdec/swfdec_text_format.c libswfdec/swfdec_xml.c test/dump.c test/render.c test/render-fast.c
libswfdec/compiler.c | 2 libswfdec/swfdec_as_date.h | 2 libswfdec/swfdec_text_format.c | 2 libswfdec/swfdec_xml.c | 2 test/dump.c | 1 test/render-fast.c | 102 ----------------------------------------- test/render.c | 87 ---------------------------------- 7 files changed, 3 insertions(+), 195 deletions(-) New commits: commit 2c9d3fef226dd1ffee9548d2207ba07c8e2a6178 Author: Benjamin Otte <ott...
2017 Mar 23
0
[PATCH v5 03/10] mllib: ocaml wrapper for lib/osinfo
Provide osinfo database parsing API in OCAML. --- lib/osinfo.c | 15 ++++++++ mllib/Makefile.am | 11 ++++-- mllib/osinfo-c.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ mllib/osinfo.ml | 26 ++++++++++++++ mllib/osinfo.mli | 31 +++++++++++++++++ 5 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 mllib/osinfo-c.c crea...
2020 Jul 09
0
[nbdkit PATCH] blocksize: Fix .extents when plugin changes type within minblock
...r: nbd_block_status: block-status: command failed: Invalid argument (EINVAL) Better is to round mid-block transitions up to the block size; even though the client can make read/write requests smaller than the block alignment, they should not see transitions in status at that granularity. Fixes: 2515532316 Signed-off-by: Eric Blake <eblake@redhat.com> --- I'm pushing this already since the tests prove it makes a difference, but it was tricky enough that I thought it worth documenting on-list. filters/blocksize/Makefile.am | 6 +- tests/Makefile.am | 4 +- filte...
2016 Sep 19
0
[PATCH 1/3] fish: move disk decryption helpers in own file
This way it is easier to use them outside the rest of the code in guestfish for inspection & mount. Just code motion, no behaviour changes. --- align/Makefile.am | 1 + cat/Makefile.am | 1 + df/Makefile.am | 1 + diff/Makefile.am | 1 + edit/Makefile.am | 1 + fish/Makefile.am | 1 + fish/decrypt.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ fish/inspect.c | 68 ---------------------------------...
2006 Jun 26
0
[klibc 22/43] arm support for klibc
The parts of klibc specific to the arm architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 1eff7c685b36cd0120694fd4150b32a26168d926 tree 953dd1dbd2e994fc27c6cf5708fcbe06fe000d58 parent 5e5ce29210ac33a0b3704eb9ab5e5d5b55375575 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:16 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:16 -0700 usr...
2016 Jan 11
1
[PATCH] Add support for newstyle NBD protocol (RHBZ#1297100).
Experimental and only very lightly tested so far. Rich.
2018 Sep 08
0
[PATCH] maxwell,pascal: add scheduling data to shaders
Generated with envysched. Tested by running rendercheck from piglit, running mplayer -vo xv, and staring at gnome-shell. Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com> --- src/shader/exac8nv110.fp | 11 ++++---- src/shader/exac8nv110.fpc | 22 ++++++++-------- src/shader/exacanv110.fp | 11 ++++---- src/shader/exacanv110.fpc | 22 ++++++++-------- src/shader/exacmnv110.fp | 10 ++++---- src/shader/exacmnv110.fpc | 20 +++++++-------- src/shader/exas8nv110.fp | 10 +++++--- src/shade...
2010 Aug 26
1
[PATCH] New APIs: hopen-device hopen-file hread hwrite hseek hclose hclose-all
These APIs provide handle-based read/write streaming and random access to files and block devices. --- daemon/.gitignore | 1 + daemon/Makefile.am | 1 + daemon/hfile.c | 196 +++++++++++++++++++++++++++++++++++++++++++++ daemon/m4/gnulib-cache.m4 | 3 +- po/POTFILES.in | 2 + regressions/Makefile.am | 1 + regressions/test-hfile.pl | 102 +++++++++++++++++++++++ src/MAX_PROC_...
2016 Sep 19
6
[PATCH 0/3] add crypto/LUKS support in some OCaml-based tools
...virt-v2v to convert encrypted guests, and virt-builder to use encrypted templates), but that is left for implementation at a later time. Thanks, Pino Toscano (3): fish: move disk decryption helpers in own file mllib: expose disk decrypt functionalities OCaml tools: add crypto support (RHBZ#1362649) align/Makefile.am | 1 + cat/Makefile.am | 1 + customize/customize_main.ml | 5 +- customize/virt-customize.pod | 12 +++++ df/Makefile.am | 1 + diff/Makefile.am | 1 + edit/Makefile.am | 1 + fish/...
2012 Aug 16
5
[PATCH 0/4] Add customization capabilities to virt-sysprep
In the TODO file there's a discussion of perhaps writing a new 'virt-customize' tool. I think it's probably better (or at any rate, easier) to just add this functionality into virt-sysprep. That is what this small series of patches aims to achieve. Note these are not very well tested at the moment. The first patch adds a generic and useful '--firstboot' flag. The
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
...d for all nvc0 generations, but I didn't want to rock the boat. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Note: this won't work for GM20x - we need to allow TIC format to be updated for that to work. But this is a step in that direction. src/Makefile.am | 16 ++++++++ src/nouveau_copy.c | 1 + src/nouveau_exa.c | 2 +- src/nouveau_xv.c | 2 +- src/nv_accel_common.c | 1 + src/nv_driver.c | 1 + src/nvc0_accel.c | 37 ++++++++++++++--- src/nvc0_exa.c | 48 ++++++++++++++++++++-- src/...
2016 Oct 27
0
[PATCH v2 1/7] exa: add GM10x acceleration support
...ng coordinates into pushbufs, the vertex shader is modified to read them from a constbuf, indexed by vertex id. This approach could be used for all nvc0 generations, but I didn't want to rock the boat. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/Makefile.am | 16 ++++++++ src/nouveau_copy.c | 1 + src/nouveau_exa.c | 2 +- src/nouveau_xv.c | 2 +- src/nv_accel_common.c | 1 + src/nv_driver.c | 1 + src/nvc0_accel.c | 37 ++++++++++++++--- src/nvc0_exa.c | 48 ++++++++++++++++++++-- src/...
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
...the usefulness of it is extremely limited; the interface to the hypervisor is proprietary, and subject to change, so the code merely serves as a sample implementation of one possible way to interface the layer to a hypervisor. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.16-rc5/arch/i386/Makefile =================================================================== --- linux-2.6.16-rc5.orig/arch/i386/Makefile 2006-03-08 16:53:19.000000000 -0800 +++ linux-2.6.16-rc5/arch/i386/Makefile 2006-03-08 16:53:32.000000000 -0800 @@ -78,6 +78,10 @@ mflags-$(CONFIG_X86_ES7000) :=...