Displaying 18 results from an estimated 18 matches for "112233".
Did you mean:
12233
2007 Feb 26
3
Playback uses channel's language, background doesn't
I have the following in the dialplan:
[macro-systemrecording]
exten => s,1,Goto(${ARG1},1)
exten => dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav)
exten => dorecord,n,Wait(1)
exten => dorecord,n,Goto(confmenu,1)
exten => docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording)
exten => docheck,n,Wait(1)
exten => docheck,n,Goto(confmenu,1)
exten =>
2006 Aug 02
0
[Bug 497] New: ipt_string doesn't ork for me
...Status: NEW
Severity: normal
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: maxim.britov@gmail.com
I trying to use string. iptables 1.3.5 / kernel 2.6.18-rc2-ck1
iptables -A INPUT -p tcp -m string --algo kmp --string 112233 -j LOG
iptables -A INPUT -p tcp -m string --algo kmp --string ! 112233 -j LOG
iptables -A INPUT -p tcp -m string --algo kmp --hex-string 112233 -j LOG
I get works 1st rule only.
Second rule never matches any packets. IMHO it should match any packet without
my string. I'm right?
3st rule ipta...
2004 Jul 15
1
Using SIP phone to dial out using ISDN ?
Hi,
I finally got Asterisk installed using the German installation CD from
http://www.asterisk.de.ms.
I got two SIP phones working (SIPPS)
asterisk*CLI> sip show inuse
Username incoming Limit outgoing Limit
5678 0 N/A 0 N/A
1234 0 N/A 0 N/A
2011 Aug 18
1
odd behavior of data.matrix()
...running data.matrix(df) I get:
itmID variable value
[1,] 1 1 0.70
[2,] 2 1 0.52
[3,] 1 2 -1.16
[4,] 2 2 -0.91
[5,] 1 3 0.00
[6,] 2 3 0.00
Note, only the order of the column "variable" as been reversed 332211
to 112233, not the order of the other columns. So, the data is now out
of order.
Any thoughts. What I am doing wrong?
Thanks
Alexander
[[alternative HTML version deleted]]
2007 Jul 13
1
What are my smbd's doing ? (was Re: secrets.tdb locking fun!)
...>We had problems with large amounts of fcntl locking on Solaris 8, which
>create exactly the sort of 'virtual halt' that you describe and
>undoubtedly that bug is in earlier Solaris 9 kernels too (bug 4735093
>and 2057706. A quick check on Sunsolve suggests it was fixed in
>112233-04 for SunOS 5.9/sparc.)
We're currently running 112233-12, so I don't think that's likely to be
our issue.
Mac
Assistant Systems Administrator @nibsc.ac.uk
mac@nibsc.ac.uk
Work: +44 1707 641565 Everythin...
2006 Sep 26
4
New project: littler for GNU R
...Min. 1st Qu. Median Mean 3rd Qu. Max.
13 512 110100 486900 768400 4735000
Loading required package: grDevices
The decimal point is 6 digit(s) to the right of the |
0 | 00000000000000000011112223
0 | 5557778899
1 | 112233
1 | 5
2 |
2 |
3 |
3 |
4 |
4 | 7
And, last but not least, this (somewhat unwieldy) expression can
be stored in a helper script:
$ cat examples/fsizes.r
#!/usr/bin/env r
fsizes <- as.i...
2004 Jan 09
2
Error on SMB Packages
...uld be a handful of processes stealing
all of the CPU, and when they were truss-ed they would be stuck if
F_SETLKW64 loops.
Sun released patches for Solaris 2.6, 8, and 9. The patch for Solaris 7 has
not been released yet.
The patch revision for 2.6 is 105181-34, for 8 is 108528-19 and for 9 is
112233-04.
After the install of these patches, it is recommended to reconfigure and
rebuild Samba.
Thanks to Joe Meslovich for reporting this.
As your patch level is 112233-02 you may need to update this!
Cheers,
Simon
- -----Original Message-----
From: pablo.jejcic@smartweb.rgu.ac.uk
[mailto:pabl...
2004 Mar 30
1
Need Samba 3.0.0 help
...mba
servers are on the secure side of my world and contain sensitive information.
If by my stating my problem, I am hoping that someone will point me in certain
directions that I have not tried.
We have two samba servers on our site. Both are running Samba 3.0.0. Sun
Server using Solaris 9 Kernel 112233-11.
First one is authenticating to a NT PDC. NT domain. We have NT's that map
their drives to this and it works just fine....Users could not be happier.
It uses a VERY simple smb.conf file. The shares are either home or data
directories that are automounted via NIS automounts on our Sun or SG...
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...server.
At this point you will be able to use Samba as per the documentation,
having skipped the weeks of frustration people usually seem to spend
to get this going :-)
Solaris 9 Prep
--------------
Install from the first three CDs, accepting all defaults.
Install patches 112960-36, 112874-34, 112233-01, 112233-11 . This is a
dependency chain, the only thing really required is a new libnss that
will let Samba winbind work. On production machines, if you keep up
with Sun recommended patches you may have this already.
If you want to grow old quickly, attempt to build the entire GNU
toolchain on...
2004 Aug 17
1
winbind upgrade causes core dump
...uld be waiting to
core dump on me?
I should also note that once a server has been upgraded, I can cause
the core dump by downgrading to samba-3.0.2a as well. I'm guessing this has
something to due with the winbind changes in 3.0.4...
I've been able to reproduce this on Solaris 9 Generic 112233-11 and
Solaris 7 Generic 106541-29.
Thanks,
Nate
2015 Mar 16
1
Use dialplan variables from MySQL database and replace with value
...pt inside my dialplan :
-- Executing [h at pbx-routing:43] System("SIP/SipT01-00000012",
"/usr/bin/php /var/lib/asterisk/agi-bin/call_end.php ${KNUMMER}
${phone_number_to} ${phone_number_from} ${CHANNEL:4}") in new stack
But in stead of having ${KNUMMER} I want to have "112233", and in stead
of having ${phone_number_to} I want to have "31023456789" and so on...
Is this possible ??
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150...
2004 Jan 15
1
Samba Tuning
...formance drop dramatically.
It seems performance is fine when dealing with a small number of large files
but when dealing with many thousands of small files (4k or so) it's a
different story.
Is there any tuning I can do to improve the situation?
Samba Server: SunFire V880 running Solaris 9 (112233-08)
Samba Client: Compaq ProLient ML570 running W2K SP3
# Samba config file created using SWAT
# from pq04464.admin.nbsnet.co.uk (10.200.41.127)
# Date: 2004/01/09 12:33:30
# Global parameters
[global]
netbios name = UXHSMSVC01
server string =
encrypt passwords = Yes...
2004 Jan 15
0
Réf. : Samba Tuning
...ormance drop dramatically.
It seems performance is fine when dealing with a small number of large
files
but when dealing with many thousands of small files (4k or so) it's a
different story.
Is there any tuning I can do to improve the situation?
Samba Server: SunFire V880 running Solaris 9 (112233-08)
Samba Client: Compaq ProLient ML570 running W2K SP3
# Samba config file created using SWAT
# from pq04464.admin.nbsnet.co.uk (10.200.41.127)
# Date: 2004/01/09 12:33:30
# Global parameters
[global]
netbios name = UXHSMSVC01
server string =
encrypt passwords = Yes
username map = /etc/sfw/smbus...
2004 Nov 06
2
Upgrade from Hell
For those of you running SuSE 9.1, I do not recommend upgrading to 9.2
at this time.
Refer to http://shorewall.net/myfiles.htm for information on my
configuration:
a) On Ursa:
1) After the upgrade, both of the NICs were recognized as "configured"
in YAST yet neither of them would start; ifup claimed that no
configuration could be found for either interface. Only got them running
2013 Apr 18
5
ODBC dialplan looping problem
...at getpin:2] Set("SIP/testbridge2-00000021",
"ODBC_ID=32") in new stack
-- Executing [444999 at getpin:3] NoOp("SIP/testbridge2-00000021", "") in
new stack
-- Executing [444999 at getpin:4] Set("SIP/testbridge2-00000021",
"ROW_RESULT=112233") in new stack
atpconf001*CLI>
-- Executing [444999 at getpin:5] GotoIf("SIP/testbridge2-00000021",
"0?cleanup,1") in new stack
-- Executing [444999 at getpin:6] GotoIf("SIP/testbridge2-00000021",
"0?good_exten,1") in new stack
--...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...) gets arguments pot_make and mo_make for
_not_ re-making the corresponding files, and additionally a
verbose argument.
* Hexadecimal string colour specifications are now accepted in
short form, so, for example, we can use "#123", which is
equivalent to "#112233".
Thanks to MikeFC for the original idea and Ella Kaye, Malcolm
Barrett, George Stagg, and Hanne Oberman for the patch.
* Plain-text help shows \var markup by angle brackets.
* The new experimental primitive function declare() is intended to
eventually allow inform...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...) gets arguments pot_make and mo_make for
_not_ re-making the corresponding files, and additionally a
verbose argument.
* Hexadecimal string colour specifications are now accepted in
short form, so, for example, we can use "#123", which is
equivalent to "#112233".
Thanks to MikeFC for the original idea and Ella Kaye, Malcolm
Barrett, George Stagg, and Hanne Oberman for the patch.
* Plain-text help shows \var markup by angle brackets.
* The new experimental primitive function declare() is intended to
eventually allow inform...
2009 Jul 23
6
SSH attacks from china
...WEBMASTER/password: 6 times
a!@#/password: 6 times
a123/password: 6 times
bill!@#/password: 6 times
cindy/password: 6 times
daniel/password: 6 times
francois/password: 6 times
ftptest/password: 6 times
httpd!@#$/password: 6 times
httpd112233/password: 6 times
httpd123/password: 6 times
httpd1234/password: 6 times
httpds/password: 6 times
ice4budu/password: 6 times
info!@#$/password: 6 times
info!@#/password: 6 times
info123/password: 6 times
infoinfo/password: 6 times
jhon!...