Displaying 20 results from an estimated 57 matches for "lamine".
Did you mean:
laine
2005 May 12
3
How to decrease Asterisk load
Hi everybody,
I would like to decrease the load of my asterisk server. Could someone
recommend me a solution? I have thought about a hardware component that
would do some tasks as compression/decompression or codec translations but
wonder if such a solution exist.
Thanks for any suggestion
Lamine
2004 Sep 24
2
VICIDIAL and IAX
Hello everybody,
I would like to know if there is a support of IAX in vicidial.
I want to make predictive dialing use vicidial using IAX soft phones.
Thanks in advance
Lamine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040924/d1cc487b/attachment.htm
2004 Jul 05
2
fax detection and X100P
...exten => 110,2,AgentLogin
exten => 15,1,SetLanguage(fr)
exten => 15,2,VoicemailMain
;Clients campagne natural mystic
exten => 12345,1,SetLanguage(fr)
exten => 12345,2,Answer
exten => 12345,3,Queue(110)
; Pour recevoir les faxes
exten =>fax,1,RxFax(/var/spool/asterisk/incoming/lamine.tif)
; Pour envoyer le fax
exten =>8236331,1,TxFax(/var/spool/asterisk/incoming/lamine.tif)
But when I launch Asterisk i get the following message:
[chan_zap.so] => (Zapata Telephony w/PRI)
== Parsing '/etc/asterisk/zapata.conf': Found
Jul 5 16:22:13 WARNING[16384]: chan_zap.c...
2004 May 19
3
Call recording between SIP phones
Hi everybody,
I have been searching around for days on how to record calls between SIP
phones.Could someone tell me whether it is possible? The Record command
doesn't seem to work during a call.
Thanks
Lamine
2012 Dec 04
3
monte carlo simulation on R
Hello,
How can I make a monte carlo simulation on R?
Regards
Adel
--
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
[[alternative HTML version deleted]]
2005 Jan 07
7
Problem with call pickup
I have configured call pickup, and this works fine.
Although there are 2 problems, perhaps anyone would know a solution to this;
- When I pickup a call from another set, the *8 code keeps being displayed
in my screen (Snom 220).
I would like it to show the phonenumber of the person calling me.
- When a caller that I've answered through Call-Pickup disconnects, my phone
does not close
2010 Aug 21
4
basic hist() question
..., it displays correctly.
however, when I try to print the histogram, I get this error message
> a=read.table("dureetasks.txt")
> hist(a)
Error in hist.default(a) : 'x' must be numeric
Can you help please?
regards
--
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
[[alternative HTML version deleted]]
2002 May 04
2
R crashes trying to read a data.frame
...codelieu lati hemi longi meri nom
50 SNKOLDJI 12.8436 N 15.0192 O Djida Marietou
51 SNKOLHAM 12.9519 N 14.8467 O SARE HAMIDOU
52 SNKOLKIS 12.9767 N 14.8714 O MARAKISSA
53 SNKOLLAM 12.8594 N 15.0219 O SARE LAMINE
54 SNKOLLAY 12.8275 N 14.8803 O DIOULAYEL
> vill[93, 1:5]
codelieu lati hemi longi meri
93 SNFLLWAD NA <NA> NA <NA>
> vill[ , 6] # ===> crash
> vill[93, ] # ===> crash
I was able to write the whole data.frame in a text file with
w...
2005 Feb 08
1
TDMO4B, GSM Gateways and CallerID
Hello everybody,
I have an Asterisk box with a TDM04B and would like to connect it to a GSM
Gateway.
Can someone tell me whether i can get the callerid for incoming calls in
this case?
Thanx
Lamine
2005 Feb 23
1
Chanspy and current version of cvs
...chanspy weeks ago and everything was ok.
With the current version of cvs i am having failures when i try to apply the
same patch and the url where i originally downloaded it seems no longer
active.
Is the patch any longer maintained or has it been replaced with another
function.
Thanks in advance
Lamine
2004 May 18
1
Dial and MeetMe on the same channel
...strcat(cmd1,confroom); //confroom is a variable quote from teh database
strcat(cmd1,"|q");
fprintf(stderr,"%s\n",cmd1);
printf("%s\n",cmd1);
fflush(stdout);
..........
Any reason on why only the first command is successfull??
Thanks in adavance.
Lamine
2011 Sep 24
2
two ecdf in the same figure
Hello,
is ot possible to draw two ecdf of vectors (say s1 and s2) on the same
figire with R.
plot function draws a new plot and there is no function like points or lines
to draw a second ecdf on the figure.
Regards
--
*PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706
fax: +216 71 391 166*
[[alternative HTML version deleted]]
2012 Feb 18
2
transforming a data frame to matrix
...by 5 colomns. How to transform this data frame
to a matrix formed as follow:
1. the colomn 5 is the comumn (string)
2. the colomn 5 row
3. the data are the colomn x.
I aim to draw barplot later using the matrix.
Thanks for any help
--
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
[[alternative HTML version deleted]]
2003 Oct 21
5
do.call() and aperm()
Hi everyone
I've been playing with do.call() but I'm having problems understanding it.
I have a list of "n" elements, each one of which is "d" dimensional
[actually an n-by-n-by ... by-n array]. Neither n nor d is known in
advance. I want to bind the elements together in a higher-dimensional
array.
Toy example follows with d=n=3.
f <-
2011 Jan 19
1
printing big real values
...display the real values with
classic ways (without exposant)
> summary(a[,1]);
Min. 1st Qu. Median Mean 3rd Qu. Max.
1.198e+09 1.199e+09 1.200e+09 1.200e+09 1.201e+09 1.202e+09
Can you help please?
Regards
Adel
--
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
[[alternative HTML version deleted]]
2011 Oct 21
1
question about aggregate
Hi list
I am discovering R, and
--
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
[[alternative HTML version deleted]]
2011 Dec 13
1
generate a number using exponential low
...sing exponential low
> I know how to make that simply using uniform low
> x1 <- runif(1, 5.0, 7.5)
> this will generate a number between 5 et 7.5 but with uniform low.
> Could you help pease.?
> Regards
>
> --
> PhD candidate in Computer Science
> Address
> 3 avenue lamine, cité ezzahra, Sousse 4000
> Tunisia
> tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
> fax: +216 71 391 166
>
[[alternative HTML version deleted]]
2013 Feb 04
1
ggplot and colors
...black",
"black" , "black", "black", "black", "black", "black", "black", "black",
"black", "black", "black" ))
best regards
--
PhD candidate in Computer Science
Address
3 avenue lamine, cit? ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.png
Type: image/png
Size: 39485 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-...
2013 May 06
1
xyplot legend : simple question
...,
lines = TRUE,space="right") ,data=g,xlab=expression(beta),ylab="stabilit?")
I want to change name of the legend that were attributed automaticalle (for
example from C.D to C/D)?
Can you help me to solve this?
Regards
--
PhD candidate in Computer Science
Address
3 avenue lamine, cit? ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
-------------- next part --------------
A non-text attachment was scrubbed...
Name: figurepourmail.png
Type: image/png
Size: 54577 bytes
Desc: not available
URL: <https://stat.ethz.ch/pi...
2012 Jan 27
3
generate a random number with rexp ?
...d max
runif(n, min=0, max=1)
however , the syntaxe of rexp does not allow that
rexp(n, rate = 1)
and it generate a number with the corresponding rate.
The question is: how to generate a number between min and max using rexp().
Regards
--
PhD candidate in Computer Science
Address
3 avenue lamine, cité ezzahra, Sousse 4000
Tunisia
tel: +216 97 246 706 (+33640302046 jusqu'au 15/6)
fax: +216 71 391 166
[[alternative HTML version deleted]]