similar to: SIP Simple support on Asterisk 11

Displaying 20 results from an estimated 100 matches similar to: "SIP Simple support on Asterisk 11"

2012 Jul 30
2
Alternating between "for loops"
Dear All, I would like to apply two different "for loops" to each set of four columns of a matrix (the loops here are simplifications of the actual loops I will be running which involve multiple if/else statements). I don't know how to "alternate" between the loops depending on which column is "running through the loop" at the time. ## Set up matrix J <- 10 N
2012 Aug 01
2
plotting 0,1 data
Hello, Anyone know why the command: > plot(x,y) where y is a 0,1 result sometimes plots the y values as 1,2 rather than 0,1? And how to prevent this? Thank you, Georgiana May [[alternative HTML version deleted]]
2012 May 07
2
Matrix "BYTES" size
Dear R people. I´m facing a big problem. I need to create a matrix with 10.000 columns and 750.000 rows. matrix<- as.data.frame(matrix(data=0L, nrow=750000, ncol=10000) as you can see, the data frame has huge dimesions. I was able to find out about thr "L" in data, this way I´m telling that my data is "integer" class. By doing this object.size(matrix) tells me that this is
2012 Apr 30
2
Generate Dendrogram
Hi I have a distance matrix which is computed by user defined method. I would like to plot the dendrogram. I would like to use different color and want the leaves laying down bottom. The script like this. I am not familiar with R. I followed the example shown in http://stat.ethz.ch/R-manual/R-devel/library/stats/html/dendrogram.html dist.obj <- as.dist(matrix.distance) hc.obj <-
2012 May 17
3
New Eyes Needed to See Syntax Error
One of many scripts to produce 4 lattice plots on one page keeps throwing an error. I've tried manipulating the file to eliminate the error, but have not been able to do so. The error is: > source('bicarb.R') Error in source("bicarb.R") : bicarb.R:15:1: unexpected symbol 14: 15: hco33 ^ The 'h' is in column 0 so the caret would be column -1, but it's
2012 May 08
3
Unexpected input while building package in R
I am a newbie in R, and I am trying to build an R package but I keep getting an unexpected input error when I try using the build, check or install commands. I used the following command to generate the skeleton: package.skeleton("test") After this I went to the command prompt and to the directory with the test folder and ran the command: R CMD build test I got the following error
2012 Aug 29
5
Extracting the name of a function (inverse of match.fun("myFun"))
Hi all, is there a way to extract the name of a function, i.e. do the reverse of match.fun applied to a character string? I would like to print out the name of a function supplied to another function as an argument. For example: myFunc = function(x) { x+1 } applyFunc = function(fnc, x) { fnc = match.fun(fnc) fnc(x) } Is there a way to obtain "myFunc" from the argument fnc in
2011 Jul 31
5
ajuste de modelos logísticos con heterocedasticidad
Hola a todos. ¿Cómo puedo ajustar un modelo de regresión logística en el que la varianza de los errores no son iguales, sino que esta puede ser modelada por otras variables ? ¿Utilizando modelos mixtos o voy desencaminado? Gracias..
2007 Oct 11
7
1.0.2 release candidates
Hello Mongrels, Release candidates for Mongrel 1.0.2 and its dependencies are now available. Note that gems are now signed, so please add the Mongrel public certificate via: $ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem $ gem cert --add mongrel-public_cert.pem Now you can verify and install the candidates via gem install: $ sudo gem install mongrel
2007 Nov 05
12
Error installing Mongrel on Solaris 9
Hi all, We''ve installed RoR on Solaris 9, and are attempting to install Mongrel using the following command:gem install mongrelgetting error "SSL is not installed on this system".All other gems (including Rake) installed fine.Any suggestions?Thanks,Brian _________________________________________________________________ Boo!?Scare away worms, viruses and so much more! Try
2015 Oct 19
2
Why I get repeat messages many times
I am using the asterisk 13 and I config my dialplan for the SIP messaging as the following : http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html [astsms] exten => _.,1,NoOp(SMS receiving dialplan invoked) exten => _.,n,NoOp(To ${MESSAGE(to)}) exten => _.,n,NoOp(From ${MESSAGE(from)}) exten => _.,n,NoOp(Body ${MESSAGE(body)}) exten =>
2007 Sep 24
1
release candidates
Hi all, Release candidates for *nix 1.0.2 and dependencies are up at http://mongrel.rubyforge.org/releases/ . Public cert is at http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem . Install with: sudo gem install mongrel -P HighSecurity --source=http://mongrel.rubyforge.org/releases/ etc. Luis is working on win32 builds. Evan -- Evan Weaver Cloudburst, LLC
2014 Nov 12
1
Como unir webrtc con asterisk???
tengo la siguiente pagina pero no se como seguir despues del punto 22 http://highsecurity.blogspot.com/2012/12/webrtc-and-asterisk-11-using-sipml5.html gracias! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141112/59751a87/attachment.html>
2013 May 29
0
IM through Asterisk
Hi I want IM messages between Softphone clients like Ekiga and MicroSIP. I don't care about SMS/GTALK etc. I only need this. I followed this guys tutorial here: http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html But this wasn't intended for IM messages. It works kinda interestingly. When you send a message to your contact let's say 200 then he will
2013 Jul 02
0
Presence Management - use of hint
Hi, I am working on Presence management on a SIP client. I have something working based on SUBSCRIBE / NOTIFY mechanism and Asterisk hints. I know that an other solution could be implemented using peer to peer SUBSCRIBE / PUBLISH mechanism. I would like to understand the advantage and drawback of each solution. My main concern is the case of a complex VOIP environment such as Asterisk server to
2019 Jun 14
1
Re: blockcommit of domain not successfull
On Thu, Jun 13, 2019 at 16:01:18 +0200, Lentes, Bernd wrote: > > ----- On Jun 13, 2019, at 1:08 PM, Bernd Lentes bernd.lentes@helmholtz-muenchen.de wrote: > > I found further information in /var/log/messages for both occurrences: > > 2019-06-01T03:05:31.620725+02:00 ha-idg-2 systemd-coredump[14253]: Core Dumping has been disabled for process 30590 (qemu-system-x86). >
2019 Jun 13
2
Re: blockcommit of domain not successfull
----- On Jun 13, 2019, at 9:56 AM, Peter Krempa pkrempa@redhat.com wrote: > > Thanks for comming back to me with the information. > > Unfortunately this is not a full debug log but I can try to tell you > what I see here: I configured libvirtd that way: ha-idg-1:~ # grep -Ev '^$|#' /etc/libvirt/libvirtd.conf log_level = 1 log_filters="1:qemu 3:remote 4:event
2002 Jul 10
2
Problems with DOS printing from W2K on Samba
I have setup a W2K client that uses a SuSE8.0 samba 2.2.5 server on the network. Samba is setup to use CUPS and as long as I print from W2K itself, there is no problems at all. It I try to copy a text file to a printer on the Samba server e.i. cp file \\lserver1\HP4000T nothing comes out of the printer and the following error message is written to /var/log/samba/log.smbd:
2019 Jun 13
0
Re: blockcommit of domain not successfull
----- On Jun 13, 2019, at 1:08 PM, Bernd Lentes bernd.lentes@helmholtz-muenchen.de wrote: I found further information in /var/log/messages for both occurrences: 2019-06-01T03:05:31.620725+02:00 ha-idg-2 systemd-coredump[14253]: Core Dumping has been disabled for process 30590 (qemu-system-x86). 2019-06-01T03:05:31.712673+02:00 ha-idg-2 systemd-coredump[14253]: Process 30590 (qemu-system-x86) of
2006 Nov 13
2
URGENT problem in production enviroment 3.0.23c-1
Inn the error: Cannot read or set the permissions for file \\server\share\folder: initializing the SD failed Does SD stand for Security Descriptor? I have a server that doesn't want to make new folders without giving this error. This only applies to folders!! Files don't give this message. I downgraded from 3.0.23c-1 to 3.0.21b-1 but that didn't solve it. It did solve the