Displaying 7 results from an estimated 7 matches for "nummber".
Did you mean:
number
2008 Apr 07
2
Quick fix formatting
Hi all,
I'm hoping there's a quick fix for this.
I have two data frames and am running a loop to match similar rows.
However the matching is not working well, and I suspect it is because of
the different formats of columns. For example, in col. 1 of dataframe 1
the nummbers are formatted as 1,2,3,4,5,6,7,8,9...31 However in col. 1
dataframe 2 the numbers are 01,02,03,04,05,06,07,08,09...31 After
investigation it seems only the numbers below 10 do not match up well
(i.e. those with a 0 in).
My question is: is there a quick fix so I can convert the first set of
num...
2008 Apr 18
1
Bug in Merge?
...ot; "Delay" "Host"
"2" 4 1208514343.81209 107.153637 "EndpointKeepAlive" "
51620 "vicky.planetlab.ntua.gr"
-------------------------------------------------------
The first problem:
Why is the row number "2" now? Where does this nummber come from?
I think, there is a conflict between my row number from data and mapping (4238
and 4).
The second problem:
Why is my AbsTime: 1208514343.81209? It was 1208514343.812086. It is 1 digit
less. how can I avoid this?
I hope someone could answer this.
Thank you in advance,
Edwin
2004 Sep 28
1
Looking for whoever wrote cdr_mysql
...id winter wrote:
> great. one thing i think should be addressed is the following. when
> someon dials into * on DID 1112223333, and the exten for that is a
> goto(context,s,1) the dst column in the cdr table is populated with
> s, not 1112223333. all in all i would like to log what nummber the
> user dialed to get into the system.
What about:
[default]
exten => 1112223333,1,Macro(happy-did)
[macro-happy-did]
exten => s,1,Goto(${MACRO_EXTEN},1)
exten => _XXXXXXXXXX,1,NoOp(Normal "s" exten stuff here)
2009 Mar 09
2
Portech MV3770 & Caller-ID
Hi, I have a problem with Asterisk-1.4.22 (with TB 2.6.2) & Portech MV-370,
my problem is that when arrived an external call I don't view (on my
internal phone) the phone number but I have the number extension that is
configured on MV-370.
The MV-370 configuration is:
Mobile to Lan Table :
0 * 192.168.1.1
Lan to Mobile Table:
0 * #
SIP Setting:
Display Name: Portech
User Name: 1005
2011 May 05
3
factors
Hi, I'm requesting you don't berate me for asking this question:
I clearly don't have the gist of factors.
I have two dataframes, A and B.
Each of them has a column containing strings (they're labels).
I want to, one-by-one in a loop, compare the particular string in an entry from dataframe A to an entry in B, to see if they're the same.
The problem, when posing the
2004 Sep 18
8
Attacks on ssh port
Hi,
Is there a security problem with ssh that I've missed???
Ik keep getting these hords of:
Failed password for root from 69.242.5.195 port 39239 ssh2
with all kinds of different source addresses.
They have a shot or 15 and then they are of again, but a little later on
they're back and keep clogging my logs.
Is there a "easy" way of getting these ip-numbers added to
2003 Dec 01
0
No subject
...nt
> Samba to run all the time, I want to start and stop it manually when I need
> access to the files. Is it possible to run some portion of Samba as a
> non-privileged user to achieve this?
Probably not, because you will have one big problem: The smb-tcp/ip-
ports are reversed prots with nummbers below 1024. You can start smbd
and nmbd with alternativ prot nummbers. Just try it: compail samba in
your home directory and start it with lets say prot 3456. If this
succeeds you can talk between to samba servers. But if you can
configure w2k to use not standard ports ... I dout. But there sh...