search for: 1301

Displaying 20 results from an estimated 1579 matches for "1301".

Did you mean: 130
2005 May 10
1
SIP transfers failing
...s are AT-320s (PA168S 1.43 firmware) whose documentation says to blind transfer, simply dial the number you want to transfer to, and press 'FWD'... This is what happens when I start the sip debug after the initial call setup... 01618313800 is the callerID of the person making the call, 1301 is the internal SIP extension logged in as Agent 1600 at 10.0.0.82. 10.0.0.242 and 194.24.251.3 are the same machine, just two IPs on the same eth0. All I'm doing is answering the SIP phone, tapping 500 and pressing FWD to transfer the incoming caller to the screaming monkeys gsm. If I d...
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...kefile.am +++ b/Makefile.am @@ -12,8 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# along with this program. If not, see <https://www.gnu.org/licenses/>. include $(top_srcdir)/subdir-rules.mk diff --git a/autogen.sh b/autogen.sh index fcdd0ce..f055ffc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,8 +13,7 @@ # GNU General Public License for more details. #...
2012 Dec 04
0
[PATCH] Update FSF address.
...NU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, t...
2017 May 26
0
CEBA-2017:1301 CentOS 7 libnetfilter_conntrack BugFix Update
CentOS Errata and Bugfix Advisory 2017:1301 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1301.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 4f7b28a77856a8e20b76275afc667cf3641f5e01935840c4049c4e172795dc1c libnetfilter_conntrack-1.0.6-1.el7_...
2007 Mar 29
1
[Bug 1301] Repeated ~. need an intervening ENTER to be effective
http://bugzilla.mindrot.org/show_bug.cgi?id=1301 Summary: Repeated ~. need an intervening ENTER to be effective Product: Portable OpenSSH Version: 4.5p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P4 Component: ssh Assi...
2014 Sep 25
0
CEBA-2014:1301 CentOS 7 selinux-policy BugFix Update
CentOS Errata and Bugfix Advisory 2014:1301 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1301.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 138e956218f4d7ebb9a2103811219c498178d603dd5157f9c27aef83c4094d4d selinux-policy-3.12.1-153.el7_0.11....
2018 Nov 18
1
[Bug 1301] New: Feature Request - "add set", "add element" - automatically import element members from a file
https://bugzilla.netfilter.org/show_bug.cgi?id=1301 Bug ID: 1301 Summary: Feature Request - "add set", "add element" - automatically import element members from a file Product: nftables Version: unspecified Hardware: x86_64 OS: All...
2013 Jun 01
1
[PATCH] Add missing config.h includes
..."FLAC++/metadata.h" #include "FLAC/assert.h" diff --git a/src/plugin_xmms/charset.c b/src/plugin_xmms/charset.c index 2c5167f..6d86848 100644 --- a/src/plugin_xmms/charset.c +++ b/src/plugin_xmms/charset.c @@ -20,6 +20,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "plugin.h" #include <stdlib.h> diff --git a/src/plugin_xmms/configure.c b/src/plugin_xmms/configure.c index 6b83435..3dfddc4 100644 --- a/src/plugin_xmms/configure.c +++ b/src/plugin_xmms/configu...
2015 Feb 06
2
[PATCH v3] virt-copy, virt-tar: show help for -h
Shows manpage for virt-copy-in,out and virt-tar-in,out when user supplies -h as a parameter instead of listing unrelated commands with descriptions. Maros Zatko (1): virt-copy, virt-tar: show help for -h fish/virt-copy-in | 9 +++++++++ fish/virt-copy-out | 9 +++++++++ fish/virt-tar-in | 9 +++++++++ fish/virt-tar-out | 9 +++++++++ 4 files changed, 36 insertions(+) -- 1.9.3
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
...TNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + *) + +val generate_bindtests : unit -> unit +val generate_erlang_bindtests : unit -> unit +val generate_golang_bindtests : unit -> unit +val generate_gobject_js_bindtests : unit -> unit +val generate_haskell_bindtests : unit -> unit +val generate_java_bindtests : unit -> uni...
2017 Sep 18
0
[PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...TNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + *) + +(* Nothing is exported. *) diff --git a/builder/paths.mli b/builder/paths.mli new file mode 100644 index 000000000..dfd353e99 --- /dev/null +++ b/builder/paths.mli @@ -0,0 +1,28 @@ +(* virt-builder + * Copyright (C) 2014-2017 Red Hat Inc. + * + * This program is free software; you can...
2018 Apr 10
0
[PATCH v2 5/5] daemon: autogenerate OCaml interfaces
...TNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - *) - -val vfs_type : Mountable.t -> string diff --git a/daemon/btrfs.mli b/daemon/btrfs.mli deleted file mode 100644 index ce1c2b66f..000000000 --- a/daemon/btrfs.mli +++ /dev/null @@ -1,20 +0,0 @@ -(* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. - * - * This program is fre...
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ... Rich.
2018 Apr 09
0
[PATCH 3/3] daemon: autogenerate most of OCaml interfaces
...TNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - *) - -val vfs_type : Mountable.t -> string diff --git a/daemon/btrfs.mli b/daemon/btrfs.mli deleted file mode 100644 index ce1c2b66f..000000000 --- a/daemon/btrfs.mli +++ /dev/null @@ -1,20 +0,0 @@ -(* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. - * - * This program is fre...
2012 Dec 13
3
Lua improvements
Here are a few patches I applied to get the Lua bindings to build correctly with different versions of Lua. I am not particularly happy with generating all the test scripts just for the shebang line. Since it has been a while since I had to edit autoconf/automake, this was the best I could come up with. Cheers, -Hilko
2018 Apr 09
5
[PATCH 0/3] daemon: generate almost all the API OCaml interfaces
Hi, as a followup for the signature fix for mount_vfs [1], here it is a patch series to generate automatically most of the OCaml interfaces of daemon actions. Only the Lvm and Mount modules are left with hand-written interfaces. [1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html Thanks, Pino Toscano (3): daemon: directly use Optgroups daemon: use the structs from the
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols randomly. Change the 'file is generated' warnings at the top of generated files so they accurately describe which source file generates each output file. Rich.
2004 Aug 06
2
multiple shout streams
...; > palott@math.umd.edu > > > > http://www.math.umd.edu/~palott > > > > LCV: IPST 4364A (301)405-4865 > > > > Office: IPST 4364D (301)405-4843 > > > > Fax: (301)314-0827 > > > > > > > > P. Aaron Lott > > > > 1301 Mathematics Building > > > > University of Maryland > > > > College Park, MD 20742-4015 > > > > > > > > --- >8 ---- > > > > List archives: http://www.xiph.org/archives/ > > > > icecast project homepage: http://www.icecast.o...
2015 Jan 23
0
[PATCH] virt-copy, virt-tar: show help for -h
..., 4 deletions(-) diff --git a/fish/virt-copy-in b/fish/virt-copy-in index 76ff57f..97a47da 100755 --- a/fish/virt-copy-in +++ b/fish/virt-copy-in @@ -16,4 +16,15 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -exec guestfish --rw -i copy-in "$@" +args=$@ +while [ ""x != "$1"x ] ; do + case $(echo $@ | awk '{print $1}') in + "-h") + man $(basename $0) + exit + ;; + esac + shift 1 +done + +exec guestfish --rw -i copy-in "$arg...
2015 Feb 06
0
[PATCH v3] virt-copy, virt-tar: show help for -h
...36 insertions(+) diff --git a/fish/virt-copy-in b/fish/virt-copy-in index 76ff57f..850f382 100755 --- a/fish/virt-copy-in +++ b/fish/virt-copy-in @@ -16,4 +16,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +for arg in $@; do + case $arg in + "-h") + man $(basename $0) + exit + ;; + esac +done + exec guestfish --rw -i copy-in "$@" diff --git a/fish/virt-copy-out b/fish/virt-copy-out index 20475ef..953c594 100755 --- a/fish/virt-copy-out +++ b/fish/virt-c...