Displaying 20 results from an estimated 55 matches for "1,103".
Did you mean:
1,102
2010 Dec 30
4
call is not going to Voicemail with "1,n"
I've tried to simplified the dial plan and use "n" instead of numbers but I've noticed it is not executing my voicemail if I substitute number with "n"
In the example below when the call is not answered, it does not go to voicemail; call just hangup.
exten => 1,1,Playback(transfer)
exten => 1,n,Dial(${sales_support}&IAX2/iaxy-322,20,jrw)
exten => 1,103,Voicemail(11,b)
exten => 1,104,Hangup()
exten => 1,n,Voicemail(11,b) ; Right to voicemail
exten => 1,n,Hangup()
Here is the transcript:
-- Executing [1 at office-open:1] Pla...
2008 Mar 19
1
betabinomial model
...using
optim it gives warnings as well as error and if i use NLMINB then
convergence is false.
Can someone save my soul..... pl!!!!!!!!z below is my program script
..............
#ovarian cancer data and parity among 769 probands and their mothers
#cancer in proband
y1<-c(1,1,1,1,1,1,1,rep(1,29),rep(1,36),rep(1,41),r!
ep(1,85),rep(1,105),rep(1,84),
1,rep(0,22),rep(0,33),rep(0,38),rep(0,50),rep(0,103),rep(0,135))
#cancer in mother
y2<-c(1,1,1,1,1,1,1,rep(0,29),rep(0,36),rep(0,41),rep(0,85),rep(0,105),rep(0
,84),
1,rep(0,22),rep(0,33),re...
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...
2004 Nov 28
1
Modifications to an abline
...dots represent the observed student scores at each occasion and the abline will be added using the data from coef(), which gives the intercept and slope for each individual student.
Now, the abline currently extends the entire graph, which I do not want exactly. Assume I only have data at grades 1,2, and 3 for this individual. I would want the abline to extend only as far as the observed data using a lty=1.
However, I want to show an extrapolated line from the current score to the end of the graph. I want for this line to be dashed, something like lty=2.
So, while the abline should exte...
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
...that only allows for creating the livecd version of the oVirt
node. Adjusted the build environment to work with the kickstart files
that are found in the repo and not ones installed via any previous RPM.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
configure.ac | 1 +
isobuilder/Makefile.am | 103 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 104 insertions(+), 0 deletions(-)
create mode 100644 isobuilder/Makefile.am
diff --git a/configure.ac b/configure.ac
index b6e0973..6957a03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7...
2004 Dec 04
5
BLOCKING incoming FAXES on voice line.
At time to time somebody is trying "their luck" and send me most likely
a junk fax on my voice line. During normal working hours is not a
problem I just pickup the line and hangup the call but after-hours my
voice mailbox is intercepting the call and recording those
"beeps" (waisting my CPU cycles).
Is there a way to block call / issue hangup command if the incoming call
is a
2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
...odule that provides information about disks to Lua scripts
The example script com32/lua/test/detect_disks.lua uses it to implement some-
thing akin to 'disk.c32'.
The name 'ldisk.c32' was chosen to avoid a name-clash with 'disk.c32'.
---
com32/lua/src/Makefile | 1 +
com32/lua/src/ldisk.c | 103 ++++++++++++++++++++++++++++++++++++++++
com32/lua/test/detect_disks.lua | 33 +++++++++++++
3 files changed, 137 insertions(+)
create mode 100644 com32/lua/src/ldisk.c
create mode 100644 com32/lua/test/detect_disks.lua
diff --git a/com32/lua/src/Makefi...
2018 Mar 27
1
[PATCH FOR DISCUSSION ONLY] v2v: Add -o kubevirt output mode.
XXX
No documentation.
Only handles one disk.
Network cards?
Do we need to escape YAML format?
What firmware types does kubevirt support.
---
v2v/Makefile.am | 2 +
v2v/cmdline.ml | 21 ++++++++++
v2v/output_kubevirt.ml | 103 ++++++++++++++++++++++++++++++++++++++++++++++++
v2v/output_kubevirt.mli | 24 +++++++++++
4 files changed, 150 insertions(+)
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index f36731750..2f6953463 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@...
2017 Apr 12
0
[PATCH v6 03/10] mllib: ocaml wrapper for lib/osinfo
Provide osinfo database parsing API in OCaml.
---
lib/osinfo.c | 39 +++++++++++++++++++++
mllib/Makefile.am | 11 ++++--
mllib/osinfo-c.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
mllib/osinfo.ml | 26 ++++++++++++++
mllib/osinfo.mli | 31 ++++++++++++++++
5 files changed, 208 insertions(+), 2 deletions(-)
create mode 100644 mllib/osinfo-c.c
create mode 100644 mllib/osinfo.ml
cre...
2008 Jan 08
1
[PATCH] QEMU KVM balloon support
....
Memory hinting is performed via madvise().
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: kvm-userspace/libkvm/libkvm.c
===================================================================
--- kvm-userspace.orig/libkvm/libkvm.c
+++ kvm-userspace/libkvm/libkvm.c
@@ -886,6 +886,17 @@ int kvm_is_ready_for_interrupt_injection
return run->ready_for_interrupt_injection;
}
+int kvm_sync_shadow_with_user(kvm_context_t kvm)
+{
+ int r = 0;
+#ifdef KVM_CAP_SYNC_SHADOW_WITH_USER
+ r = ioctl(kvm->fd, KVM_CHECK_EXTENSION, KVM_CAP_SYNC_SHADOW_WITH_USER);
+...
2008 Jan 08
1
[PATCH] QEMU KVM balloon support
....
Memory hinting is performed via madvise().
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: kvm-userspace/libkvm/libkvm.c
===================================================================
--- kvm-userspace.orig/libkvm/libkvm.c
+++ kvm-userspace/libkvm/libkvm.c
@@ -886,6 +886,17 @@ int kvm_is_ready_for_interrupt_injection
return run->ready_for_interrupt_injection;
}
+int kvm_sync_shadow_with_user(kvm_context_t kvm)
+{
+ int r = 0;
+#ifdef KVM_CAP_SYNC_SHADOW_WITH_USER
+ r = ioctl(kvm->fd, KVM_CHECK_EXTENSION, KVM_CAP_SYNC_SHADOW_WITH_USER);
+...
2019 Feb 25
0
[PATCH 2/3] v2v: add Var_expander
This helper module provides a facility to replace %{FOO}-like variables
in text strings with user-provided content.
---
.gitignore | 1 +
v2v/Makefile.am | 32 +++++++++++-
v2v/dummy.c | 2 +
v2v/var_expander.ml | 69 +++++++++++++++++++++++++
v2v/var_expander.mli | 82 ++++++++++++++++++++++++++++++
v2v/var_expander_tests.ml | 103 ++++++++++++++++++++++++++++++++++++++
6 files changed, 287...
2019 Sep 19
5
Re: [PATCH nbdkit v3 2/3] Add new retry filter.
On 9/19/19 10:26 AM, Richard W.M. Jones wrote:
> This filter can be used to transparently reopen/retry when a plugin
> fails. The connection is closed and reopened which for most plugins
> causes them to attempt to reconnect to their source.
>
> For example if doing a long or slow SSH cop...
2019 Sep 19
0
[PATCH nbdkit v3 2/3] Add new retry filter.
...ht how to retry - everything is handled internally by
nbdkit.
---
TODO | 6 +
configure.ac | 2 +
docs/nbdkit-captive.pod | 3 +
filters/retry/Makefile.am | 67 ++++++
filters/retry/nbdkit-retry-filter.pod | 103 +++++++++
filters/retry/retry.c | 301 ++++++++++++++++++++++++++
plugins/curl/nbdkit-curl-plugin.pod | 1 +
plugins/ssh/nbdkit-ssh-plugin.pod | 1 +
plugins/vddk/nbdkit-vddk-plugin.pod | 2 +
9 files changed, 486 insertions(+)
diff --git a/TODO b/TODO
index d2cf0a...
2019 Sep 19
7
[PATCH nbdkit v3 0/3] Add new retry filter.
v2 was here:
https://www.redhat.com/archives/libguestfs/2019-September/msg00221.html
I think this is more like "the one". It handles reopen failing
correctly, and there is a second test for that. I also ran my sshd
tests locally and it worked in all scenarios I could think up (except
of course sshd not being available at the start, but we want...
2019 Sep 19
0
[PATCH nbdkit 2/2] Add new retry filter.
...ht how to retry - everything is handled internally by
nbdkit.
---
TODO | 6 +
configure.ac | 2 +
docs/nbdkit-captive.pod | 3 +
filters/retry/Makefile.am | 67 ++++++
filters/retry/nbdkit-retry-filter.pod | 103 +++++++++
filters/retry/retry.c | 296 ++++++++++++++++++++++++++
plugins/curl/nbdkit-curl-plugin.pod | 1 +
plugins/ssh/nbdkit-ssh-plugin.pod | 1 +
plugins/vddk/nbdkit-vddk-plugin.pod | 2 +
server/backend.c | 8 +
10 files changed, 489 inse...
2013 Mar 04
1
[PATCH] fuse: Add guestmount-cleanup program to handle unmounting (RHBZ#916780).
* PATCH FOR DISCUSSION ONLY - NOT TO BE APPLIED *
Colin suggested something which seems eminently sensible:
https://bugzilla.redhat.com/show_bug.cgi?id=916780
I've been through a couple of rounds of trying to implement this.
I started with adding the option as suggested to the guestmount
program, but it tended to make the guestmount program more complex.
More importantly, adding the option only to guestmount means that it
cannot be used outside...
2007 Aug 14
0
Branch 'vivi' - 11 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h vivified/core
...| 26 ++++++-
libswfdec/swfdec_player_internal.h | 2
vivified/core/Makefile.am | 5 +
vivified/core/vivi_application.c | 39 +++++++++-
vivified/core/vivi_application.h | 5 +
vivified/core/vivi_application_as.c | 20 +++++
vivified/core/vivi_breakpoint.c | 130 ++++++++++++++++++++++++++++++++++++
vivified/core/vivi_breakpoint.h | 55 +++++++++++++++
vivified/core/vivi_debugger.c | 103 ++++++++++++++++++++++++++++
vivified/core/vivi_debugger.h | 55 +++++++++++++++
vivified/core/vivi_function.c | 9 ++
vivified/core/vivi_...
2009 Jul 09
2
permit many-to-many vms / networks relationship
This patchset contains changes to the ovirt server
frontend, backend, and tests components, permitting vms
to be associated with multiple networks and vice versa.
Also included are two patches which are required for the frontend
bits; a patch adding collapsable sections to the vm form, which
in itself depends on the second patch that provides default values
for the cpu and memory vm table fields