search for: 22,18

Displaying 17 results from an estimated 17 matches for "22,18".

Did you mean: 21,18
2004 Dec 29
2
Problem with Digium TDM04B
...1. When it dials out, many times the digits are not properly recognized by telco as I hear the announcement "please check the number and dial again" although I see on the screen that the dialed number is correct. 2. When the call is forwarded outside, with something like exten => 22,1,Dial(SIP/22,18,rtT) exten => 22,2,Dial(Zap/g1/7038988235,18) exten => 22,3,Voicemail(22) Most of the time, I get an answer when the call is forwarded on the PSTN line so that Voicemail line never kicks in. Any suggestions will be highly appreciated. Thanks, -- sudhir
2009 Jan 09
0
Graph Script/X-axis label Problem
...t;usr")[1] - 0, srt = 45, cex=0.75,adj = 1, labels = labels, xpd = TRUE) lines(mp, i$Catch, type='o', pch=18,lwd=2) legend("topright",legend= c("TACC","Catch"),bty="n",col=c("black","black"),lty=c(0,1),lwd=c(0,2), pch=c(22,18),pt.bg=c("grey",NA),pt.cex=2) xmax=length(i$Year) text(xmax*0.6, par("usr")[1] - (0.1*yaxmax), srt = 0, adj = 1, labels = "Fishing Year", xpd = TRUE,cex=1.2) text(xmax*-0.15, par("usr")[1] + (0.6*yaxmax), srt = 90, adj = 1, labels = "Tonnes...
2006 Dec 11
0
[780] trunk/wxruby2/samples/html/html.rb: Error handling eg if no network present or server down
...p;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-05 19:07:34 UTC (rev 779) +++ trunk/wxruby2/samples/html/html.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-11 20:11:29 UTC (rev 780) </span><span class="lines">@@ -22,11 +22,18 @@ </span><span class="cx"> case uri </span><span class="cx"> when URI::HTTP </span><span class="cx"> Wx::BusyCursor.busy do </span><del>- res = Net::HTTP.start(uri.host, uri.port) do | http...
2014 May 04
0
Building FLAC with LTO
.../nzsE1c9Iop Db6il2GXNIkuXpp+Jbxj153zvFYBqjvk48fKMvMtQeWSaOh7/2AphFvG5VmeXE0+ ZzPJOInTdowjJem9c8dT1feJpdYU5tHKXGu1DCuj7xNWncq/1FjcV3N3vrMjvwg= =a05t -----END PGP SIGNATURE----- -------------- next part -------------- --- flac-1.3.0/src/libFLAC/include/private/ogg_mapping.h.orig 2013-05-26 09:30:33.932201700 +0000 +++ flac-1.3.0/src/libFLAC/include/private/ogg_mapping.h 2014-05-03 09:05:25.669393200 +0000 @@ -38,27 +38,28 @@ /** The length of the packet type field in bytes. */ #define FLAC__OGG_MAPPING_PACKET_TYPE_LENGTH (1u) -extern const unsigned FLAC__OGG_MAPPING_PACKET_TYPE_LEN; /* = 8 bit...
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...s reasonable for a server-class machine. Doing this, however, means that we definitely can't rely on overall executable timing. Thoughts? > > -Hal > >> Thanks again, >> Hal >> >>> >>> - Matthias >>> >>>> On Mar 4, 2016, at 8:22 AM, Hal Finkel <hfinkel at anl.gov> wrote: >>>> >>>> Hi James, >>>> >>>> If I'm reading this correctly, you can have multiple metrics per >>>> test. Is that correct? >>>> >>>> I'd really like to sup...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...Doing this, however, means that we definitely can't rely on overall executable timing. Thoughts? >> >> -Hal >> >>> Thanks again, >>> Hal >>> >>>> >>>> - Matthias >>>> >>>>> On Mar 4, 2016, at 8:22 AM, Hal Finkel <hfinkel at anl.gov <mailto:hfinkel at anl.gov>> wrote: >>>>> >>>>> Hi James, >>>>> >>>>> If I'm reading this correctly, you can have multiple metrics per >>>>> test. Is that correct? >&gt...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...nitely can't rely on overall executable timing. Thoughts? >>> >>> -Hal >>> >>>> Thanks again, >>>> Hal >>>> >>>>> >>>>> - Matthias >>>>> >>>>>> On Mar 4, 2016, at 8:22 AM, Hal Finkel <hfinkel at anl.gov <mailto:hfinkel at anl.gov>> wrote: >>>>>> >>>>>> Hi James, >>>>>> >>>>>> If I'm reading this correctly, you can have multiple metrics per >>>>>> test. Is t...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...g |binary test/image/drawing-zorder.as | 19 ++++++++++++ test/sound/Makefile.am | 16 +++++----- test/sound/sound.c | 10 +++--- 20 files changed, 103 insertions(+), 20 deletions(-) New commits: diff-tree 493eff56ead0f496136751c5f7b4c276c22b5466 (from 4c51320f643f83f3556d7e2928095a84bf6a6355) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 13:46:46 2007 +0200 we require glib 2.10 diff --git a/configure.ac b/configure.ac index 3aa5e4c..6abc3ff 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_AR...
2010 Apr 28
1
[PATCH 1/1] hv: Added new hv_utils driver to hyper-v
...sChannelRecvPacket); /* * VmbusChannelRecvPacketRaw - Retrieve the raw packet on the specified channel diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/ChannelMgmt.c index 43f28f2..9c3069f 100644 --- a/drivers/staging/hv/ChannelMgmt.c +++ b/drivers/staging/hv/ChannelMgmt.c @@ -22,18 +22,22 @@ #include <linux/mm.h> #include <linux/slab.h> #include <linux/list.h> +#include <linux/module.h> #include "osd.h" #include "logging.h" #include "VmbusPrivate.h" +#include "utils.h" struct vmbus_channel_message_tabl...
2010 Apr 28
1
[PATCH 1/1] hv: Added new hv_utils driver to hyper-v
...sChannelRecvPacket); /* * VmbusChannelRecvPacketRaw - Retrieve the raw packet on the specified channel diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/ChannelMgmt.c index 43f28f2..9c3069f 100644 --- a/drivers/staging/hv/ChannelMgmt.c +++ b/drivers/staging/hv/ChannelMgmt.c @@ -22,18 +22,22 @@ #include <linux/mm.h> #include <linux/slab.h> #include <linux/list.h> +#include <linux/module.h> #include "osd.h" #include "logging.h" #include "VmbusPrivate.h" +#include "utils.h" struct vmbus_channel_message_tabl...
2010 May 04
2
[PATCH 1/1] hv: Added new hv_utils driver with shutdown as first functionality - NO OUTLOOK
...sChannelRecvPacket); /* * VmbusChannelRecvPacketRaw - Retrieve the raw packet on the specified channel diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/ChannelMgmt.c index 43f28f2..9c3069f 100644 --- a/drivers/staging/hv/ChannelMgmt.c +++ b/drivers/staging/hv/ChannelMgmt.c @@ -22,18 +22,22 @@ #include <linux/mm.h> #include <linux/slab.h> #include <linux/list.h> +#include <linux/module.h> #include "osd.h" #include "logging.h" #include "VmbusPrivate.h" +#include "utils.h" struct vmbus_channel_message_tabl...
2010 May 04
2
[PATCH 1/1] hv: Added new hv_utils driver with shutdown as first functionality - NO OUTLOOK
...sChannelRecvPacket); /* * VmbusChannelRecvPacketRaw - Retrieve the raw packet on the specified channel diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/ChannelMgmt.c index 43f28f2..9c3069f 100644 --- a/drivers/staging/hv/ChannelMgmt.c +++ b/drivers/staging/hv/ChannelMgmt.c @@ -22,18 +22,22 @@ #include <linux/mm.h> #include <linux/slab.h> #include <linux/list.h> +#include <linux/module.h> #include "osd.h" #include "logging.h" #include "VmbusPrivate.h" +#include "utils.h" struct vmbus_channel_message_tabl...
2017 Mar 05
15
[PATCH 0/9] clk subdev updates
This series addresses various issues inside the reclocking code: 1. after resume the set clocks are reset 2. reclocking not possible while GPU is suspended 3. nouveau always does full reclocks even if only a change of the voltage is required Some of the patches were part of the bigger reclocking series I sent months ago, some things have changed though. This is also preparation work of
2013 Mar 21
24
[PATCH 00/22] New virtio PCI layout
...+-- include/linux/virtio_pci.h | 35 ++ include/uapi/linux/virtio_config.h | 2 + include/uapi/linux/virtio_pci.h | 111 ++++- lib/pci_iomap.c | 46 +- net/9p/trans_virtio.c | 9 +- tools/virtio/linux/virtio.h | 22 +- tools/virtio/linux/virtio_config.h | 2 +- tools/virtio/virtio_test.c | 5 +- tools/virtio/vringh_test.c | 16 +- 31 files changed, 2018 insertions(+), 822 deletions(-) create mode 100644 drivers/virtio/virtio_pci-common.c create mode 100644 drivers/virtio/...
2013 Mar 21
24
[PATCH 00/22] New virtio PCI layout
...+-- include/linux/virtio_pci.h | 35 ++ include/uapi/linux/virtio_config.h | 2 + include/uapi/linux/virtio_pci.h | 111 ++++- lib/pci_iomap.c | 46 +- net/9p/trans_virtio.c | 9 +- tools/virtio/linux/virtio.h | 22 +- tools/virtio/linux/virtio_config.h | 2 +- tools/virtio/virtio_test.c | 5 +- tools/virtio/vringh_test.c | 16 +- 31 files changed, 2018 insertions(+), 822 deletions(-) create mode 100644 drivers/virtio/virtio_pci-common.c create mode 100644 drivers/virtio/...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 13 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 496 +++++++ drivers/misc/mic/host/mic_device.h | 300 +++++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 13 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 496 +++++++ drivers/misc/mic/host/mic_device.h | 300 +++++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c...