Displaying 10 results from an estimated 10 matches for "smthing".
Did you mean:
somthing
2009 Mar 19
3
busy lamp filed
...k so far..
I am using grandstream 2000 and it has a line busy indicator for chef
secretary phones.
But now, this feature does not work.
I can see the line is online..with a green steady light..
But
when the line is busy or DND, it wont change to red light as in previous
1.4 installation..
Do i miss smthing??
2011 Apr 15
2
If voice mail not found dialplan
Hey guys,
I have stdexten macro dialplan and I have to handle those who doesn't
have voicemail box setup. Right now if someone call and if person
unavailable the it's just hangup that call. I want it say "person
doest have vm setup yet." smthing like that. How should I handle this
in my dialplan ?
--
Sent from my iPhone
2007 Mar 02
3
Reformulated matrices dimensions limitation problem
First I wanted to thank both Marc Schwartz Greg Snow and for their reply.
Then I needed to add a level of complexity to the problem.
I would be able to create the biggest possible matrix.
In other way does it exist a method to ask smthing like the following :
max number of rows for a matrix if column=x?
Thank you
------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada2marz07
2009 Apr 01
1
login-logout asterisk
...we have an option to turn off or on outside calls with
a pincode..
Like, user is able to get calls or dial local lines by default, but when
he/she uses a password entrance via dtmf, he can dial long distance calls
etc.And at anytime he can logoff from outside call permit..
So is it possible to do smthing like this on asterisk..
A limited profile which needs sip password of the user again to dial long
distance calls for example.
Thanks..
2009 Apr 29
1
problem in upgrading to 1.6.1.0
Hello,
I just tried to upgrade to 1.6.1.0 from 1.6.0.9 and i had problems in
registering users.
As i see from debug it successfully reads from users.conf but later,when a
user tries to logon it say peer not found....
And there were an error msg about mysql about the username field..Smthing
changed in mysql tables???
Now i downgraded to 1.6.0.9 again and everything is working..
1999 Apr 29
0
Samba/NT authentification or trust account prob.
Hello,
Well.... I need help to do smthing with Samba 2.0.3-19990228
Let me explain... Ive two servers : one NT and one Linux... Each servers
control one domain :
==> NT server MYNT : control DOM1
==> Lin. server MYLIN : control DOM2
when I configure smb.conf like other classics smb.conf files, I can see
my server on network
expl...
2012 Feb 27
2
kmeans: how to retrieve clusters
...two last lines
Here is the code:
x = colCandList$colCandInd
y = colCandList$colCandMed
m = matrix(c(x, y), nrow = length(colCandList$colCandInd), ncol=2)
kres = kmeans(m, 2)
Is there a way to retrieve both clusters in output of the algorithm in order
to process in each cluster ? (I am looking for smthing like kres$clustList
... where I can process each cluster)
kres$cluster did not yield what I expected ...
thanks for your help
--
View this message in context: http://r.789695.n4.nabble.com/kmeans-how-to-retrieve-clusters-tp4426427p4426427.html
Sent from the R help mailing list archive at Nabble...
2012 Jan 12
1
how to select column wich median is in this interval [5;6]
...3 13 3 23
4 4 14 4 24
5 5 15 5 25
6 6 16 6 26
7 7 17 7 27
8 8 18 8 28
9 9 19 9 29
10 10 20 10 30
where e1 ... e3 are vectors
I have to select columns which median is in the interval [5;6] ( Here, for
instance, e1 and e3)
I would not want to use loop... (for, while)
I search for smthing like this :
e_candidates = df[, ]
But I do not know how to write the condition,
Thanks for your help
Thanks for your help
I'd like to know how to select
--
View this message in context: http://r.789695.n4.nabble.com/how-to-select-column-wich-median-is-in-this-interval-5-6-tp4290745p429074...
2009 Apr 30
3
need help on asterisk call forwarding
Hello,
I am trying to enable call forwarding feature on asterisk 1.6.0.9 with
asterisk-gui. Sure there is no menu for that on gui but, when i try to
write some example scripts to extensions.conf to make it work. I totally
failed.
I dont wanna install smthing like freepbx etc on the system so, i need
help to add unconditional etc call forwarding feature for 1.6
Thanks
2004 Jul 28
3
Re: Re: HTB 3.13 please help
//Just to not forget eth0 is WAN and eth1 is LAN . The box is NATing my lan.
I configured tcng to shape both download and upload
and i got connection loss again.
Maybe it is my script fault or it is something bad with packets marking .
this is how i mark outgoing packets
iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.1.23 -j MARK --set-mark
$ip
and this part of my script which is intented