Displaying 3 results from an estimated 3 matches for "xxxx1".
Did you mean:
xxxx
2007 Apr 12
1
Re: Which SIP phones...
...ese are my main two headaches...
The files UA are nothing more than more or less:
asterisk -rx "sip show peers"|awk -F "/" '{print $1}'|grep -v "\.\|[a-z-]"|uniq > UA
(Server 1 of 3. Each w/about 175-200 peers)
184 sip peers [139 online , 45 offline]
[root@xxxx1 ~]# grep -ic snom UA
93
[root@xxxx1 ~]# grep -ic polycom UA
43
[root@xxxx1 ~]# grep -ic grandstream UA
3
(Server 1 of 3. Each w/ 150-75 peers using DRBD between servers)
74 sip peers [164 online , 10 offline]
Verbosity is at least 10
xxx-1:~# grep -ic cisco UA
59
xxx-1:~# grep -ic poly UA
105
I...
2009 Oct 15
1
"Complex?" import of pdf files (criminal records) into R table
...ck them manually.
In the end the table should look more of less like this.
--------------------------------------------------
"Per.Numb";"EntryNumber";"Judg.Date";"DateOffen.";...;"Probation.until";
"Released";"Not allocated"
xxxx1 1 xx.xx.1902 xx.xx.1901 ... xx.xx.1905 NA "blablabla"
xxxx1 2 xx.xx.1910 xx.xx.1909 ... NA 1925 "blablabla"
xxxx2 1 xx.xx.1924 xx.xx.1923 ... NA NA "blablabla"
------------------------------------------------------------------
Could any...
2008 Jun 06
7
XP SP3 and posix locking
Hi,
the home directories of our users are NFS-mounted from a NetApp filer to
our samba server. Everthing was fine until the users installed the
service pack 3 for Windows XP on the client machines. Suddenly it was
impossible to write MS Office files on the samba share. Word or Excel
documents could only be opened in read-only mode. After de-installing
SP3 everything worked well again.
I