Displaying 20 results from an estimated 400 matches similar to: "HOW TO - Asterisk apps/modify and compile"
2006 Dec 06
1
problem with asterisk-1.4+sip communicator
Hi all,
Thanks for your reply,
I'm using sip communicator(in java that is intergrated with one ERP ) and
asterisk is interfaced with this.
i'm able to make calls between pingtel and Voip user,
and also i can able to make call from Sip communicator to pingtel or Voip
phone.
but now i'm can't make calls between 2 sip communicator.. it mean i can
able to make a call and receive.. but
2006 Dec 27
3
How to connect two asterisk server
Hi all,
I need to connect two asterisk server in same network and i'm using sip
user as my clients......
plz anyone suggest me....
Regards,
Thiru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061227/aa4e409c/attachment.htm
2006 Nov 16
1
chanspy crash the asterisk 1.4
hi,
exten =>6000,1,dial(SIP/6000,15,tr)
exten =>6002,1,dial(SIP/6002,15,tr)
exten =>6004,1,dial(SIP/6004,15,tr)
exten =>6006,1,dial(SIP/6006,15,tr)
exten =>6008,1,chanspy(SIP/6006 | wbq)
when i dial 6008 ,it is connected ,but i can't able to hear the voice of
the any one.
when coversation between the 6002 to 6006.
in my Console mode i got the following comment
*CLI>
2006 Nov 09
2
A couple of new tutorials: installing * 1.4 and the Asterisk GUI
Hello list,
I have prepared a couple of new tutorials you may find interesting:
- Installing an Asterisk 1.4 beta system - at http://astrecipes.net/?n=216
- Installing the Digium's Asterisk GUI for 1.4 - at
http://astrecipes.net/?n=217
It's nothing too complex, but you may find them interesting, especially
the new Asterisk GUI.
Any comment is welcome - the site is a wiki, so feel
2010 Apr 13
2
transpose but different
Hi all,
I want to make extra columns in my datafile where the id of every
groupmember is mentioned in separate columns. To explain it better see the
example:
id<-c(1,2,3,4,5,6,7,8,9,10,11,12)
group<-c(1,1,1,1,2,2,3,3,3,3,3,3)
a<-as.data.frame(cbind(id,group))
a
id group
1 1 1
2 2 1
3 3 1
4 4 1
5 5
2011 Jul 23
3
Ubuntu package for dovecot 2.0.x from debian package
Hi,
I am running a server under Ubuntu 11.04(natty) and I would like to
install a 2.x version but
unfortunately the only package available is 1.2.15.
Of course I could compile and install from sources but I would prefer
to handle packages because
it's a lot simpler and cleaner.
After some research I found some debian packages available here :
2006 Dec 13
1
Problem with asterisk 1.4 Installation (undefined reference to `ast_copy_string')
Hi.
After successfully running ./configure I run make. When running make I get
the
following error..
[CC] ast_expr2f.c -> ast_expr2f.o
[CC] ast_expr2.c -> ast_expr2.o
[CC] strcompat.c -> strcompat.o
[LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o
strcompat.o -> aelparse
aelparse.o(.text+0x3029): In function `ael_yylex':
2006 Sep 22
1
Variable as color in a barplot
Dear wise ones,
I have a problem assigning different colors to bars in a barplot.
The data I'm using is the following dataframe (truncated) :
> L0
r n p t
[...]
18 19 1 1 RFM
19 20 1 1 RFM
20 21 2 1 RFM
21 23 6 1 RIH
22 24 2 1 ROC
23 25 1 1 ROC
24 26 1 1 ROC
25 27 2 1 ROC
26 28 2 1 RFT
27 29 1 1 RFT
28 30 2 1 RFT
29 31 1 1 ROH
[...]
My barplot should
2006 Dec 06
0
asterisk -1.4 with sip communicator
Hi all,
Thanks for your reply,
I'm using sip communicator(in java that is intergrated with one ERP ) and
asterisk is interfaced with this.
i'm able to make calls between pingtel and Voip user,
and also i can able to make call from Sip communicator to pingtel or Voip
phone.
but now i'm can't make calls between 2 sip communicator.. it mean i can
able to make a call and receive.. but
2006 Dec 08
0
problem with asterisk 1.4
Hi all,
Thanks for your reply,
I'm using sip communicator(in java that is intergrated with one ERP ) and
asterisk is interfaced with this.
i'm able to make calls between pingtel and Voip user,
and also i can able to make call from Sip communicator to pingtel or Voip
phone.
but now i'm can't make calls between 2 sip communicator.. it mean i can
able to make a call and receive.. but
2006 Dec 11
0
Sip communicator issue
Hi all,
Thanks for your reply,
I'm using sip communicator(in java that is intergrated with.. ) and asterisk
is interfaced with this.
i'm able to make calls between pingtel and Voip user,
and also i can able to make call from Sip communicator to pingtel or Voip
phone.
but now i'm can't make calls between 2 sip communicator.. it mean i can
able to make a call and receive.. but i
2007 Jan 04
1
Hi reg. asterisk Compilation
Hi moises,
Hi i need to done some modify/changes in one of the asterisk c source code
,,eg: app_meetme.c
How can i compile and debug it without compile the whole module of
asterisk...
and also let me know which editor suitable it ,I'm using suse linux..
Plz help me reg. this ..
-nsthi,
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Feb 05
3
Samba and NetAPP filers, the PDC problem...
Hello
Is there any hope one day a Samba PDC will work with NetAPP filer ???
I mean will it be possible to register a filer as a machine in a Samba PDC ?
I fails since years and I never had any clear explainations about it.
Couls someone ( Mr Bartlett ? ) tell me why it had never be possible ?
Thanks a lot.
2010 Nov 28
1
faster base::sequence
Hello,
Based on yesterday's R-help thread (help: program efficiency), and
following Bill's suggestions, it appeared that sequence:
> sequence
function (nvec)
unlist(lapply(nvec, seq_len))
<environment: namespace:base>
could benefit from being written in C to avoid unnecessary memory
allocations.
I made this version using inline:
require( inline )
sequence_c <- local( {
1998 Nov 12
0
AW: SAMBA digest 1871
Hello,
I had a similar problem with Win 3.11 and my SuSE Dist. Curiously, I couls access sharea as "root", but not as "brauki".
The difference, however was "sss" silly, simple and stupid.
my linux root password was lowercase with a number, my userpassword one word starting with an uppercase letter. guess what happened after i changed my userpassword to
2007 Jun 07
0
LAN and public IP
Hi,
I am running Debian (Sid) and Samba 3.
My computer which intends to be only a SMB client is on a LAN (192.168.2.0/24)
We have a gateway to internet and it's public IP address is 81.56.120.7.
When I launch smbtree in order to "scan" existing SMB shares over the _LAN_ :
?mihamina@mihadev:~$ smbtree
?Password:
?MAINET
? ? ? ? \\SOPHIE ? ? ? ? ? ? ? ? ? ? ? ?SOPHIE
?timeout
2003 Mar 04
2
Disappearing Shares?
I am new to Linux and running SuSE V8.0 with KDE desktop and
Samba 2.2.7 on a small bnetwor5k which also has a Windows NT
PC and a notebook.
On the Linux PC's I have used LinNeighborhood to mount the
various shares and can readily view files on the Linux PC's, or on
the windoze machines.
I have had a number of occasions where I have had to power down
my main Linux PC, and far more
2007 Nov 16
1
Efficient way to compute power of a sparse matrix
Dear all,
I would like to compute power of a square non symmetric matrix. This is
a part of a simulation study. Matrices are quite large (e.g., 900 by
900), and contains many 0 (more than 99 %). I have try the function
mtx.exp of the Biodem package:
library(Biodem)
m <- matrix(0, 900, 900)
i <- sample(1:900, 3000, replace = T)
j <- sample(1:900, 3000, replace = T)
for(x in 1:3000)
2002 Jul 05
2
Increase memory size
I read FAQ (2.6 and 2.2) about increasing memory size, but it is not
clear to me. Coule anyone give me an example? My computation exceeds
256Mb.
Thank you for your time.
Nancy
--
Nancy C.H. Lo, Ph.D
Southwest Fisheries Science Center
NMFS, NOAA
8604 La Jolla Shores Drive
La Jolla CA 92037
858-546-7123(o)
858-546-5656(x)
Nancy.Lo at NOAA.GOV
-------------- next part --------------
A non-text
2006 Sep 11
3
Export data
Hi there,
I would like to write a data output. In first time, a data frame (called
"res") is written in a file *csv such as:
A B C # names of data
1.5 4.5 7 # values
So I use "write.table" which prints "res" to a file "file.csv"
write.table(res,file="file.csv",sep="",row.names=TRUE,col.names=TRUE,eol
= "\n")