Displaying 20 results from an estimated 2000 matches similar to: "SIP SRV Registration problem"
2010 Apr 23
3
Playback all the sound files
Hello.
There are so many sound files in /var/lib/asterisk/en. Is there an easy
way to let me play back all of them one by one while I am watching CLI
to see the current file name?
Thanks for help.
--
Jian Gao
IT Technician
SJ Geophysics Ltd. <http://www.sjgeophysics.com>
jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com>
Tel: (604)582-1100
2010 Oct 29
1
trixbox - sip trunk with voipwise
Hi,
No matter I try, I can not register to Voipwise with Trixbox. It is always
in "unregistered" state in sip registry. Here is my last sip trunk
configuration:
PEER DETAILS:
allow=g729
bindport=5060
disallow=alldtmfmode=rfc2833
fromdomain=sip.voipwise.com
fromuser=username
host=sip.voipwise.com
insecure=very
maxexpirey=120
pickupgroup=1
port=5060
secret=pass
type=peer
2010 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context.
Basically, I want to do this but the list of prefix numbers is much longer.
List of prefixes (556,557,557,989.....)
[custom-inbound]
exten => _556,1,answer
exten => _556,n,playback(beep)
exten => _557,1,answer
exten => _557,n,playback(beep)
exten => _558,1,answer
exten => _558,n,playback(beep)
exten =>
2010 May 04
6
Interesting email project.
Hey all.
My boss asked me to implement the following
When DID 713xxxxxxx is dialed send an email to mmosier at xxx.com. with the
time date and CID included in the email. I know how to code some but am
looking for the best way to do this.
Sorry I might have asked this a couple months back. I forgot.
Mmosier
Houston
Respectfully
Michael D Mosier
Ftoc Certified
-------------- next part
2011 Jan 27
1
chan_sip bug? (Asterisk 1.4)
Today I upgraded my Asterisk to the new 1.4.39.1. One of sip trunk stop
working after the upgrade. Here is the sip debug:
---------------------------------------------------------------------------
<--- SIP read from 208.65.xxx.xxx:5060 --->
INVITE sip:1778xxxxxxx at 10.11.22.77:5060 SIP/2.0
Via: SIP/2.0/UDP
208.65.xxx.xxx:5060;branch=z9hG4bK-d8754z-d9175178645e9146-1---d8754z-;rport
Via:
2011 Jan 28
0
asterisk-users Digest, Vol 78, Issue 66
It may have gone to sleep.
Chris Cooper
Systems/Network Administrator
EFC International
1940 Craigshire Blvd
St. Louis, MO 63146
US
Phone - 314-439-4325
Fax - 314-439-4443
Mobile - 314-402-8912
-
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk-users-request at lists.digium.com
Sent:
2005 Mar 04
3
Extremely slow during browsing some directories
hi,
I am quite new on using Samba and sorry maybe ask a silly question here. I
set up simple Samba server on Fedora3 using the samba rpm package comes with
fedora3( version 3.0.10-1.fc3). I use the SHARE security level to make
things easier. Everything goes fine so far, except that for some windows
user, some times, on browsing some directories, it takes extremely long time
to display the
2006 Oct 03
3
Linking R with Fortran 90: make: m2c: Command not found
Following the setup in Prof.Duncan Murdoch's page, I have successfully compiled the DLL for one Fortran 95 program using Gfortran and got 300 times speed boost. For the second set of fortran programs, However, I have this error message
R CMD SHLIB -o jiangang kdtree2.f90 jian.f90 gang.f90
m2c -o jian.o jian.mod
make: m2c: Command not found
make: *** [jian.o] Error 127
Can anyone
2011 Feb 14
5
Hide the plain text password
Now in my asterisk config files, there are lines like:
secret=some_password_in_plain_text
Is it possible to hide these plain text password?
--
*Jian *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110214/7661ff8e/attachment.htm>
2010 Dec 03
3
colname refered by a variable
Hello,
I tried to use a variable to refer colname, but I got error, could anyone give me advice?
>df=data.frame(cbind(AB=1:3,AC=3:5))
> df$AC
[1] 3 4 5
> df$paste("A","C",sep="")
Error: attempt to apply non-function
thanks
Jian
[[alternative HTML version deleted]]
2010 Jun 02
3
charactor matrix convert to numeric matrix
Hello R experts,
can you tell me a simple way to convert a charactor matrix to numeric matrix?
if I use as.numeric, the matrix is converted to a vector.
a<-cbind(c("23","54","65"),c("1","2","3"))
a
[,1] [,2]
[1,] "23" "1"
[2,] "54" "2"
[3,] "65" "3"
as.numeric(a)
2007 Feb 28
4
how to make xenbus do .probe?
Hi,
Can anyone please tell me how to get ".probe" function in "struct
xenbus_driver" called?
I want to do one simple test of event channel communication between
peer modules of
domU and dom0.
I wrote one backend and one frontend driver (I tried registered as
misc/blk/input device) where I put in all my xenbus routines, but
cannot get .probe called after insmod my module, I
2007 Jun 22
3
How to run "mathematica" or "c" programs in R?
I have some programs which were writen in mathematica or c language, but I
donot know how to use these software. So I want to run them in R.
Can I do it ?
How to run "mathematica" or "c" programs in R?
Jian Zhang
[[alternative HTML version deleted]]
2010 Jun 14
2
list matching
Hello,
I could not find a clear solution for the follow question. please allow me to ask. thanks
mynames=cbind(c('a','b'),c(11,22))
lst=list(a=c(1,2), b=5)
now I try to combine mynames and lst:
a 1 11
a 2 11
b 5 22
thanks
jian
[[alternative HTML version deleted]]
2010 May 20
5
sort a data.frame
Hello,
I have a dataframe:
dd <- data.frame(b = c("chr2", "chr1", "chr15", "chr13"),
x = c("A", "D", "A", "C"), y = c(8, 3, 9, 9),
z = c(1, 1, 1, 2))
>dd
b x y z
1 chr2 A 8 1
2 chr1 D 3 1
3 chr15 A 9 1
4 chr13 C 9 2
Now I want to sort them according column "b", but only its
2010 Sep 22
3
merge verctor and matrix
hi,
can anyone tell me how to merge a vector and a matrix?
> v=c(1,4,2)
> names(v)=c("e","r","t")
> m=matrix(c("r","t","r","s","e",5,6,7,8,9),nr=5)
> colnames(m)=c("c1","c2")
I want to do like
merge(v, m, by.x="names",by.y="c1")
I got error
Error in fix.by(by.x, x) :
2011 Jul 15
1
[LLVMdev] Pass Question
Hi, I am trying to write a pass and add it into the LLVM optimizer so to insert functions for optimization before and after every function call.For example, I create a test file test.c. There is a function f1() just printing out "Print f1", which is called in the main function. That's all the test.c do. Now I want to
insert optimazation function opt_begin() before f1() and
2010 May 12
3
intersect
Hi there,
how can I test every element in a vector whether appears in another vector?
such as
a<-c("aa", "bb", "ff", "cc")
b <-c("oo","jj","bb","cc")
somefunction(a,b) gives [False, True, False, True]
thanks
yuan jian
[[alternative HTML version deleted]]
2019 Nov 05
3
RFC: [MC] Calculate difference of symbols in two consecutive MCDataFragments
Hello,
I've been trying to add support to the integrated assembler to handle cases
like below
foo:instr; .if . - foo; instr; .endif
when the dot symbol and foo are assigned to consecutive MCDataFragments
<https://github.com/ClangBuiltLinux/linux/issues/744>. I have a patch
<https://reviews.llvm.org/D6941> under review. And even though it seems to
solve the problem, the concern
2006 Feb 27
2
about"Riply's K function"and "envelope"
hi!
I did Riply's K function and envelope in the package "SPATSTAT". When the
species number is less, it can work well and it is quickly. But when the
species number is more(example:2000), it told me"memory limit". So I change
"memory limit". But the speed is very slow. I took 13 hours to run the
programe.
Perhaps there are other methods that can do it. Or just