Displaying 6 results from an estimated 6 matches for "beirats".
Did you mean:
beirates
2010 May 11
2
Creating a HTTP Request on missed call?
Hello there,
I have successfully installed and configured asterisk for use as an
office PBX using SIP trucks and Voip handsets (using g.729 codec)
which works great.
Now I wish to try and configure asterisk to do a HTTP request and
submit callerID to an external website when a call is missed. eg
Someone calls PBX and rings extension 100 -> Call is not answered ->
HTTP request is initiated
2010 May 05
0
res_config_mysql - maximum field length for appdata
...er)
* GONICUS GmbH * Zentrale * Moehnestrasse 11-17 * D-59755 Arnsberg
* Tel.: +49 (0) 29 32 / 9 16 - 0 * Fax: +49 (0) 29 32 / 9 16 - 270
* http://www.GONICUS.de
*Sitz der Gesellschaft: Moehnestrasse 11-17 * D-59755 Arnsberg
*Geschaeftsfuehrer: Rainer Luelsdorf, Alfred Schroeder
*Vorsitzender des Beirats: Juergen Michels
*Amtsgericht Arnsberg * HRB 1968
2009 Sep 17
1
Memory-management crash with UTF-8 on Windows (PR#13955)
--=_mixed 00289247C1257634_=
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Dear R-Bugs,
thank you for your wonderful software, which we use a lot. We are having a =
bit of difficulty right now because it crashes sometimes with Unicode=20
characters.
Actual sessionInfo:
R version 2.9.0 (2009-04-17)=20
i386-pc-mingw32=20
locale:
2009 Sep 17
0
Antwort: Re: Memory-management crash with UTF-8 on Windows (PR#13956)
Dear Professor Ripley,
a. I apologise for not including the file. I sent the E-Mail to=20
R-bugs at r-project.org with an attachment, but the attachment evidently got=20
lost. However the text of the file is as follows:
--- CUT HERE ----
gctorture()
characters <- intToUtf8(200:300)
indices <- rep(sequence(5),10)
substrings <- substring(characters,indices,indices + 5)
factor(substrings)
2009 Dec 10
1
Antwort: Re: Crash with Unicode and sub (PR#14114)
I don't know about the technicalities, but Peter Dalgaard said the
offending code also causes R to come to a stop using SUSE + WINE. Is it
possible to run that lot on top of valgrind? Of course, it will probably
take all day ...
If not, I have a clue which might help. The problem seems to lie in the
"sub" routine. In the original report I used
-- cut here --
gctorture()
u <-
2009 Dec 07
3
Crash with Unicode and sub (PR#14114)
Full_Name: George Russell
Version: 2.10.0
OS: Windows XP Version 2002 SP 2
Submission from: (NULL) (217.111.3.131)
The following typed into R --vanilla induces a crash:
-- cut here --
gctorture()
u <- intToUtf8(c(rep(1e3,1e2),32,c(rep(1e3,1e2))))
v <- rep(u,1e2)
v <- sub(" ","",v)
v %in% ""
-- cut here --
sessionInfo() says:
-- cut here --
R version