Displaying 20 results from an estimated 229 matches for "12345678".
2010 Oct 05
1
Ordering Duplicates for Selection
...ittle different - I'd like to identify the duplicate values but instead of deletion, label them with a value.
I am working with historical data regarding school courses:
Student Number Course Final Mark Completed
Date
1 12345678 Soc101 34 02-04-2003
2 12345678 Soc101 62 31-11-2004
3 12345678 Psy104 63...
2015 Dec 08
2
host parameter equivalent in pjsip.conf
...nfiguration.
Did I miss something?
All I could come with is to get the Route header set to the needed value,
but that does not help us in our scenarios. Below are relevant config
settings and resulting SIP REGISTER Request.
sip.conf:
host=test.com
outboundproxy=tcp://1.2.3.4
fromuser=+12345678
fromdomain=test.com
REGISTER sip:test.com SIP/2.0
From: <sip:+12345678 at test.com>;tag=as5152122a
To: <sip:+12345678 at test.com>
Contact: <sip:+12345678 at 4.3.2.1:5071;transport=TCP>
User-Agent: Asterisk PBX 13.6.0
pjsip.conf:
client_uri = sip:+12345678 at test...
2017 Jan 31
1
unexplained 'access denied' for windows workstations
...16(set_sec_ctx)
> setting sec ctx (5227, 513) - sec_ctx_stack_ndx = 0
> [2017/01/31 10:08:43.323612, 5] ../libcli/security/security_token.c:63(security_token_debug)
> Security token SIDs (45):
> SID[ 0]: S-1-22-1-5227
> SID[ 1]: S-1-22-2-513
> SID[ 2]: S-1-5-21-12345678-123456789-868425949-35723
> SID[ 3]: S-1-5-32-551
> SID[ 4]: S-1-5-21-12345678-123456789-868425949-54195
> SID[ 5]: S-1-22-2-5923
> SID[ 6]: S-1-22-2-512
> SID[ 7]: S-1-22-2-1074
> SID[ 8]: S-1-5-21-12345678-123456789-868425949-1427
> SID[ 9]:...
2020 Jun 01
1
Asterisk 16 Certified 16.8 and MagicJack Incoming Calls
...is?
My Flowroute pjsip.conf config:
[transport-udp]
type = transport
protocol = udp
bind = 0.0.0.0
tos = cs3
[reg_us-west-wa.sip.flowroute.com]
type = registration
retry_interval = 20
expiration = 120
transport = transport-udp
outbound_auth = auth_reg_us-west-wa.sip.flowroute.com
client_uri = sip:12345678 at us-west-wa.sip.flowroute.com
server_uri = sip:us-west-wa.sip.flowroute.com
[auth_reg_us-west-wa.sip.flowroute.com]
type = auth
password = XXZZXXZZXXZZ
username = 12345678
[reg_us-west-or.sip.flowroute.com]
type = registration
retry_interval = 20
expiration = 120
transport = transport-udp
outbo...
2009 Feb 11
2
[LLVMdev] direct calls to inttoptr constants
I'm compiling code which contains indirect function calls
via their absolute addresses, which are known/fixed at compile-time:
pseudo c code:
int main() {
int (* f)(int) = (int (*)(int))12345678;
return (*f)(0);
}
the IR looks like:
define i32 @main() nounwind {
entry:
%0 = tail call i32 inttoptr (i64 12345678 to i32 (i32)*)(i32 0) nounwind
ret i32 %0
}
on X86 llc 2.4 compiles this to:
.text
.align 16
.globl main
.type main, at function
main:
subl $4, %esp
movl $0, (%esp)
movl $12...
2007 Feb 24
6
dial a pager and enter DTMF
...bly just a simple syntax issue, but does anyone know how to dial a
number and the once phone has been answered, play DTMF tones and then
disconnect. I am trying to use this for page notification.
Ive been trying the following string with out luck:
exten => s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678)
Any help would be greatly appreciated!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070224/a6865d0f/attachment-0001.htm
2014 Dec 23
2
[PATCH] v2v: adding --vdsm-ovf-output option
...-output *)
}
(** Miscellaneous extra command line parameters used by VDSM. *)
diff --git a/v2v/test-v2v-o-vdsm-options.sh b/v2v/test-v2v-o-vdsm-options.sh
index e5bf764..61a9f5e 100755
--- a/v2v/test-v2v-o-vdsm-options.sh
+++ b/v2v/test-v2v-o-vdsm-options.sh
@@ -55,9 +55,6 @@ mkdir $d
mkdir $d/12345678-1234-1234-1234-123456789abc
mkdir $d/12345678-1234-1234-1234-123456789abc/images
mkdir $d/12345678-1234-1234-1234-123456789abc/images/IMAGE
-mkdir $d/12345678-1234-1234-1234-123456789abc/master
-mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
-mkdir $d/12345678-1234-1234-1234-123456789ab...
2009 Feb 11
1
[LLVMdev] direct calls to inttoptr constants[MESSAGE NOT SCANNED]
...also try replacing the tail call with a
normal call.
Mark.
Tobias wrote:
> I'm compiling code which contains indirect function calls
> via their absolute addresses, which are known/fixed at compile-time:
>
> pseudo c code:
> int main() {
> int (* f)(int) = (int (*)(int))12345678;
> return (*f)(0);
> }
>
> the IR looks like:
> define i32 @main() nounwind {
> entry:
> %0 = tail call i32 inttoptr (i64 12345678 to i32 (i32)*)(i32 0) nounwind
> ret i32 %0
> }
>
> on X86 llc 2.4 compiles this to:
> .text
> .align 16
> .globl main
&g...
2014 Dec 23
3
[PATCH] v2v: adding --vdsm-ovf-output option
...-output *)
}
(** Miscellaneous extra command line parameters used by VDSM. *)
diff --git a/v2v/test-v2v-o-vdsm-options.sh b/v2v/test-v2v-o-vdsm-options.sh
index e5bf764..61a9f5e 100755
--- a/v2v/test-v2v-o-vdsm-options.sh
+++ b/v2v/test-v2v-o-vdsm-options.sh
@@ -55,9 +55,6 @@ mkdir $d
mkdir $d/12345678-1234-1234-1234-123456789abc
mkdir $d/12345678-1234-1234-1234-123456789abc/images
mkdir $d/12345678-1234-1234-1234-123456789abc/images/IMAGE
-mkdir $d/12345678-1234-1234-1234-123456789abc/master
-mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
-mkdir $d/12345678-1234-1234-1234-123456789ab...
2006 May 31
1
Phrase Query vs AND Query? Why don't these find the same things?
PHRASE QUERY
Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND
(LP:backup:(pos=1) PHRASE 6 LP:c::(pos=2) PHRASE 6 LP:program files:(pos=3)
PHRASE 6 LP:Mozilla Firefox:(pos=4) PHRASE 6 LP:res:(pos=5) PHRASE 6 LP:
table-add-column-after-hover.gif:(pos=6))))
AND QUERY
Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND
LP...
2009 Feb 10
1
[LLVMdev] direct calls to inttoptr constants
I'm compiling code which contains indirect function calls
via their absolute addresses, which are known/fixed at compile-time:
pseudo c code:
int main() {
int (* f)(int) = (int (*)(int))12345678;
return (*f)(0);
}
the IR looks like:
define i32 @main() nounwind {
entry:
%0 = tail call i32 inttoptr (i64 12345678 to i32 (i32)*)(i32 0) nounwind
ret i32 %0
}
on X86 llc 2.4 compiles this to:
.text
.align 16
.globl main
.type main, at function
main:
subl $4, %esp
movl $0, (%esp)
movl $12...
2008 Dec 02
1
Question to regular expressions
...lp question but probably someone
can give me a hint how to deal with the following problem.
I have a vector with file/folder names and want to filter for all entries which
have 6 numbers in a row and nothing else.
folders <- c("folder1", "f2", "F234562", "12345678", "234567", "912345", "333")
I'd like to get only "234567" and "912345".
Can anybody help me creating a regex for this???
For example this regex:
regexpr("[^:digit:$]{6}", folders)
would match "F234562", "123456...
2004 Apr 12
0
Problem with Samba 2.2.8a-107 on SuSE 9.0 and 8.3 filenames
...UltraEdit text editor to edit my php files in a samba share. By default
this text editor places .bak files next to the changed file.
What I now noticed was this problem:
I edit a file 1234567.php and it generates a file 1234567.php.bak. I can
open and edit the 1234567.php normally.
I edit a file 123456789.php with the same result as the 1234567.php.
But: Once I edit a file 12345678.php and the 12345678.php.bak file is
generated, the text editor no longer can access the 12345678.php. If I
try to open the 12345678.php any application (i.e. even notepad.exe)
only opens the 12345678.php.bak file. I...
2004 Dec 23
2
Icecast 2.2.0 and Ices2: no audio
...ame="metadata">0</param>
<param name="metadatafilename">live</param>
</input>
<instance>
<hostname>192.168.0.128</hostname>
<port>8000</port>
<password>12345678</password>
<mount>/highband.ogg</mount>
<yp>0</yp>
<reconnectdelay>2</reconnectdelay>
<reconnectattempts>5</reconnectattempts>
<maxqueuelength>80</maxqueuelength>...
2008 Nov 13
0
Problems with Licensed g729a codec from Digium
...or i386))
----------------------------
When I make a telephone call the phone rings but as soon as it is
answered it gets dropped as shown below.
----------------------------
Call accepted by 111.222.333.444 (format g729)
Format for call is g729
IAX2/ISP-2 is making progress passing it to SIP/111-12345678
IAX2/ISP-2 answered SIP/111-12345678
WARNING[3061]: channel.c:3222 ast_channel_make_compatible: No path to
translate from SIP/111-12345678(4) to IAX2/ISP-2(256)
WARNING[3061]: app_dial.c:1628 dial_exec_full: Had to drop call because
I couldn't make SIP/111-12345678 compatible with IAX2/ISP-2...
2023 Jun 23
1
[EXTERNAL] Re: Unable to authenticate to share using UPN
...is one works.
I have a server running CentOS 7.9 with the system provided Samba packages (4.10.16-24.el7_9). It is joined to an Active Directory domain and acting as a member server. The active Directory domain has a user object with among others, the following attributes defined
sAMAccountName = m12345678
gecos = Zach Detest
gidNumer = 12345678
uid = zach_detest
uidNumer = 12345678
unixHomeDirectory = /home/m12345678
userPrincipalName = zach_destest at domain.tld
The smb.conf on the server looks like this:
[global]
additional dns hostnames = dct-hanas-2.domain.tld
debug class = Yes...
2014 Dec 23
0
[PATCH] v2v: adding --vdsm-ovf-output option
...-output *)
}
(** Miscellaneous extra command line parameters used by VDSM. *)
diff --git a/v2v/test-v2v-o-vdsm-options.sh b/v2v/test-v2v-o-vdsm-options.sh
index e5bf764..61a9f5e 100755
--- a/v2v/test-v2v-o-vdsm-options.sh
+++ b/v2v/test-v2v-o-vdsm-options.sh
@@ -55,9 +55,6 @@ mkdir $d
mkdir $d/12345678-1234-1234-1234-123456789abc
mkdir $d/12345678-1234-1234-1234-123456789abc/images
mkdir $d/12345678-1234-1234-1234-123456789abc/images/IMAGE
-mkdir $d/12345678-1234-1234-1234-123456789abc/master
-mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
-mkdir $d/12345678-1234-1234-1234-123456789ab...
2020 Aug 14
2
Teo En Ming's Learning Achievements on 14 August 2020 Friday
...nse, assign the PAK/token to the serial
number of Cisco ASA 5506-X firewall and perform a license request to
Cisco. After receiving the Product Authorization Key from Cisco, I had
to activate it on the Cisco ASA 5506-X firewall using the following CLI
commands:
enable
config t
activation-key 12345678 12345678 12345678 12345678 12345678
The number of AnyConnect Premium Peers has been increased from 2 to 50
after license activation.
[2] Configuring NIC teaming/bonding on CentOS 8.2 (2004) Linux Server
Today I had to configure NIC teaming/bonding on CentOS 8.2 (2004) Linux
Server. The server...
2015 Jun 26
3
Re: [PATCH v3.1 1/9] uuid: add support to change uuid of btrfs partition
...my $label = $g->vfs_label ("/dev/sda1");
> die "unexpected label: expecting 'newlabel' but got '$label'"
> unless $label eq "newlabel";
>
> +# Setting btrfs UUID
> +eval {
> + $g->set_uuid ("/dev/sda1", "12345678-1234-1234-1234-123456789012");
> +};
> +# FIXME: ignore ESRCH
What is ESRCH about?
> +my $err = $g->last_errno ();
> +
> +if ($err == 0) {
> + my $uuid = $g->vfs_uuid ("/dev/sda1");
> + die "unexpected uuid expecting
> + '12345678-12...
2005 Jan 12
3
Samba 2.2 to 3.0.9 DC upgrade problems
Hi all,
I just replaced a client's SUSE 8.0/Samba 2.2 DC with a SUSE 9.2/Samba 3.0.9
DC. Drives were giving trouble, and since that box was a first attempt at a
linux DC there was a lot of room for improvement.
I copied the profiles and home directories over to the new machine, chowned
them to the new users. I also did extracted the securid from the old DC and
set it to the new one